GitHub user sshcherbakov opened a pull request:
https://github.com/apache/incubator-geode/pull/32
GEODE-537 Fix NPE in AFTER_COMPLETION processing during JTA transaction
rollback
A fix for the NullPointerException thrown in TX_SYNCHRONIZATION command
processing of AFTER_COMPLETION event during JTA transaction rollback.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sshcherbakov/incubator-geode GEODE-537
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/32.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #32
----
commit 027ec7984f1e943527197907219e9aefdc71c90e
Author: sshcherbakov <[email protected]>
Date: 2015-11-09T22:21:54Z
GEODE-537 Fix NPE in JTA AFTER_COMPLETION during rollback
A fix for NullPointerException thrown on the server side and propagated to
the Gemfire client in case when active JTA transaction gets rolled back.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---