BUAAserein opened a new pull request, #11727: URL: https://github.com/apache/iotdb/pull/11727
## Description The status code returned for handling BatchProcessException is `WRITE_PROCESS_ERROR`, but this status code was not included in the retry judgment of IoT, so the batch that caused BatchProcessException did not retry, resulting in inconsistent data between IoT replications. To fix the problem, we add the status code `WRITE_PROCESS_ERROR` in IoT Retry judgment. Besides, the atomicity issue of storage engine write operations can also lead to data inconsistency, which will be fixed in subsequent work. -- 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]
