You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/05/17 05:03:03 UTC

[GitHub] [iotdb] HeimingZ opened a new pull request, #5926: [To rel/0.13][IOTDB-3160] TsFile will be corrupted when flushing memtable appears OOM

HeimingZ opened a new pull request, #5926:
URL: https://github.com/apache/iotdb/pull/5926

   Corrupted TsFile doesn't recover when exceptions occurs in the flushing memtable procedure, because we only interrupt and do nothing else. To fix this problem, I drop the memTable and skip ending tsfile when meeting flush error.


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] HTHou merged pull request #5926: [To rel/0.13][IOTDB-3160] TsFile will be corrupted when flushing memtable appears OOM

Posted by GitBox <gi...@apache.org>.
HTHou merged PR #5926:
URL: https://github.com/apache/iotdb/pull/5926


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org