LangYuanzh opened a new issue, #11375:
URL: https://github.com/apache/iotdb/issues/11375
version 1.2.0
Write rejected when insert data via java interface:
`spark.scheduler.ResultTask.runTask(ResultTask.scala:90)
spark.scheduler.Task.run(Task.scala:131)
spark.executor.Executor$TaskRunner.$anonfun$run$3(Executor.scala:506)
spark.util.Utils$.tryWithSafeFinally(Utils.scala:1491)
spark.executor.Executor$TaskRunner.run(Executor.scala:509)
concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
Thread.run(Thread.java:750)
.iotdb.rpc.StatementExecutionException: 606: The write is rejected because
the wal directory size has reached the thresholold 53687091200 bytes. You may
need to adjust the flush policy of the storage engine or the IoTConsen:
iotdb.session.Session.insertByGroup(Session.java:3254)
iotdb.session.Session.insertRecordsWithLeaderCache(Session.java:2178)
iotdb.session.Session.insertAlignedRecords(Session.java:1671)
seatunnel.connectors.seatunnel.iotdb.sink.IoTDBSinkClient.insertAlignedRecords(IoTDBSinkClient.java:217).seatunnel.connectors.seatunnel.iotdb.sink.IoTDBSinkClient.flush(IoTDBSinkClient.java:160)`
Change which parameter can avoid this?
--
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]