You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "dkuppitz (GitHub)" <gi...@apache.org> on 2019/01/25 13:47:33 UTC

[GitHub] [tinkerpop] dkuppitz commented on issue #1044: TINKERPOP-2126 Fixed concurrency issue in `ObjectWritable::toString()`.

I can make it a `for` loop, retry at most 5 times, log every retry attempt and increase the pause between each retry. If they all fail, we just return `ObjectWritable.class.toString()`, as you suggested earlier. No big deal, but realistically, I don't think this can ever happen. Hitting the exception only once is already hard, hitting it twice for the same object should be almost impossible.

[ Full content available at: https://github.com/apache/tinkerpop/pull/1044 ]
This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org