geode git commit: GEODE-1672: Disabled recovering values for LRU region during startup.

2017-02-01 Thread agingade
Repository: geode Updated Branches: refs/heads/develop 1aec1f835 -> e606f3e6e GEODE-1672: Disabled recovering values for LRU region during startup. When recovering persistent files, system stores the values in temp maps (for regions) using a background thread, as these maps are not actual

geode git commit: GEODE-2490: Avoid processing tombstone GC message in-line

2017-02-17 Thread agingade
Repository: geode Updated Branches: refs/heads/develop 974d72c18 -> 826bdbfe2 GEODE-2490: Avoid processing tombstone GC message in-line Currently the tombstone message sent for replicas are getting processed in-line instead of handing it to thread pool. Based on the number of nodes in the

geode git commit: GEODE-2489: Avoid sending tombstone GC messages to peer nodes if there is no client registration

2017-02-24 Thread agingade
Repository: geode Updated Branches: refs/heads/develop 8e22ea213 -> 03ea8e8fe GEODE-2489: Avoid sending tombstone GC messages to peer nodes if there is no client registration When tombstones are removed, tombstone messages are sent to region replicas; and in case of Partitioned Region (PR)

geode git commit: GEODE-2472 changes are made to ensure byte array is completely flushed to oplog channel.

2017-03-24 Thread agingade
Repository: geode Updated Branches: refs/heads/develop 9646a3894 -> 517bb6227 GEODE-2472 changes are made to ensure byte array is completely flushed to oplog channel. The Oplog and OverflowOplog flush(OplogFile olf, ByteBuffer b1, ByteBuffer b2) method doesn't check the results of the

geode git commit: GEODE-3150 Changed the diskstore name used with testDiskConflictWithCoLocation to isolate the problem related to diskstore.

2017-07-07 Thread agingade
Repository: geode Updated Branches: refs/heads/develop 1537847e6 -> 5f38a489a GEODE-3150 Changed the diskstore name used with testDiskConflictWithCoLocation to isolate the problem related to diskstore. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-3105: Fixing spotlessJavaCheck with PersistentPartitionedRegionTestBase.java

2017-07-07 Thread agingade
Repository: geode Updated Branches: refs/heads/develop 5f38a489a -> 3b90f9f9b GEODE-3105: Fixing spotlessJavaCheck with PersistentPartitionedRegionTestBase.java Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/3b90f9f9

geode git commit: GEODE-3115 Added changes to check for persistent region during pdx type registry.

2017-07-25 Thread agingade
Repository: geode Updated Branches: refs/heads/develop e7515f595 -> 067531776 GEODE-3115 Added changes to check for persistent region during pdx type registry. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/06753177

geode git commit: GEODE-2802 Tombstone version vector to contain only the members that generate the tombstone

2017-04-26 Thread agingade
Repository: geode Updated Branches: refs/heads/develop 42a7d5f5d -> 9887cfd5c GEODE-2802 Tombstone version vector to contain only the members that generate the tombstone TombstoneMessage serialization code assumes the member info in RVV to be either membership-id or disk-id and uses this

geode git commit: GEODE-3047 Atomic creation flag is not set if the region is recoverd from the disk.

2017-08-22 Thread agingade
Repository: geode Updated Branches: refs/heads/develop e2c3d531f -> 35d3a97ed GEODE-3047 Atomic creation flag is not set if the region is recoverd from the disk. While creating bucket region, to satisfy the redudndancy copies the bucket regions are created on all vailable nodes. The

geode git commit: GEODE-2918 Close cache when ConflictingPersistentDataException is thrown.

2017-05-23 Thread agingade
Repository: geode Updated Branches: refs/heads/develop adbdf50f1 -> 3cbb6fcd0 GEODE-2918 Close cache when ConflictingPersistentDataException is thrown. During disk recovery the ConflictingPersistentDataException is not handled properly; it should have logged an error and closed the cache.

geode git commit: GEODE-2776: Setting version tag on the client event from the current region entry after load. And refactoring the findObjectInSystem().

