GitHub user jhuynh1 opened a pull request:
https://github.com/apache/geode/pull/460
Feature/geode 2703
Modified transaction exception messaging when executing a lucene query
within a geode transaction.
The client transactions behave differently in geode depending on whether
single hop is enabled or not. If single hop is enabled, the expected
transaction exception actually never is thrown.
Possible reviewers : @nabarunnag @upthewaterspout @boglesby
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/geode feature/GEODE-2703
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geode/pull/460.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 #460
----
commit e7b57b679b1be837f943c34e1d7022b5aa8de583
Author: Jason Huynh <[email protected]>
Date: 2017-04-12T20:54:39Z
GEODE-2703: Improve exception message when executing lucene within a
transaction
* Throw a LuceneQueryException instead of a TransactionException
commit 9a93b7acd31d07eeb97af93dc12c817e64f210c2
Author: Jason Huynh <[email protected]>
Date: 2017-04-12T21:42:52Z
Modified Test
commit f408ccad86418626009bf1d0b306b98a84c20b03
Author: Jason Huynh <[email protected]>
Date: 2017-04-14T16:16:21Z
Added catch when executing from client without singlehop
commit 464263967d4a4352760e4dcccc88dddfa734e3cf
Author: Jason Huynh <[email protected]>
Date: 2017-04-14T22:50:15Z
Changes
commit 1bd2b86eecbedfcddb56e2298e49fb14a2cceaf3
Author: Jason Huynh <[email protected]>
Date: 2017-04-18T16:22:03Z
Modified test for client transactions with Lucene queries
----
---
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.
---