Skip to content

Commit 388c496

Browse files
Tensorstore Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 870714033 Change-Id: I6d0a02d3335381ca1a9adbcfa932bce36ea67210
1 parent 878bc9f commit 388c496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorstore/kvstore/gcs_grpc/storage_stub_pool.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ std::shared_ptr<StorageStubPool> GetSharedStorageStubPool(
165165
size = ChannelsForAddress(address, size);
166166
std::string key = absl::StrFormat("%d/%s", size, address);
167167

168-
absl::MutexLock lock(&global_mu);
168+
absl::MutexLock lock(global_mu);
169169
auto& pool = (*shared_pool)[key];
170170
if (pool == nullptr) {
171171
ABSL_LOG_IF(INFO, gcs_grpc_logging)

0 commit comments

Comments
 (0)