Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion data_store_service_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4229,7 +4229,6 @@ bool DataStoreServiceClient::InitPreBuiltTables()
callback_data,
&SyncCallback);
callback_data->Wait();

if (callback_data->Result().error_code() !=
remote::DataStoreError::NO_ERROR)
{
Expand Down
3 changes: 0 additions & 3 deletions eloq_data_store_service/data_store_service.h
Original file line number Diff line number Diff line change
Expand Up @@ -605,9 +605,6 @@ class DataStoreService : EloqDS::remote::DataStoreRpcService

bool IsOwnerOfShard(uint32_t shard_id) const
{
DLOG(INFO) << "IsOwnerOfShard check: shard_status="
<< static_cast<int>(shard_status_.load()) << ", shard_id_="
<< shard_id_ << ", check_shard_id=" << shard_id;
return shard_status_.load(std::memory_order_acquire) !=
DSShardStatus::Closed &&
shard_id_ == shard_id;
Expand Down