2017-05-08 Thread agingade
Repository: geode Updated Branches: refs/heads/develop 288676dfe -> 72d0d4baa GEODE-2776: Setting version tag on the client event from the current region entry after load. And refactoring the findObjectInSystem(). Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[geode] branch feature/GEODE-3190 created (now b1e89d5)

2017-09-15 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a change to branch feature/GEODE-3190 in repository https://gitbox.apache.org/repos/asf/geode.git. at b1e89d5 GEODE-3190 Changed test hook to be volatile, added additional log to diagnose the issue

[geode] 01/01: Merge pull request #785 from nreich/feature/GEODE-3180

2017-09-18 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git commit 7d4988aec34afa9f3feb4064f2fd8ac4a4ccbd05 Merge: 16480c8 8e853cf Author: agingade <aging...@pivotal.io> AuthorDat

[geode] branch develop updated (16480c8 -> 7d4988a)

2017-09-18 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git. from 16480c8 spotless add 8e853cf GEODE-3180: Fix flaky test new 7d4988a Merge pull request #785 from

[geode] branch feature/GEODE-3190 updated: GEODE-3190 Added additional log to diagnose the issue in test hook.

2017-09-21 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 1156fa9 GEODE-3190

[geode] branch feature/GEODE-3796 updated: GEODE-3796 Changes are made to validate region version after the region is initialized.

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

[geode] branch develop updated (68eec80 -> 6dece49)

