You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. In auto roll logger, I find there is no place to reset headers_ or pop headers_ elements which may cause memory leak and cause WriteHeaderInfo write larger and larger content as headers_ grows. I don't know if my understanding is correct.
Reproduction way
Create column family and drop this column family many times (like 3000 times), you may find LOG grow up very fast and consume most of bandwidth of disk and there are many useless information in LOG, which are caused by headers_
The text was updated successfully, but these errors were encountered:
Description
rocksdb/logging/auto_roll_logger.cc
Line 254 in 302254d
Hi. In auto roll logger, I find there is no place to reset
headers_
or popheaders_
elements which may cause memory leak and causeWriteHeaderInfo
write larger and larger content asheaders_
grows. I don't know if my understanding is correct.Reproduction way
Create column family and drop this column family many times (like 3000 times), you may find
LOG
grow up very fast and consume most of bandwidth of disk and there are many useless information inLOG
, which are caused byheaders_
The text was updated successfully, but these errors were encountered: