Transaction is too old to perform reads or be committed AND Request for future version

There’s a number of threads that touch on these errors already.

Transaction too old

This is likely that janus graph is trying to issue reads within a transaction for longer than 5s.

Request for future version

This is generally a sign of a slow storage server with many potential causes: write bandwidth saturation, an improperly configured cluster, large performance variations across processes. This is likely more related to cluster or workload setup/sizing than your exact client code.


If you have additional questions that aren’t answered in those threads, feel free to ask.