diff options
author | gryzlov-ad <gryzlov-ad@yandex-team.com> | 2024-08-27 14:36:29 +0300 |
---|---|---|
committer | gryzlov-ad <gryzlov-ad@yandex-team.com> | 2024-08-27 14:53:01 +0300 |
commit | 5d0a317b3f61375b4ae253cdc68e223f3f361dc9 (patch) | |
tree | 75ae2d3c038658a5da0d7aaeea7bb559caaf6e70 | |
parent | 8d983b07b13627bd41495ffcb9900374c5ca7db4 (diff) | |
download | ydb-5d0a317b3f61375b4ae253cdc68e223f3f361dc9.tar.gz |
YT-22603 Improve error message when all replicas are banned
9da49d54d0eb5009874c090d094aac3117ca77b7
-rw-r--r-- | library/cpp/yt/memory/chunked_memory_pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/memory/chunked_memory_pool.h b/library/cpp/yt/memory/chunked_memory_pool.h index d5771480ac..b65f498727 100644 --- a/library/cpp/yt/memory/chunked_memory_pool.h +++ b/library/cpp/yt/memory/chunked_memory_pool.h @@ -117,7 +117,7 @@ public: private: const TRefCountedTypeCookie TagCookie_; - // A common usecase is to construct TChunkedMemoryPool with the default + // A common use case is to construct TChunkedMemoryPool with the default // memory chunk provider. The latter is ref-counted and is shared between // a multitude of TChunkedMemoryPool instances. This could potentially // lead to a contention over IMemoryChunkProvider's ref-counter. |