How to Deal with Data Writing Writeprocessrejectexception Warning in Apache Iotdb? [Closed]
When Apache Iotdb Is Inserting New Data, the Backstage Reported This Following Warning, but the Writing Process Did Not Stop. Should I Do Anything About This...
When Apache IoTDB is inserting new data, the backstage reported this following warning, but the writing process did not stop. Should I do anything about this warning and what may be the reason for this warning?
WARN o.a.i.d.u.ErrorhandlingUtils:146 - Exception occurred while processing non-query. org.apache.iotdb.db.exception.BatchProcessException: Batchfailed: \[TSStatus(code:413, message: org.apache.iotdb.db.exception.StorageEngineException: org.apache.iotdb.db.exception.WriteProcessRejectException: System rejected over 10011ms)\]
This is a rejection warning, and when this happens, it means that the speed of Apache IoTDB flushing the disk cannot keep up with the speed of writing data, so the system will automatically use RejectException to block writing. You can try to pause the disk backup process for a while and see if this warning disappears.