Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: tikv6.2使用java 客户端导入数据的问题
Bug Report
Clearly and accurately describe the issue you found, providing any steps to reproduce the problem can help the development team address the issue promptly.
【TiKV Version】
6.2
【Impact of the Bug】
Exception in thread “Thread-3” java.lang.RuntimeException: org.tikv.common.exception.TiKVException: TimeOut Exceeded for current operation.
at rocksdb.CkToTiKvAll$1.run(CkToTiKvAll.java:44)
Caused by: org.tikv.common.exception.TiKVException: TimeOut Exceeded for current operation.
at org.tikv.common.util.ClientUtils.getTasks(ClientUtils.java:181
at org.tikv.raw.RawKVClient.doSendBatchPut(RawKVClient.java:756)
at org.tikv.raw.RawKVClient.batchPut(RawKVClient.java:260)
at org.tikv.raw.RawKVClient.batchPut(RawKVClient.java:243)
at rocksdb.CkToTiKv.main(CkToTiKv.java:64)
at rocksdb.CkToTiKvAll$1.run(CkToTiKvAll.java:37)
【Possible Steps to Reproduce the Issue】
java client batch submission set to 100 will report an error
【Observed Unexpected Behavior】
【Expected Behavior】
【Related Components and Specific Versions】
【Other Background Information or Screenshots】
Such as cluster topology, system and kernel version, application app information, etc.; if the issue is related to SQL, please provide SQL statements and related table schema information; if there are critical errors in the node logs, please provide the relevant node log content or files; if some business-sensitive information is inconvenient to provide, please leave contact information, and we will communicate with you privately.