DevinLeamy opened a new pull request, #469: URL: https://github.com/apache/mesos/pull/469
LevelDB compaction algorithm doesn't seem to work well with out key usage pattern because the background compaction is not triggered [1]. Because of that the replicated log storage grows over time until it consumes all disk space on the partition. As a workaround we can manually invoke leveldb::DB::CompactRange() every time a truncation action is persisted and some stored keys are removed. This workaround can be turned off by setting the MESOS_LOG_AUTO_COMPACT=0 environment variable. [1] https://github.com/google/leveldb/issues/603 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
