yschengzi opened a new pull request, #11753: URL: https://github.com/apache/iotdb/pull/11753
Problem: - Occasionally, pipe fails to fetch the wal file when sending data in hybrid mode, resulting in an NPE. Solution: 1. change Files.renameTo in wal code to Files.move for better atomicity and visibility. 2. add logging when wal fetches a file 3. add logging when pipe fetches a wal value to print the memtable id and wal file version id that it failed to fetch.  -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
