You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Eric Shu (JIRA)" <ji...@apache.org> on 2017/06/28 18:34:00 UTC

[jira] [Created] (GEODE-3147) ByteBuffer needs to be set for TXSynchronizationCommand when Max_Threads is set

Eric Shu created GEODE-3147:
-------------------------------

             Summary: ByteBuffer needs to be set for TXSynchronizationCommand when Max_Threads is set
                 Key: GEODE-3147
                 URL: https://issues.apache.org/jira/browse/GEODE-3147
             Project: Geode
          Issue Type: Bug
          Components: transactions
            Reporter: Eric Shu


TXSynchronizationCommand use a thread pool to perform beforeCompletion and afterCompletion task and writeReply back to client. When Max_Threads is set in CacheServer, ThreadLocal TLCommBuffer is not set in those threads and no message can be send back to clients - causing the JTA transaction hang.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)