Skip to content

Commit a60f864

Browse files
Tensorstore Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 816115282 Change-Id: Iff139cd4d5261d0bca7da9e984d7a4bd25d63ae1
1 parent 52b80f4 commit a60f864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorstore/kvstore/s3/s3_key_value_store.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ Future<const void> S3KeyValueStore::DeleteRange(KeyRange range) {
13371337

13381338
// Resolves the region endpoint for the bucket.
13391339
Future<const S3EndpointRegion> S3KeyValueStore::MaybeResolveRegion() {
1340-
absl::MutexLock l(&mutex_);
1340+
absl::MutexLock l(mutex_);
13411341
if (!resolve_ehr_.null() && resolve_ehr_.ready() &&
13421342
!resolve_ehr_.status().ok()) {
13431343
// Retry the resolve_ehr step indefinitely on failure.

0 commit comments

Comments
 (0)