geode git commit: GEODE-2536: Remove the inappropriate implementation of methods in DiskId for persistent regions.

2017-03-16 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop 426c2fcd3 -> 0c85fd656 GEODE-2536: Remove the inappropriate implementation of methods in DiskId for persistent regions. markForWriting and unmarkForWriting should not be used for persistent region. needsToBeWritten always return false

geode git commit: GEODE-2694: Add test coverage on RECOVERED_FROM_DISK bit after gii.

2017-04-12 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop 122e65058 -> 60a96cc2b GEODE-2694: Add test coverage on RECOVERED_FROM_DISK bit after gii. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/60a96cc2 Tree:

geode git commit: GEODE-2773: Fix assertion error in the test.

2017-04-13 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop c9b036b40 -> 796c15ec5 GEODE-2773: Fix assertion error in the test. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/796c15ec Tree:

geode git commit: GEODE-2799: Handle different types of KeyInfo set when creating the KeySet Iterator.

2017-04-21 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop 363e50d21 -> 60ec931f5 GEODE-2799: Handle different types of KeyInfo set when creating the KeySet Iterator. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/60ec931f

geode git commit: GEODE-2757: Do not process netsearch reply from a departed node that membership listener already detected.

2017-04-07 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop 799548ee4 -> d497d63af GEODE-2757: Do not process netsearch reply from a departed node that membership listener already detected. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-2785: Fix a test issue to allow certain additional afterSecondary callbacks.

2017-04-24 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop 9f8ba8de9 -> 673e768b6 GEODE-2785: Fix a test issue to allow certain additional afterSecondary callbacks. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/673e768b

geode git commit: GEODE-3379: Fix a typo in the tests.

2017-08-03 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop b61078a1d -> df104fcee GEODE-3379: Fix a typo in the tests. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/df104fce Tree:

geode git commit: GEODE-3379: Geode transaction need to commit on primary buckets only.

2017-08-03 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop df104fcee -> f7198be32 GEODE-3379: Geode transaction need to commit on primary buckets only. Fail the transaction commit if primary buckets have been moved from transaction hosting node. Project:

geode git commit: GEODE-3204: txApplyInvalidate in AbstractRegionMap on farside does not update on a region entry with removed token.

2017-07-17 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop a1ee957b3 -> 0bce1eaff GEODE-3204: txApplyInvalidate in AbstractRegionMap on farside does not update on a region entry with removed token. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-3015: Fix a flaky test by adding wait.

2017-07-10 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop 3b90f9f9b -> 03503ce7e GEODE-3015: Fix a flaky test by adding wait. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/03503ce7 Tree:

geode git commit: GEODE-3178: Fix a flaky JTA test by adding retry.

2017-07-12 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop cfd971338 -> 02adb28c0 GEODE-3178: Fix a flaky JTA test by adding retry. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/02adb28c Tree:

geode git commit: GEODE-3147: Set commBuffer for threads performing TXSynchronization calls when max-threads is set.

2017-06-29 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop ac0474d8b -> a1583458e GEODE-3147: Set commBuffer for threads performing TXSynchronization calls when max-threads is set. Added an interface that is implemented by AcceptorImpl to set and release commBuffer. Added a

geode git commit: GEODE-3310: Set target node in TXStateProxy during TXFailover

2017-07-27 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop e24438b94 -> 03e11e879 GEODE-3310: Set target node in TXStateProxy during TXFailover During tx failover, the new server needs to set the target node in its TXStateProxy. Add unit test to verify the fix. Project:

geode git commit: GEODE-3310: Avoid running a test case in distributed transaction.

2017-07-27 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop 03e11e879 -> acf0668fd GEODE-3310: Avoid running a test case in distributed transaction. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/acf0668f Tree:

geode git commit: GEODE-3444: remove the redundant method calls.

2017-08-17 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop 1a67d4627 -> 04867000f GEODE-3444: remove the redundant method calls. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/04867000 Tree:

geode git commit: GEODE-3444: Release the locks held when beforeCompletion failed with CommitConflictException

2017-08-16 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop 6be38cad7 -> 9b7dd54d6 GEODE-3444: Release the locks held when beforeCompletion failed with CommitConflictException Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-2847: Get correct version tags for retried bulk operations

