danielcweber opened a new pull request, #2330: URL: https://github.com/apache/tinkerpop/pull/2330
For sessionless requests, executing requests on different threads leads to unpredictable behaviour, even if requests are serialized on the client side (even with some reasonable wait time between requests). Wrapping each request in a transaction on the client side works just fine however, so this change might be a bit to broad for explicit transaction processing. Maybe there is a way to only restrict the sessionless processor and leave the session-processor multi-threaded? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
