-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Hi team,
ids.authority.wait-time=3000 does not have any effect at all .The system still uses the default value of 300 ms. This needs to be fixed so that the configured value is respected.
For confirmed bugs, please report:
- Version: 1.2
- Storage Backend: Cassandra
org.janusgraph.diskstorage.TemporaryBackendException: Wrote claim for id block [1600001, 2000001) in PT0.494402S => too slow, threshold is: PT0.3S
at org.janusgraph.diskstorage.idmanagement.ConsistentKeyIDAuthority.getIDBlock(ConsistentKeyIDAuthority.java:284)
at org.janusgraph.graphdb.database.idassigner.StandardIDPool$IDBlockGetter.call(StandardIDPool.java:281)
at org.janusgraph.graphdb.database.idassigner.StandardIDPool$IDBlockGetter.call(StandardIDPool.java:248)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)