2017-05-03 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop 480a1e05c -> 0dd2552b1 GEODE-2847: Get correct version tags for retried bulk operations Get correct version tags from recordedBulkOpVersionTags in eventTracker. Do not remove the recordedBulkOpVersionTags prematurely. Add the unit test

geode git commit: GEODE-2847: Get correct version tags for retried bulk operation

2017-05-03 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop 0dd2552b1 -> 16832655d GEODE-2847: Get correct version tags for retried bulk operation Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/16832655 Tree:

geode git commit: GEODE-3101: Release local locks held by the JTA beforeCompletion() in client when the JTA failed on the server.

2017-06-21 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop 822946b9d -> b7f5391d9 GEODE-3101: Release local locks held by the JTA beforeCompletion() in client when the JTA failed on the server. Also added a unit test would fail without the fix. Project:

geode git commit: GEODE-2916: Fix a flaky timing issue.

2017-05-22 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop ae1c56f70 -> 8782f0b73 GEODE-2916: Fix a flaky timing issue. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/8782f0b7 Tree:

geode git commit: GEODE-2892: Add sizeOnServer and isEmptyOnServer to Region

2017-06-01 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop 8c81965be -> fbb74d8ef GEODE-2892: Add sizeOnServer and isEmptyOnServer to Region Implement sizeOnServer and isEmptyOnServer so that ClientRegion could get size on the server. Project: http://git-wip-us.apache.org/repos/asf/geode/repo

geode git commit: GEODE-2892: Add sizeOnServer and isEmptyOnServer to Region

2017-06-01 Thread eshu11
Repository: geode Updated Branches: refs/heads/release/1.2.0 335c109d5 -> badd7ae51 GEODE-2892: Add sizeOnServer and isEmptyOnServer to Region Implement sizeOnServer and isEmptyOnServer so that ClientRegion could get size on the server. cherry-pick fbb74d8ef30269a1e40e21af0708404ad7309551

geode git commit: GEODE-2301: Deprecate JTA transaction manager from Geode

2017-06-15 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop a79d2cc16 -> a21c97111 GEODE-2301: Deprecate JTA transaction manager from Geode Geode JTA transaction manager is deprecated and a warning message is logged if it is being used. Project: http://git-wip-us.apache.org/repos/asf/geode/repo

geode git commit: GEODE-2301: Deprecate JTA transaction manager from Geode

2017-06-15 Thread eshu11
Repository: geode Updated Branches: refs/heads/release/1.2.0 2ca301a97 -> 1ca26140b GEODE-2301: Deprecate JTA transaction manager from Geode Geode JTA transaction manager is deprecated and a warning message is logged if it is being used. cherry picked from commit

geode git commit: GEODE-2882: Check if region is destroyed before throw IllegalStateException.

2017-05-08 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop 7030dcdec -> 5d5f1fb45 GEODE-2882: Check if region is destroyed before throw IllegalStateException. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/5d5f1fb4 Tree:

[geode] branch develop updated: GEODE-3679 Forward client member id to other peers in transaction message.

2017-10-05 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 9690c09 GEODE-3679 Forward client member id

[geode] branch feature/GEODE-3744 deleted (was 972bee1)

2017-10-05 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-3744 in repository https://gitbox.apache.org/repos/asf/geode.git. was 972bee1 GEODE-3744: Local region will not participate in a transaction hosted remotely. The revisions

[geode] branch develop updated (080786b -> ade0f60)

2017-10-05 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git. from 080786b GEODE-3567: correctly set the serverPortSetByUser flag add 972bee1 GEODE-3744: Local region

[geode] 01/01: Merge pull request #868 from apache/feature/GEODE-3744

2017-10-05 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git commit ade0f606faa264c7ee80094887ea2f7a0c3d18d5 Merge: 080786b 972bee1 Author: pivotal-eshu <e...@pivotal.io> AuthorDat

[geode] 01/01: GEODE-3679 Forward client member id to other peers in transaction message.

2017-10-05 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-3679 in repository https://gitbox.apache.org/repos/asf/geode.git commit c34132f3f1cf99163ef4b0dcb1055fd0a73525ed Author: eshu <e...@pivotal.io> AuthorDate: Mon Oct 2 11:22:3

