You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2018/11/15 10:35:23 UTC

[GitHub] kangpinghuang opened a new issue #316: be will lose meta data when be crashed

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org