neverchanje opened a new pull request #689: URL: https://github.com/apache/incubator-pegasus/pull/689
### What problem does this PR solve? <!--add issue link with summary if exists--> The rocksdb info logs could occupy much disk capacity especially when you have many nearly-empty replicas assigned on the server. In this case, most replica will have rocksdb info logs many times larger than their actual data. ### What is changed and how it works? I use rocksdb options for rolling logs to limit the total size. Related changes - Need to cherry-pick to the release branch - Need to update the documentation - Need to be included in the release note ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
