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

Reply via email to