Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cassandra backend -- com.thinkaurelius.titan.diskstorage.PermanentBackendException: Unexpected interrupt #1367

Open
rsteppac opened this issue Dec 27, 2016 · 1 comment

Comments

@rsteppac
Copy link

After upgrading to Titan 1.0.0 I started to see the following exceptions under load, using Cassandra (2.2.6) as the storage backend:

Caused by:
com.thinkaurelius.titan.diskstorage.PermanentBackendException:
Unexpected interrupt
       at
com.thinkaurelius.titan.diskstorage.common.DistributedStoreManager.sleepAfterWrite(DistributedStoreManager.java:224)
       at
com.thinkaurelius.titan.diskstorage.cassandra.thrift.CassandraThriftStoreManager.mutateMany(CassandraThriftStoreManager.java:309)
       at
com.thinkaurelius.titan.diskstorage.locking.consistentkey.ExpectedValueCheckingStoreManager.mutateMany(ExpectedValueCheckingStoreManager.java:65)
       at
com.thinkaurelius.titan.diskstorage.keycolumnvalue.cache.CacheTransaction$1.call(CacheTransaction.java:90)
       at
com.thinkaurelius.titan.diskstorage.keycolumnvalue.cache.CacheTransaction$1.call(CacheTransaction.java:87)
       at
com.thinkaurelius.titan.diskstorage.util.BackendOperation.executeDirect(BackendOperation.java:56)
       at
com.thinkaurelius.titan.diskstorage.util.BackendOperation.execute(BackendOperation.java:42)
       ... 60 more
Caused by: java.lang.InterruptedException: sleep interrupted
       at java.lang.Thread.sleep(Native Method)[:1.8.0_102]
       at java.lang.Thread.sleep(Thread.java:340)[:1.8.0_102]
       at
java.util.concurrent.TimeUnit.sleep(TimeUnit.java:386)[:1.8.0_102]
       at
com.thinkaurelius.titan.diskstorage.util.time.TimestampProviders.sleepPast(TimestampProviders.java:138)
       at
com.thinkaurelius.titan.diskstorage.common.DistributedStoreManager.sleepAfterWrite(DistributedStoreManager.java:222)
       ... 66 more
@lidongze0629
Copy link

Does this problem solved? I have the same exception in titan 1.0 while using Cassandra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants