[GitHub] incubator-geode issue #282: GEODE-1740: Inconsistencies with concurrent clea...

2016-11-11 Thread gemzdude
Github user gemzdude commented on the issue: https://github.com/apache/incubator-geode/pull/282 Spotless check has been applied --- 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

[GitHub] incubator-geode pull request #282: GEODE-1740: Inconsistencies with concurre...

2016-11-11 Thread gemzdude
GitHub user gemzdude opened a pull request: https://github.com/apache/incubator-geode/pull/282 GEODE-1740: Inconsistencies with concurrent clear and commit There is a possible region inconsistency if region operations such as CLEAR are performed during transaction commit

[GitHub] incubator-geode issue #280: GEODE-1740: Potential region inconsistency with ...

2016-11-08 Thread gemzdude
Github user gemzdude commented on the issue: https://github.com/apache/incubator-geode/pull/280 Closed as incomplete --- 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

[GitHub] incubator-geode pull request #280: GEODE-1740: Potential region inconsistenc...

2016-11-08 Thread gemzdude
Github user gemzdude closed the pull request at: https://github.com/apache/incubator-geode/pull/280 --- 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

[GitHub] incubator-geode pull request #280: GEODE-1740: Potential region inconsistenc...

2016-11-07 Thread gemzdude
GitHub user gemzdude opened a pull request: https://github.com/apache/incubator-geode/pull/280 GEODE-1740: Potential region inconsistency with concurrent clear during commit processing It was observed that region operations performed within a transaction were not * acquiring

[GitHub] incubator-geode pull request #239: GEODE-599: Remove Flaky annotation from p...

2016-09-15 Thread gemzdude
GitHub user gemzdude opened a pull request: https://github.com/apache/incubator-geode/pull/239 GEODE-599: Remove Flaky annotation from previously failing tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/gemzdude/incubator

[GitHub] incubator-geode pull request #238: GEODE-599: Remove Flaky annotation from p...

2016-09-15 Thread gemzdude
Github user gemzdude closed the pull request at: https://github.com/apache/incubator-geode/pull/238 --- 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

[GitHub] incubator-geode pull request #238: GEODE-599: Remove Flaky annotation from p...

2016-09-14 Thread gemzdude
GitHub user gemzdude opened a pull request: https://github.com/apache/incubator-geode/pull/238 GEODE-599: Remove Flaky annotation from previously failing tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/gemzdude/incubator

[GitHub] incubator-geode pull request #235: GEODE-1818: Bug37377DUnitTest passes with...

2016-08-31 Thread gemzdude
GitHub user gemzdude opened a pull request: https://github.com/apache/incubator-geode/pull/235 GEODE-1818: Bug37377DUnitTest passes with NPE suspect strings in log This is an older test which had experienced some severe "code rot". Modified code to conform

[GitHub] incubator-geode pull request #232: Feature/geode 599

2016-08-15 Thread gemzdude
GitHub user gemzdude opened a pull request: https://github.com/apache/incubator-geode/pull/232 Feature/geode 599 GEODE-599 CI Failure: DistributedAckPersistentRegionCCEDUnitTest.testClearWithConcurrentEventsAsync Region consistency errors possible with region clear and

[GitHub] incubator-geode pull request: GEODE-1224: AttributesMutator.setClo...

2016-05-11 Thread gemzdude
GitHub user gemzdude opened a pull request: https://github.com/apache/incubator-geode/pull/142 GEODE-1224: AttributesMutator.setCloningEnabled does not modify PR bucket regions You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-geode pull request: GEODE-1288: Correct entry expiration...

2016-04-22 Thread gemzdude
GitHub user gemzdude opened a pull request: https://github.com/apache/incubator-geode/pull/136 GEODE-1288: Correct entry expiration detection logic error Corrected while loop logic error You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-geode pull request: ReferenceCountHelper junit tests for...

2016-04-22 Thread gemzdude
GitHub user gemzdude opened a pull request: https://github.com/apache/incubator-geode/pull/135 ReferenceCountHelper junit tests for GEODE-656 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gemzdude/incubator-geode feature/GEODE

[GitHub] incubator-geode pull request: GEODE-235: Add region name to EntryE...

2016-04-07 Thread gemzdude
GitHub user gemzdude opened a pull request: https://github.com/apache/incubator-geode/pull/125 GEODE-235: Add region name to EntryEventImpl.toString You can merge this pull request into a Git repository by running: $ git pull https://github.com/gemzdude/incubator-geode

[GitHub] incubator-geode pull request: GEODE-712: Move junit asserts out of...

2016-01-06 Thread gemzdude
GitHub user gemzdude opened a pull request: https://github.com/apache/incubator-geode/pull/68 GEODE-712: Move junit asserts out of finally block This change prevents the assert in the finally block from "swallowing" the thrown exception. The next time this test fai

[GitHub] incubator-geode pull request: Additional offheap test coverage bas...

2015-12-10 Thread gemzdude
GitHub user gemzdude opened a pull request: https://github.com/apache/incubator-geode/pull/53 Additional offheap test coverage based on jira ticket GEODE-624 New unit test for RefCountChangeInfo Modified format of stack trace maintained within RefCountChangeInfo Test

[GitHub] incubator-geode pull request: Feature/geode 624

2015-12-10 Thread gemzdude
GitHub user gemzdude opened a pull request: https://github.com/apache/incubator-geode/pull/51 Feature/geode 624 Additional offheap test coverage based on jira ticket GEODE-624 You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-geode pull request: Feature/geode 623

2015-12-07 Thread gemzdude
GitHub user gemzdude opened a pull request: https://github.com/apache/incubator-geode/pull/48 Feature/geode 623 Added new method cleanStackTrace to RefCountChangeInfo to generate stack trace prior to offheap frames. Modified RefCountChangeInfo to use new method when saving