chaoyli opened a new issue #555: Meaningless saving tablet_meta leads to too many sync URL: https://github.com/apache/incubator-doris/issues/555 Storage Engine will garbage collect expired incremental delta at interval. It will save tablet_meta after delete increment delta from header. Now, Storage Engine always call save_header function even if there is no incremental delta in tablet meta. If there are millions of tablet in a be node, Storage Engine will write RocksDB too many times when GC.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
