kangpinghuang opened a new issue #316: be will lose meta data when be crashed URL: https://github.com/apache/incubator-doris/issues/316 **Describe the bug** Now, tablet header meta data is stored in rocksdb meta db. But WriteOptions.sync is false, the wal is written to pagecache. When be crashed, some wal log will lose, causing lose of meta data. **How to solve** set WriteOptions.sync to true
---------------------------------------------------------------- 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]