[geode] branch feature/GEODE-3679 updated (0ce55f3 -> c34132f)

2017-10-05 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-3679 in repository https://gitbox.apache.org/repos/asf/geode.git. omit 0ce55f3 Make region in TXRegionStub strong type to avoid some casting in the code. omit ca4757a

[geode] 02/02: Make region in TXRegionStub strong type to avoid some casting in the code.

2017-10-05 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-3679 in repository https://gitbox.apache.org/repos/asf/geode.git commit 0ce55f3b24f1951da18583f1ba6f1c275cca5243 Author: eshu <e...@pivotal.io> AuthorDate: Thu Oct 5 11:42:1

[geode] 01/02: Merge remote-tracking branch 'origin/develop' into feature/GEODE-3679

2017-10-05 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-3679 in repository https://gitbox.apache.org/repos/asf/geode.git commit ca4757aefa4874c973a22dc69c12ccd97eb96138 Merge: 91251e9 003bbac Author: eshu <e...@pivotal.io> Auth

[geode] branch feature/GEODE-3679 updated (91251e9 -> 0ce55f3)

2017-10-05 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-3679 in repository https://gitbox.apache.org/repos/asf/geode.git. from 91251e9 Move the method from LocalRegion to DistributedRegion. add 6e1beb8 GEODE-3715: introduce

[geode] branch feature/GEODE-3521 updated: Change the system property name.

2017-10-13 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-3521 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-3521 by this push: new 635a2f4 Change

[geode] branch develop updated: GEODE-3516: Avoid tryResume call to add the thread again into the waiting thread queue

2017-09-06 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new a94fd4d GEODE-3516: Avoid tryResume call

[geode] branch feature/GEODE-3679 updated: Address review comments -- use additional methods.

2017-10-03 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-3679 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-3679 by this push: new a77aad1 Address review

[geode] branch feature/GEODE-3679 updated: Move the method from LocalRegion to DistributedRegion.

2017-10-04 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-3679 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-3679 by this push: new 91251e9 Move

[geode] branch feature/GEODE-3521 updated: Modify test to use public suspend resume when testSuspendResumeOnDifferentThread

2017-10-18 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-3521 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-3521 by this push: new 8783980 Modify test

[geode] branch feature/GEODE-3521 updated: Add a test case for testing pause unpause.

2017-10-17 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-3521 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-3521 by this push: new 982e30e Add a test

[geode] branch feature/GEODE-3897 updated: Remove debug logging.

2017-10-23 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-3897 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-3897 by this push: new b35ab08 Remove debug

[geode] branch feature/GEODE-551 updated: wip

2017-12-12 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-551 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-551 by this push: new c87251d wip c87251d

[geode] branch develop updated: GEODE-4083: fix infinite loop caused by thread race changing version (#1161)

2017-12-14 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new b1486ae GEODE-4083: fix infinite loop caused

[geode] branch feature/GEODE-4083 deleted (was 097fd03)

2017-12-14 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-4083 in repository https://gitbox.apache.org/repos/asf/geode.git. was 097fd03 Remove unnecessary code from test The revisions that were on this branch are still contained

[geode] branch feature/GEODE-4083 created (now eb4e948)

2017-12-12 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-4083 in repository https://gitbox.apache.org/repos/asf/geode.git. at eb4e948 GEODE-4076: throw AuthenticationRequiredException instead of GemfireSecurityException (#1147

[geode] branch feature/GEODE-551 updated: remove a redundant check.

2017-12-18 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-551 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-551 by this push: new 240072a remove

[geode] branch feature/GEODE-551 updated: remove the flaky flag.

2017-12-18 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-551 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-551 by this push: new 2c5be82 remove the flaky

[geode] branch feature/GEODE-551 updated: GEODE-551: Make sure accessor gets critical by putting into local region instead of putting into parititioned region.

2017-12-18 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-551 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-551 by this push: new b45a754 GEODE-551: Make

[geode] branch feature/GEODE-4083 updated: Remove unnecessary code from test

2017-12-13 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-4083 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-4083 by this push: new 097fd03 Remove

[geode] 01/01: GEODE-4083: fix infinite loop caused by thread race changing version

2017-12-13 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-4083 in repository https://gitbox.apache.org/repos/asf/geode.git commit f8625db75b859314f3df374f2643403afee72d62 Author: eshu <e...@pivotal.io> AuthorDate: Wed Dec 13 10:28:4

[geode] branch feature/GEODE-4083 updated (32c11e0 -> f8625db)

2017-12-13 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-4083 in repository https://gitbox.apache.org/repos/asf/geode.git. omit 32c11e0 GEODE-4083: fix infinite loop caused by thread race changing version new f8625db GEODE

[geode] branch feature/GEODE-3781 updated: added isKeyPartOfValue configuration property. make the jdbc region separator configurable.

2017-11-02 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-3781 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-3781 by this push: new faa974e added

[geode] branch feature/GEODE-3781 updated: use Function.

2017-11-02 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-3781 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-3781 by this push: new 5d4e14c use Function

[geode] branch feature/GEODE-3897 updated: Fix a typo and review comments.

2017-10-24 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-3897 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-3897 by this push: new 97f5673 Fix a typo

[geode] branch develop updated: Feature/geode 3897 (#968)

2017-10-24 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 648d172 Feature/geode 3897 (#968) 648d172

[geode] branch feature/GEODE-5173 updated: GEODE-5173: Transaction will fault in value from disk if value is Token.NOT_AVAILABLE.

2018-05-04 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-5173 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-5173 by this push: new 8644df6 GEODE-5173

[geode] branch feature/GEODE-5173 updated: use more descriptive test names.

2018-05-07 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-5173 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-5173 by this push: new 5e53518 use more

[geode] branch develop updated: Revert "GEODE-5173: Transaction will fault in value from disk if value is Tok… (#1925)"

2018-05-09 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new eb6055e Revert "GEODE-5173: Transa

[geode] branch feature/GEODE-5173-1 updated (0d6374a -> 6b69525)

2018-05-11 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-5173-1 in repository https://gitbox.apache.org/repos/asf/geode.git. from 0d6374a Fix an issue when a region entry is evicted using async disk writer thread. It needs

[geode] 01/01: Revert "Revert "GEODE-5173: Transaction will fault in value from disk if value is Tok… (#1925)""

2018-05-10 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-5173-1 in repository https://gitbox.apache.org/repos/asf/geode.git commit 5f3cb338d510e6a8cdd2db5260500d3fdec1 Author: eshu <e...@pivotal.io> AuthorDate: Wed May 9 11:50:0

[geode] branch feature/GEODE-5173-1 created (now 5f3cb33)

2018-05-10 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-5173-1 in repository https://gitbox.apache.org/repos/asf/geode.git. at 5f3cb33 Revert "Revert "GEODE-5173: Transaction will fault in value from disk if value is T

[geode] branch feature/GEODE-5173-1 updated: Fix an issue when a region entry is evicted using async disk writer thread. It needs to be faulted in by the transaction.

2018-05-10 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-5173-1 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-5173-1 by this push: new 0d6374a Fix

[geode] branch develop updated: Feature/geode 5173 1 (#1948)

2018-05-11 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 52bdb96 Feature/geode 5173 1 (#1948) 52bdb96

[geode] branch feature/GEODE-5173-1 deleted (was 6b69525)

2018-05-11 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-5173-1 in repository https://gitbox.apache.org/repos/asf/geode.git. was 6b69525 Fix a review comment by removing the default implementation of isEvicted() in RegionEntry

[geode] branch feature/GEODE-5173 deleted (was 5e53518)

2018-05-08 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-5173 in repository https://gitbox.apache.org/repos/asf/geode.git. was 5e53518 use more descriptive test names. The revisions that were on this branch are still contained

[geode] branch develop updated: GEODE-5173: Transaction will fault in value from disk if value is Tok… (#1925)

2018-05-08 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 99074c6 GEODE-5173: Transaction will fault

[geode] branch feature/GEODE-5186 deleted (was 4fc33c6)

2018-05-16 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-5186 in repository https://gitbox.apache.org/repos/asf/geode.git. was 4fc33c6 GEODE-5210: Add a flaky tag for a test. The revisions that were on this branch are still

[geode] branch develop updated: GEODE-5186: set operation in a client transaction could cause the transaction to hang (#1967)

2018-05-23 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new d77744a GEODE-5186: set operation in a client

[geode] branch feature/GEODE-5255 updated: GEODE-5255: check all colocated partitioned regions are ready before creating any buckets.

2018-05-25 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-5255 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-5255 by this push: new e96350f GEODE-5255

[geode] branch feature/GEODE-5255 created (now 527e346)

2018-05-25 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-5255 in repository https://gitbox.apache.org/repos/asf/geode.git. at 527e346 GEODE-5247: Gfsh query results contain json instead of object references (#1985) No new

[geode] branch develop updated: GEODE-5210: Add a flaky tag for a test.

2018-05-15 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 4fc33c6 GEODE-5210: Add a flaky tag

[geode] branch develop updated: GEODE-5312: Cleanup transaction if it is removed by the client tx failover (#2047)

2018-06-11 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new ca1f3bf GEODE-5312: Cleanup transaction

[geode] branch feature/GEODE-5312 updated (9229467 -> c57a90e)

2018-06-11 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-5312 in repository https://gitbox.apache.org/repos/asf/geode.git. from 9229467 GEDOE-5312: Cleanup transaction if it is removed by the client tx failover. add c57a90e

[geode] branch feature/GEODE-5302 updated: GEODE-5302: set totalLiveCount to 0 after successfuly compacted the oplog.

2018-06-07 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-5302 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-5302 by this push: new aa75aca GEODE-5302

[geode] branch feature/GEODE-5302 created (now ddcd514)

2018-06-07 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-5302 in repository https://gitbox.apache.org/repos/asf/geode.git. at ddcd514 Merge pull request #2019 from smgoller/GEODE-5282 No new revisions were added by this update

[geode] branch feature/GEODE-5312 updated: GEDOE-5312: Cleanup transaction if it is removed by the client tx failover.

2018-06-11 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-5312 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-5312 by this push: new 9229467 GEDOE-5312

[geode] branch feature/GEODE-5255 updated (3d10e17 -> 6a44612)

2018-05-30 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-5255 in repository https://gitbox.apache.org/repos/asf/geode.git. from 3d10e17 Fix review comments. add 6a44612 Fix Analyze Serializables Test. No new revisions were

[geode] branch feature/GEODE-5255 updated (e96350f -> 0bc54fd)

2018-05-29 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-5255 in repository https://gitbox.apache.org/repos/asf/geode.git. from e96350f GEODE-5255: check all colocated partitioned regions are ready before creating any buckets

[geode] branch feature/GEODE-5255 updated (0bc54fd -> 3d10e17)

2018-05-29 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-5255 in repository https://gitbox.apache.org/repos/asf/geode.git. from 0bc54fd Fix a review comment. add 3d10e17 Fix review comments. No new revisions were added

[geode] branch feature/GEODE-5271 updated: GEODE-5271: Throw TransactionDataRebalancedException during commit when bucket has been moved.

2018-05-31 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-5271 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-5271 by this push: new 921624b GEODE-5271

[geode] branch develop updated: GEODE-3521: Allow region set operations to bootstrap a transaction. (#891)

2017-10-19 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 5a1108f GEODE-3521: Allow region set

[geode] branch feature/GEODE-3521 deleted (was 8783980)

2017-10-19 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-3521 in repository https://gitbox.apache.org/repos/asf/geode.git. was 8783980 Modify test to use public suspend resume when testSuspendResumeOnDifferentThread The revisions

[geode] branch develop updated: GEODE-3913 Allow the SerializableCallables of the same transaction can be run by different threads.

2017-10-26 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 348ab5b GEODE-3913 Allow

[geode] branch feature/GEODE-3913 deleted (was a5f0a8b)

2017-10-26 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-3913 in repository https://gitbox.apache.org/repos/asf/geode.git. was a5f0a8b GEODE-3913 Allow the SerializableCallables of the same transaction can be run by different

[geode] branch develop updated: GEODE-3521: Correct a javadoc issue.

2017-10-20 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 378a1de GEODE-3521: Correct a javadoc issue

[geode] branch feature/GEODE-3913 updated: GEODE-3913 Allow the SerializableCallables of the same transaction can be run by different threads.

2017-10-26 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-3913 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-3913 by this push: new a5f0a8b GEODE-3913

[geode] branch feature/GEODE-3913 created (now 8ff23e0)

2017-10-26 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-3913 in repository https://gitbox.apache.org/repos/asf/geode.git. at 8ff23e0 GEODE-3870: move region entry classes to new entries package (#972) No new revisions were

[geode] branch develop updated: GEODE-3190: Fix a race by checking if region is destroyed (#984)

2017-10-27 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new e630cd3 GEODE-3190: Fix a race by checking

[geode] branch feature/GEODE-3190 deleted (was 9f714e6)

2017-10-27 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-3190 in repository https://gitbox.apache.org/repos/asf/geode.git. was 9f714e6 Fix review comments. The revisions that were on this branch are still contained in other

[geode] branch feature/GEODE-3190 updated: Fix review comments.

2017-10-27 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-3190 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-3190 by this push: new 9f714e6 Fix review

[geode] branch feature/GEODE-3583-storage updated: GEODE-4205: pass in cancel criterion to avoid using cache singleton.

2018-01-10 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-3583-storage in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-3583-storage by this push: new de9192a

[geode] branch feature/GEODE-3583-storage updated: GEODE-4200: get cache from DM instead of using singleton.

2018-01-10 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-3583-storage in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-3583-storage by this push: new eac2dde

[geode] branch develop updated: GEODE-4142: save commit message for failover after jta commit (#1324)

2018-01-26 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 47df59a GEODE-4142: save commit message

[geode] 01/02: Revert "Revert "GEODE-4200: get cache from DM instead of using singleton.""

2018-01-12 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-3583-storage in repository https://gitbox.apache.org/repos/asf/geode.git commit e39a349463abc81dac33661dc20c294b8bf05cec Author: eshu <e...@pivotal.io> AuthorDate: Fri Jan 12

[geode] 02/02: GEODE-4200: handle cache is null case.

2018-01-12 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-3583-storage in repository https://gitbox.apache.org/repos/asf/geode.git commit 4b8d22a5cfe97a6fb68bf4f0c6ca281c6b848591 Author: eshu <e...@pivotal.io> AuthorDate: Fri Jan 12

[geode] branch feature/GEODE-3583-storage updated (f5449ae -> 4b8d22a)

2018-01-12 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-3583-storage in repository https://gitbox.apache.org/repos/asf/geode.git. from f5449ae GEODE-4202: Remove GemFireCacheImpl.getInstance from PartitionedRegion new e39a349

[geode] 02/03: GEODE-4196: fix mocking of dm.getCache in PartitionMessageTest

2018-01-11 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-4204-4207-pre in repository https://gitbox.apache.org/repos/asf/geode.git commit cf3a92d6d9bffcc4678f0efc817bfe5223976e82 Author: eshu <e...@pivotal.io> AuthorDate: Thu Jan 11

[geode] 01/03: GEODE-4204: GEODE-4207: pass in cache instead of using singleton

2018-01-11 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-4204-4207-pre in repository https://gitbox.apache.org/repos/asf/geode.git commit 72b1cfbb5e2c7dd02efc9bc7463f52f34777b54c Author: eshu <e...@pivotal.io> AuthorDate: Thu Jan 11

[geode] 03/03: GEODE-4204: fix TXRegionLockRequestImpl in AnalyzeSerializables

2018-01-11 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a commit to branch feature/GEODE-4204-4207-pre in repository https://gitbox.apache.org/repos/asf/geode.git commit fb54d3c671abd756112dd17837d937856018c905 Author: eshu <e...@pivotal.io> AuthorDate: Thu Jan 11

[geode] branch feature/GEODE-4204-4207-pre deleted (was fb54d3c)

2018-01-11 Thread eshu11
This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-4204-4207-pre in repository https://gitbox.apache.org/repos/asf/geode.git. was fb54d3c GEODE-4204: fix TXRegionLockRequestImpl in AnalyzeSerializables The revisions

  1   2   3   4   5   6   7   >