jt2594838 opened a new pull request, #16297: URL: https://github.com/apache/iotdb/pull/16297
The dispatcher retries when a write meets non-recoverable errors like out-of-ttl, which is unnecessary. The retries are controlled based on the same logic as the consensus layer. When a row fails to insert due to TTL expiration, its failure count is set, but its measurements are not set to null, which may cause incorrect serialization. -- 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]
