diff options
| author | ivanmorozov <[email protected]> | 2023-02-20 20:19:47 +0300 |
|---|---|---|
| committer | ivanmorozov <[email protected]> | 2023-02-20 20:19:47 +0300 |
| commit | f7ff62905473e34a95664927b43cd3b483f01986 (patch) | |
| tree | 3053643773895b7c0b9574c0de1ecf2c4f665719 | |
| parent | bca00f2ec31497a348aaf41609f18bd0fee4b845 (diff) | |
additional logging
| -rw-r--r-- | ydb/core/tx/columnshard/blob_cache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/tx/columnshard/blob_cache.cpp b/ydb/core/tx/columnshard/blob_cache.cpp index 1c2e520c006..59215b83309 100644 --- a/ydb/core/tx/columnshard/blob_cache.cpp +++ b/ydb/core/tx/columnshard/blob_cache.cpp @@ -634,7 +634,7 @@ private: break; } - LOG_S_DEBUG("Evict: " << it.Key()); + LOG_S_DEBUG("Evict: " << it.Key() << ";CacheDataSize:" << CacheDataSize << ";InFlightDataSize:" << (i64)InFlightDataSize << ";MaxCacheDataSize:" << (i64)MaxCacheDataSize); { // Remove the range from list of ranges by blob id |