2017-10-10 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git. from 68eec80 GEODE-3803: Added additional string methods to whitelist (#907) new df7f72c GEODE-3796 Changes

[geode] 02/02: GEODE-3796 Changes are made to validate region version after the region is initialized.

2017-10-10 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git commit 6dece49edb674e9d345b1391fceda2762dc14c19 Author: Anil <aging...@pivotal.io> AuthorDate: Tue Oct 10 14:49:06 2017

[geode] 01/02: GEODE-3796 Changes are made to validate region version after the region is initialized.

2017-10-10 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git commit df7f72cd9087b8cc367fe43002c4a605b782e792 Author: Anil <aging...@pivotal.io> AuthorDate: Mon Oct 9 17:09:55 2017

[geode] 01/02: Initial project setup for jdbc-connector. Added basic source and test implementation for JDBCAsyncWriter.

2017-10-23 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-3781 in repository https://gitbox.apache.org/repos/asf/geode.git commit f312f305077fe29887ee8c1e7ccd5a4d511fab15 Author: Anil <aging...@pivotal.io> AuthorDate: Mon Oct 23 12

[geode] branch feature/GEODE-3781 updated (8c873f9 -> 6fe8b52)

2017-10-23 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a change to branch feature/GEODE-3781 in repository https://gitbox.apache.org/repos/asf/geode.git. from 8c873f9 Squashed commit of the following: new f312f30 Initial project setup for jdbc-connector

[geode] 02/02: whitespace cleanup

2017-10-23 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-3781 in repository https://gitbox.apache.org/repos/asf/geode.git commit 6fe8b5213aa0ea02e23a12335a80be37bf11b740 Author: Anil <aging...@pivotal.io> AuthorDate: Mon Oct 23 12

[geode] branch develop updated: GEODE-3038 Fix suspect string found in logs during test run

2017-11-22 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 0d5d2cb GEODE-3038 Fix suspect string found

[geode] branch develop updated: GEODE-4033: Exception is thrown when Tx Id is not found on server dur… (#1115)

2017-12-04 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 f504c7d GEODE-4033: Exception is thrown

[geode] branch feature/GEODE-3869 updated: Add test category.

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

[geode] branch develop updated: GEODE-3869: Fix early eviction. (#1152)

2017-12-12 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 4e1c63c GEODE-3869: Fix early eviction

[geode] branch feature/GEODE-3781 deleted (was f811ae1)

2017-12-18 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a change to branch feature/GEODE-3781 in repository https://gitbox.apache.org/repos/asf/geode.git. was f811ae1 Remove unused imports The revisions that were on this branch are still contained in other

[geode] branch develop updated: GEODE-3038: A server process shuts down quietly when path to cache.xml is incorrect (#677)

2017-11-21 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 f429e9a GEODE-3038: A server process shuts

[geode] branch develop updated: GEODE-3038: Run Spotless

2017-11-21 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 013b061 GEODE-3038: Run Spotless 013b061

[geode] branch feature/GEODE-4033 updated: GEODE-4033: Rewrite test to make it simpler

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

[geode] branch feature/GEODE-3781 updated (ad900a1 -> eae6c07)

2017-10-25 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a change to branch feature/GEODE-3781 in repository https://gitbox.apache.org/repos/asf/geode.git. from ad900a1 spotless new 7c70ae3 Added implementation for building the pdx field table column

[geode] 01/02: Added implementation for building the pdx field table column mapping.

2017-10-25 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-3781 in repository https://gitbox.apache.org/repos/asf/geode.git commit 7c70ae365d871121666943dc0df85604fd786180 Author: Anil <aging...@pivotal.io> AuthorDate: Wed Oct 25 15

[geode] 02/02: implemented getConnection

2017-10-25 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-3781 in repository https://gitbox.apache.org/repos/asf/geode.git commit eae6c079562b56fec8c362d346afbafdd8676d2b Author: Anil <aging...@pivotal.io> AuthorDate: Wed Oct 25 16

[geode] 02/02: Added getConnection().

2017-10-25 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-3781 in repository https://gitbox.apache.org/repos/asf/geode.git commit 007baf9fa076c6aba9a1cd4795cb849f29d825d3 Author: Anil <aging...@pivotal.io> AuthorDate: Wed Oct 25 16

[geode] 01/02: spotless

2017-10-25 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-3781 in repository https://gitbox.apache.org/repos/asf/geode.git commit d94119675417ac54d6d6e06d39c330fb15159cb1 Author: Anil <aging...@pivotal.io> AuthorDate: Wed Oct 25 16

[geode] branch feature/GEODE-3781 updated (eae6c07 -> 007baf9)

2017-10-25 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a change to branch feature/GEODE-3781 in repository https://gitbox.apache.org/repos/asf/geode.git. from eae6c07 implemented getConnection new d941196 spotless new 007baf9 Added getConnection

[geode] branch feature/GEODE-3781 updated: made ColumnValue a class

2017-10-25 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 52d5053 made

[geode] branch feature/GEODE-3781 updated: Added successfulEvent counter. Made changes in the test to validate successfulEvents.

2017-10-24 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 238ed94 Added

[geode] branch feature/GEODE-3781 updated: Added JDBCConfiguration class and test

2017-10-24 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 5348bed Added

[geode] branch feature/GEODE-3781 updated: Add JDBCManager class with implementation to build an insert query string. Also did spotless formatting.

2017-10-24 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 624ddd9 Add

[geode] branch develop updated: Revert "GEODE-5057: Removed experimental tag from Jdbc connector code base (#1789)" (#1936)

2018-05-09 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 e941250 Revert "GEODE-5057: Re

[geode] branch develop updated (112cd71 -> 3827332)

2018-05-10 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git. from 112cd71 GEODE-4858 refactor jdbc describe & list commands to use result model (#1939) add 3827332 G

[geode] branch develop updated: GEODE-5111: Set offline members to null only when done waiting for them (#1873)

2018-05-01 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 1f77a60 GEODE-5111: Set offline members

[geode] branch feature/GEODE-3781 updated: Added support for upsert operation.

2017-10-26 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 c80d024 Added

[geode] branch feature/GEODE-3781 updated: Extracted ColumnValue class.

2017-10-26 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 77f119d Extracted

[geode] branch feature/GEODE-3781 updated: Support for getting key column info from database.

2017-10-26 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 c9b89a2 Support

[geode] branch feature/GEODE-3781 updated: Added test validation to compare with table contents

2017-10-26 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 9e8fbf6 Added test

[geode] branch feature/GEODE-3781 updated: Added prepared statement cache Debug logging added that should be cleaned up later

2017-10-27 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 fdbfb14 Added

[geode] branch feature/GEODE-3781 updated: Made prepared statment cache thread safe. Now each thread has its own prepared statement cache.

2017-10-27 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 e23aa67 Made

[geode] 01/01: GEODE-4237: The JdbcLoader creates PdxInstance using region mapping (column to field).

2018-01-08 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4237 in repository https://gitbox.apache.org/repos/asf/geode.git commit dbb285069f0f0c76ecbea3cf776bd7f466b3415f Author: Anil <aging...@pivotal.io> AuthorDate: Mon Jan 8 16

[geode] branch develop updated: GEODE-4237: The JdbcLoader creates PdxInstance using region mapping (column to field).

2018-01-09 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 6eece22 GEODE-4237: The JdbcLoader creates

[geode] branch feature/GEODE-3583-storage updated: GEODE-4198: Removed use of GemFireCacheImpl.getInstance in DiskStoreMonitor

2018-01-10 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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

[geode] branch feature/GEODE-3583-storage updated: GEODE-4199: Remove GemFireCacheImpl.getInstance call from GridAdvisor

2018-01-10 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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

[geode] branch develop updated: GEODE-4241: Write region mapping to cluster configuration

2018-01-10 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 3bc3b51 GEODE-4241: Write region mapping

[geode] branch feature/GEODE-4241 deleted (was b349a56)

2018-01-10 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a change to branch feature/GEODE-4241 in repository https://gitbox.apache.org/repos/asf/geode.git. was b349a56 GEODE-4241: Write region mapping to cluster configuration The revisions that were

[geode] branch feature/GEODE-3583-storage updated: GEODE-4203: Remove GemFireCacheImpl.getInstance from PartitionedRegionHelper

2018-01-10 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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

[geode] branch feature/GEODE-3583-storage updated: GEODE-4201: Remove GemFireCacheImpl.getInstance in PartitionAttributesImpl

2018-01-10 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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

[geode] branch develop updated: GEODE-3322: Fix javadoc warnings

2018-01-18 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 cb3baf3 GEODE-3322: Fix javadoc warnings

[geode] branch feature/GEODE-3322 deleted (was 1df0d7c)

2018-01-18 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a change to branch feature/GEODE-3322 in repository https://gitbox.apache.org/repos/asf/geode.git. was 1df0d7c GEODE-3322: Fix javadoc warnings The revisions that were on this branch are still contained

[geode] branch feature/GEODE-3554 updated: GEODE-3554: Add additional javadoc about how to get Cache.

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

[geode] branch develop updated (4f0c0b1 -> ec53f62)

2018-01-22 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git. from 4f0c0b1 GEODE-4333: add unit tests for AbstractRegionMap.destroy (#1314) new 7fc5d6e GEODE-3554: Add

[geode] 01/02: GEODE-3554: Add javadoc warning about getAnyInstance in CacheCallback

2018-01-22 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git commit 7fc5d6e93c66f3a3b0bd4a4cfec5f9a5c20425d2 Author: Anil <aging...@pivotal.io> AuthorDate: Thu Jan 18 14:26:41 2018

[geode] branch feature/GEODE-3554 deleted (was b651c0a)

2018-01-22 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a change to branch feature/GEODE-3554 in repository https://gitbox.apache.org/repos/asf/geode.git. was b651c0a GEODE-3554: Add additional javadoc about how to get Cache. The revisions that were

[geode] 02/02: GEODE-3554: Add additional javadoc about how to get Cache.

2018-01-22 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git commit ec53f620359f85b4d3c0063b34ec5911e84c50c9 Author: Anil <aging...@pivotal.io> AuthorDate: Fri Jan 19 16:06:20 2018

[geode] branch feature/GEODE-3583-storage updated: GEODE-4202: Remove GemFireCacheImpl.getInstance from PartitionedRegion

2018-01-12 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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

[geode] branch feature/GEODE-3583-storage updated: GEODE-4208: remove GemFireCacheImpl.getInstance from DistTxEntryEvent

2018-01-12 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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

[geode] branch develop updated: GEODE-3800: Replace BackupManager with BackupService (#1372)

2018-02-01 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 0f6e09c GEODE-3800: Replace BackupManager

[geode] branch develop updated: GEODE-4407 (#1499): Refactoring incremental backup logic

2018-02-23 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 2dfc8ae GEODE-4407 (#1499): Refactoring

[geode] branch feature/GEODE-4009 updated: Add DataSource interface and builder

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

[geode] branch feature/GEODE-4009 updated: Add HikariCP to be part of assembly

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

[geode] branch develop updated: GEODE-5513: Changes to build register interest initial snapshot from primary bucket (#2246)

2018-08-02 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 4abb1d0 GEODE-5513: Changes to build

[geode] branch develop updated: GEODE-4947: JdbcConnector tests run against external database as AcceptanceTest category (#1747)

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 d00dbd7 GEODE-4947: JdbcConnector tests run

[geode] branch develop updated: GEODE-4991: do no use hard coded quotes (#1728)

2018-04-10 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 3efb4da GEODE-4991: do no use hard coded

[geode] 17/23: GEODE-4947: Remove duplicate code

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit b8fe4a0e115484d80dc31404ebe0ab29f7a06e0f Author: Nick Reich <nre...@pivotal.io> AuthorDate: Mon Apr 2

[geode] 22/23: GEODE-4947: Add geode-connectors to acceptance tests

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit 9f51db02e21a5ff0d2d86056989eed29cd280d3a Author: Nick Reich <nre...@pivotal.io> AuthorDate: Wed Apr 4

[geode] 08/23: GEODE-4947: Fix spotless formatting

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit eeb10b351308ecdcfadba38486a998b2303b22fd Author: Nick Reich <nre...@pivotal.io> AuthorDate: Wed Mar

[geode] 04/23: GEODE-4947: Update integration tests to use mysql and postgres

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit 1f234ca6a1c3eba0d5b65632631d50e1c10e0204 Author: Nick Reich <nre...@pivotal.io> AuthorDate: Wed Mar

[geode] 18/23: GEODE-4947: Make new category for tests that require external services

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit 5af1a0a10fd3074422f4d1f0c6eefaca8a7caec3 Author: Nick Reich <nre...@pivotal.io> AuthorDate: Tue Apr 3

[geode] 14/23: GEODE-4947: Fix issue with null character string in Postgres

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit 8454a952c9ba87711f5499f7c4a4292aff0513cd Author: Nick Reich <nre...@pivotal.io> AuthorDate: Mon Apr 2

[geode] 21/23: GEODE-4947: Remove ignore label from fixed test

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit 40b159c201660c6a8633eee8593f913bdb19abcd Author: Nick Reich <nre...@pivotal.io> AuthorDate: Wed Apr 4

[geode] 15/23: GEODE-4947: Cleanup

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit 75bf59a15f816f8b63909bcfa4478f9796c22d63 Author: Nick Reich <nre...@pivotal.io> AuthorDate: Mon Apr 2

[geode] 19/23: Revert "GEODE-4947: Make new category for tests that require external services"

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit e9859d6600eb3e5c30ab80a23de7358611055727 Author: Nick Reich <nre...@pivotal.io> AuthorDate: Wed Apr 4

[geode] 05/23: GEODE-4947: Fix failing tests due to type conversions

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit 0c936470b4c18c03e25e500e54d4e413e611359a Author: Nick Reich <nre...@pivotal.io> AuthorDate: Wed Mar

[geode] 10/23: GEODE-4947: Fix docker compose yml file references

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit a9838197f00d6c51fb39ec2c6790370e3f853d10 Author: Nick Reich <nre...@pivotal.io> AuthorDate: Thu Mar

[geode] 20/23: GEODE-4947: Make tests that spin up Docker containers Acceptance Tests

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit ed458ee3179b7e0f538a568b1c5618ba974de002 Author: Nick Reich <nre...@pivotal.io> AuthorDate: Wed Apr 4

[geode] 06/23: GEODE-4947: Convert distributed tests to use mysql and postgres

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit c3ac6b30ca81126394160f22c9f68da3896f0c21 Author: Nick Reich <nre...@pivotal.io> AuthorDate: Wed Mar

[geode] 23/23: caps

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit 473d3799aec600a5885c35b5958a1b376e75ced4 Author: Nick Reich <nre...@pivotal.io> AuthorDate: Wed Apr 4

[geode] 03/23: GEODE-4947: Add Derby connection rule

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit 6603bdc9a1ccf9373157186052b3a67f38e9d059 Author: Nick Reich <nre...@pivotal.io> AuthorDate: Tue Mar

[geode] 13/23: GEODE-4947: Fix MySQL test truncating timestamps

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit fe91b2586cdebe3c61d7ffbd13ee0820393ab94e Author: Nick Reich <nre...@pivotal.io> AuthorDate: Fri Mar

[geode] 16/23: GEODE-4947: Downgrade docker compose version in config files

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit 1dd8aaefa51bff625b044a6e76e00f0ec25b4e78 Author: Nick Reich <nre...@pivotal.io> AuthorDate: Mon Apr 2

[geode] 02/23: GEODE-4947: Add Postgres test rule and test utilizing it

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit 4e83237f15764a8f07ebd629f57436db3f696799 Author: Nick Reich <nre...@pivotal.io> AuthorDate: Tue Mar

[geode] branch feature/GEODE-4947 updated (c893970 -> 473d379)

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a change to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git. omit c893970 caps omit 98f1190 GEODE-4947: Add geode-connectors to acceptance tests omit 7f544aa

[geode] 07/23: GEODE-4947: Mark failing tests as ignored

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit 720724ccc052c8490d2d23d2fe93515bb76c6041 Author: Nick Reich <nre...@pivotal.io> AuthorDate: Wed Mar

[geode] 09/23: GEODE-4947: Improve pathing to docker compose resource files

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit 5bd24f61573913d8124f124e483bd4e4680b280d Author: Nick Reich <nre...@pivotal.io> AuthorDate: Thu Mar

[geode] 11/23: GEODE-4947: Change resource paths

2018-04-05 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a commit to branch feature/GEODE-4947 in repository https://gitbox.apache.org/repos/asf/geode.git commit 0a2e444d52ab45d7b0f7df2fbb5dcba282bff834 Author: Nick Reich <nre...@pivotal.io> AuthorDate: Thu Mar

[geode] branch feature/GEODE-5057 updated (4dfe460 -> 3291e7d)

2018-04-13 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a change to branch feature/GEODE-5057 in repository https://gitbox.apache.org/repos/asf/geode.git. from 4dfe460 Merge branch 'develop' into feature/GEODE-5057 add 757e8f9 GEODE-5044: Correctly log

[geode] branch feature/GEODE-5057 updated (5a31c03 -> 4dfe460)

2018-04-12 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a change to branch feature/GEODE-5057 in repository https://gitbox.apache.org/repos/asf/geode.git. from 5a31c03 GEODE-5057: Removed experimental tag from Jdbc connector and unused imports add 65b52f2

[geode] branch develop updated: GEODE-5057: Removed experimental tag from Jdbc connector code base (#1789)

2018-04-16 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 4e249f7 GEODE-5057: Removed experimental

[geode] branch feature/GEODE-5057 deleted (was 3291e7d)

2018-04-16 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade pushed a change to branch feature/GEODE-5057 in repository https://gitbox.apache.org/repos/asf/geode.git. was 3291e7d Merge branch 'develop' into feature/GEODE-5057 The revisions that were on this branch

[geode] branch develop updated: GEODE-4894: Changes are made to support case sensitivity between region, table name and pdx field, column name (#1663)

2018-03-23 Thread agingade
This is an automated email from the ASF dual-hosted git repository. agingade 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 da51fce GEODE-4894: Changes are made

  1   2   >