We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878bc9f commit 388c496Copy full SHA for 388c496
tensorstore/kvstore/gcs_grpc/storage_stub_pool.cc
@@ -165,7 +165,7 @@ std::shared_ptr<StorageStubPool> GetSharedStorageStubPool(
165
size = ChannelsForAddress(address, size);
166
std::string key = absl::StrFormat("%d/%s", size, address);
167
168
- absl::MutexLock lock(&global_mu);
+ absl::MutexLock lock(global_mu);
169
auto& pool = (*shared_pool)[key];
170
if (pool == nullptr) {
171
ABSL_LOG_IF(INFO, gcs_grpc_logging)
0 commit comments