You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "pivotal-eshu (GitHub)" <gi...@apache.org> on 2018/11/09 17:00:58 UTC

[GitHub] [geode] pivotal-eshu commented on pull request #2820: Feature/geode 6016

When using single-hop, a new function execution thread will execute the function and sending function execution message to server. Currently geode transaction implementation is in a thread local. The new function execution thread does not have any transaction context and sending message without transaction - thus server connection will not treat it as a transaction. 

When not using single hop, the same thread will send the function execution message to server, and the transaction context is preserved.

[ Full content available at: https://github.com/apache/geode/pull/2820 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org