Skip to content

Commit 61a191c

Browse files
committed
do not clear in_flight_fetch_ while clearing cache
1 parent 561936f commit 61a191c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

google/cloud/storage/internal/bucket_metadata_cache.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ void BucketMetadataCache::Clear() {
8282
std::unique_lock<std::mutex> lk(mu_);
8383
map_.clear();
8484
list_.clear();
85-
in_flight_fetch_.clear();
8685
}
8786

8887
bool BucketMetadataCache::StartFetch(std::string const& bucket_name) {

0 commit comments

Comments
 (0)