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/12/07 09:04:55 UTC

[GitHub] [iotdb] Cpaulyz opened a new pull request, #8368: [IOTDB-5135] Sync snapshot fails when sync file is empty.

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

   ## Description
   
   This problem is caused by the fact that when `ClusterSyncInfo` is empty, `SyncLogWriter` will not generate a tmpFile and `tmpFile.renameTo(snapshotFile)` will return false.
   
   ## Solution
   
   Force the file to be initialised when taking a snapshot.


-- 
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] Beyyes merged pull request #8368: [IOTDB-5135] Sync snapshot fails when sync file is empty

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


-- 
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