incubator-geode git commit: Fixing the spotless error on DiskSpaceLimitIntegrationTest.java

2016-11-08 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 35f92e074 -> 0fb509324 Fixing the spotless error on DiskSpaceLimitIntegrationTest.java Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-2063: Increased the timeout on async thread join

2016-11-07 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 0a96cbd9a -> a20a6ba09 GEODE-2063: Increased the timeout on async thread join * Increase the time for the main thread to wait for the async operation to complete. Project:

incubator-geode git commit: Fixing the spotless formatting errors

2016-11-03 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop bca948fcc -> aa05b5d2c Fixing the spotless formatting errors Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/aa05b5d2 Tree:

incubator-geode git commit: GEODE-1932: Synchronized the test functions

2016-11-02 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop e26ae8d20 -> 9bbecb214 GEODE-1932: Synchronized the test functions * Synchronized the test functions so that multiple execution doesn't corrupt the value of the static variables. * Created new global variables

incubator-geode git commit: GEODE-2062: Removing a comment.

2016-11-02 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop a64f7f60e -> e26ae8d20 GEODE-2062: Removing a comment. * A comment was checked in which is removed in this checkin Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[2/3] incubator-geode git commit: GEODE-2062:Added new tests for PDX queries, order by queries and queries using indexes.

2016-11-02 Thread nnag
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/a64f7f60/geode-core/src/test/java/org/apache/geode/cache/query/dunit/PdxQueryDUnitTest.java -- diff --git

[3/3] incubator-geode git commit: GEODE-2062:Added new tests for PDX queries, order by queries and queries using indexes.

2016-11-02 Thread nnag
GEODE-2062:Added new tests for PDX queries, order by queries and queries using indexes. * PDXInstance and PDXFactoryImpl were used to validate multiple class version test rather than writing dummy PDX classes * JUnit4CacheTestCase was used instead of Junit3 elements. Project:

[1/3] incubator-geode git commit: GEODE-2062:Added new tests for PDX queries, order by queries and queries using indexes.

2016-11-02 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 4265fa593 -> a64f7f60e http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/a64f7f60/geode-core/src/test/java/org/apache/geode/cache/query/dunit/PortfolioPdxVersion.java

incubator-geode git commit: GEODE-502: Increased the startup timeout for DUnit tests

2016-10-24 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 774298116 -> a78d491d6 GEODE-502: Increased the startup timeout for DUnit tests * In DUnitLauncher increased the startup timeout * This is done to accomodate the extra time needed if GC kicks in. Project:

incubator-geode git commit: GEODE-1353: Added listeners to slow down the receiver.

2016-10-18 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 5c50954d1 -> 56836e59f GEODE-1353: Added listeners to slow down the receiver. * Added a listener on after create to slow down the receiver. * This was done to avoid the need for a very large number of puts.

incubator-geode git commit: GEODE-1978: Slowing down the receivers

2016-10-12 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop a78fa7537 -> 313bbab55 GEODE-1978: Slowing down the receivers * Slowing down the receivers so that the senders do not complete * transmission before the regions are destroyed in the receivers. * Removing

incubator-geode git commit: GEODE-1180: Resolved as a part of bb44eb6d51144a3c9798d4323eabf3d4beab8cda

2016-10-11 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop f223a2e5b -> f079f3709 GEODE-1180: Resolved as a part of bb44eb6d51144a3c9798d4323eabf3d4beab8cda * Removed the flaky tag Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1586: Test assumed to fixed by ff2637d7aeadd0beda581d5c2422803f167021e1

2016-10-11 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 29e494803 -> f223a2e5b GEODE-1586: Test assumed to fixed by ff2637d7aeadd0beda581d5c2422803f167021e1 * Removing the Flaky Tag Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1967: Old keys are removed from removedKeyValuesEntries

2016-10-10 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 3626c75f8 -> b2d85b4b0 GEODE-1967: Old keys are removed from removedKeyValuesEntries * Old keys are removed from removedKeyValuesEntries after the mapping is removed from Compact map range indexes. * New tests

incubator-geode git commit: GEODE-1926: Removing the extra getObjectInSerialSenderQueue call

2016-10-10 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 4b3ae7867 -> a0acc3ca6 GEODE-1926: Removing the extra getObjectInSerialSenderQueue call * This was causing few tests to hang waiting for queues to drain. Project:

incubator-geode git commit: GEODE-1926: Modification of peedAhead() function

2016-10-07 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop fbbdb824b -> 654b06ed2 GEODE-1926: Modification of peedAhead() function * Modification of peedAhead() function check if heapCopy is successful before adding the key to peekedIds. * Since peek() doesnt have

[2/2] incubator-geode git commit: GEODE-136: Adding the Apache License header to the file.

2016-10-07 Thread nnag
GEODE-136: Adding the Apache License header to the file. * This resolves the rat issue in precheckin Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/9189e3bb Tree:

incubator-geode git commit: Revert "GEODE-1926"

2016-10-07 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 9189e3bb9 -> fbbdb824b Revert "GEODE-1926" * Precehckin completion pending This reverts commit 7b88c6cf7ad96675f81a138b2d03f8f3375168cf. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[1/2] incubator-geode git commit: GEODE-1926

2016-10-07 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 769d9b3ae -> 9189e3bb9 GEODE-1926 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/7b88c6cf Tree:

[incubator-geode] Git Push Summary

2016-10-07 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop2 [deleted] e78aa68c4

incubator-geode git commit: GEODE-136: Adding the Apache License header to the file.

2016-10-07 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop2 [created] e78aa68c4 GEODE-136: Adding the Apache License header to the file. * This resolves the rat issue in precheckin Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1731: Reordered the creation of test elements

2016-10-05 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 0e2b53bcb -> c454d3ab7 GEODE-1731: Reordered the creation of test elements * The test now initiates the killing of second sender after it has received one batch. * Reordered the creation of cache, region and

[1/2] incubator-geode git commit: GEODE-1364: Resolved as a part of GEODE-1588

2016-10-04 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop f82626f46 -> 18c2dc3fb GEODE-1364: Resolved as a part of GEODE-1588 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/0b61ae69 Tree:

incubator-geode git commit: GEODE-1804: Refactored the test

2016-10-04 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop f0dab0aa3 -> f82626f46 GEODE-1804: Refactored the test * Refactored the test to have the correct order of creation of cache, region and sender-receivers. * Additional validity check for the local region size.

incubator-geode git commit: GEODE-1384: Stat issues were fixed as a part of other tickets.

2016-10-04 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 71627eb81 -> 15a5267c4 GEODE-1384: Stat issues were fixed as a part of other tickets. * Code refactored to have the correct order of creation of cache, region and sender receivers. Project:

incubator-geode git commit: GEODE-1925 : Copy the resources directory inside build directory

2016-09-21 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop c4e63ac0d -> 813fa909c GEODE-1925 : Copy the resources directory inside build directory * Tests use the resources folder for its execution, hence it needs to be in the build directory. * This was initially

incubator-geode git commit: GEODE-1644: Check if key is an instance of Object[]

2016-09-14 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 9fbad68e5 -> 6a109a7f5 GEODE-1644: Check if key is an instance of Object[] * Checking if the key is of the type object array * This fixes the issue with forming the correct index name. Project:

incubator-geode git commit: GEODE-1066: Removing the FlakyTest tag

2016-08-22 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop b39ab8915 -> 9fa589708 GEODE-1066: Removing the FlakyTest tag * Removed the FlakyTest tag * Code was s1tabilized in a previous commit for GEODE-1066 Project:

incubator-geode git commit: GEODE-1066: Replaced WaitCriterion with Awaitility

2016-08-15 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop f8f8986f3 -> a1d2fa2bd GEODE-1066: Replaced WaitCriterion with Awaitility * Awaitility is used * Correct order of creation of caches/regions/senders/recievers Project:

incubator-geode git commit: GEODE-1745: Fixed the comparison during query re-evaluation using CompactMapRangeIndexes

2016-08-15 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 6f37769cd -> f8f8986f3 GEODE-1745: Fixed the comparison during query re-evaluation using CompactMapRangeIndexes * Initially the object to be searched was compared with the tuple returned by the Compact Range Index

[6/8] incubator-geode git commit: GEODE-1241: Fixed the misspelt names in Geode WAN module

2016-08-15 Thread nnag
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6f37769c/geode-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/misc/ReplicatedRegion_ParallelWANPropagationDUnitTest.java -- diff --git

[2/8] incubator-geode git commit: GEODE-1241: Fixed the misspelt names in Geode WAN module

2016-08-15 Thread nnag
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6f37769c/geode-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/serial/SerialWANPropagationsFeatureDUnitTest.java -- diff --git

[3/8] incubator-geode git commit: GEODE-1241: Fixed the misspelt names in Geode WAN module

2016-08-15 Thread nnag
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6f37769c/geode-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/serial/SerialWANPropagationDUnitTest.java -- diff --git

[7/8] incubator-geode git commit: GEODE-1241: Fixed the misspelt names in Geode WAN module

2016-08-15 Thread nnag
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6f37769c/geode-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/concurrent/ConcurrentWANPropagation_2_DUnitTest.java -- diff --git

[8/8] incubator-geode git commit: GEODE-1241: Fixed the misspelt names in Geode WAN module

2016-08-15 Thread nnag
GEODE-1241: Fixed the misspelt names in Geode WAN module * CamelCased few names which were not camelCased * Spelling errors were fixed. * Improvements are still required in variable names - using meaningful names. Project:

[4/8] incubator-geode git commit: GEODE-1241: Fixed the misspelt names in Geode WAN module

2016-08-15 Thread nnag
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6f37769c/geode-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/offheap/ParallelWANPropagationOffHeapDUnitTest.java -- diff --git

[1/8] incubator-geode git commit: GEODE-1241: Fixed the misspelt names in Geode WAN module

2016-08-15 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 80f8a1408 -> 6f37769cd http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6f37769c/geode-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/serial/SerialWANPropogation_PartitionedRegionDUnitTest.java

[5/8] incubator-geode git commit: GEODE-1241: Fixed the misspelt names in Geode WAN module

2016-08-15 Thread nnag
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6f37769c/geode-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/misc/ReplicatedRegion_ParallelWANPropogationDUnitTest.java -- diff --git

incubator-geode git commit: GEODE-977: Stats are being read from the correct VMs.

2016-08-03 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop c685299d5 -> 6ec789e84 GEODE-977: Stats are being read from the correct VMs. * VM4 was missed while reading the stats * Corrected the order of creating cache, region and senders/receivers. * Stats code

incubator-geode git commit: GEODE-1207: Removing FlakyTest tag

2016-08-01 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 0620b059e -> cb9c1e799 GEODE-1207: Removing FlakyTest tag * Fixed in a previous commit for GEODE-1207 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-933: Refactored test code to stabilize it

2016-08-01 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 59e4c447e -> 0620b059e GEODE-933: Refactored test code to stabilize it * Made sure the senders are running before the puts are started. * Correct order of creation of cache, region and senders/receivers.

incubator-geode git commit: GEODE-1147: Remove FlakyTest Tag

2016-08-01 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 80ac9956e -> b9387fb57 GEODE-1147: Remove FlakyTest Tag * Refactored the test in correct order of creation of cache, region and sender/receiver. * The WANTestBase.preTearDown was refactored in GEODE-1588

incubator-geode git commit: GEODE-1148: Refactored the test case

2016-08-01 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop d9bec3178 -> 80ac9956e GEODE-1148: Refactored the test case * Fixed the order of creation of cache, region, and receivers/senders * StopAckThread function was fixed as a part of GEODE-1588 *

incubator-geode git commit: GEODE-1011: Rearranged the order of creating test elements

2016-08-01 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 983010e4a -> 237035720 GEODE-1011: Rearranged the order of creating test elements * Caches are created first, followed by region and sender/receiver * Removed the pauses, as they are not necessary. Awaitility

incubator-geode git commit: GEODE-1062: Removed FlakyTest tag

2016-07-29 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 2800efe8b -> 02c6818b4 GEODE-1062: Removed FlakyTest tag * Test fixed in an earlier commit. * No failures noticed Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1032: Removed FlakyTest tag

2016-07-29 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 9943ba46e -> 2800efe8b GEODE-1032: Removed FlakyTest tag * Test was fixed in a previous commit for GEODE-1032 * No failures were noticed hence removing the flaky tag Project:

incubator-geode git commit: GEODE-1121: Removing flaky tag

2016-07-29 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop bf6cf4147 -> 9943ba46e GEODE-1121: Removing flaky tag * This test was fixed in an earlier commit. * As no failures occured, removing the flaky tag Project:

incubator-geode git commit: GEODE-1674: Using a immuatable object to pass the HashIndexSet and its mask

2016-07-27 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop c556f011a -> 6e8f42f38 GEODE-1674: Using a immuatable object to pass the HashIndexSet and its mask * Immutable ojects pairs the mask and set together * There is no race condition in which the mask differs from

incubator-geode git commit: GEODE-1612: Gets a list of random ports at once

2016-07-18 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop f4fdfa915 -> b830c2774 GEODE-1612: Gets a list of random ports at once * Getting a random port for each locator one by one led to different locators getting assigned the same port number * By getting a list of

incubator-geode git commit: GEODE-1600: startLocatorAndDS takes 0 as port number parameter [Forced Update!]

2016-07-14 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 0dc34e17b -> 8a28f5233 (forced update) GEODE-1600: startLocatorAndDS takes 0 as port number parameter * Use of getAvailableTCP port led to race conditions which led to locators being assigned ports in use. * Use

incubator-geode git commit: GEODE-1600: startLocatorAndDS takes 0 as port number parameter

2016-07-14 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 5b2898761 -> 0dc34e17b GEODE-1600: startLocatorAndDS takes 0 as port number parameter * Use of getAvailableTCP port led to race conditions which led to locators being assigned ports in use. * Use of 0 now

incubator-geode git commit: GEODE-1639: Receivers selects a different port if the selected port is in use.

2016-07-13 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop c4cf82101 -> 23211ddca GEODE-1639: Receivers selects a different port if the selected port is in use. * If the selected port is in use then the receiver will select another port between 20001 and 2 This

incubator-geode git commit: GEODE-1587: Replaced AtomicInteger with AtomicIntegerFieldUpdater

2016-07-13 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 31336f15a -> c4cf82101 GEODE-1587: Replaced AtomicInteger with AtomicIntegerFieldUpdater * Use of AtomicIntegerFieldUpdater decereased the memory overhead per entry during index creation This closes #191

incubator-geode git commit: GEODE-1586: Re-arranged the validation sequence in the test case. * Validate that the receiver region side before validating that the sender's queues are drained. * This gi

2016-07-06 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop c065b6aef -> ff2637d7a GEODE-1586: Re-arranged the validation sequence in the test case. * Validate that the receiver region side before validating that the sender's queues are drained. * This gives the sender's

incubator-geode git commit: GEODE-1339: Added test to validate getAllIndexes and getIndex functions for Lucene.

2016-06-30 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop ec5578a22 -> 369d4320d GEODE-1339: Added test to validate getAllIndexes and getIndex functions for Lucene. * Added test to validate that a list of the indexes is returned if they are present in the system *

incubator-geode git commit: GEODE-1599: Array size allocation method was changed to prevent race condition in CopyOnWriteArray

2016-06-30 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 186a09a74 -> ec5578a22 GEODE-1599: Array size allocation method was changed to prevent race condition in CopyOnWriteArray * toArray(new Statistics[statlist.size()]); was converted to toArray(new Statistics[0]);

incubator-geode git commit: GEODE-1557: Not logging BucketNotFoundException

2016-06-20 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 2df86745a -> 83c7c6616 GEODE-1557: Not logging BucketNotFoundException Not logging BucketNotFoundException as an error in LuceneEventLister and added a test shouldIgnoreBucketNotFoundException to verify it This closes #168

[2/2] incubator-geode git commit: GEODE-11: Removed ParseException from LuceneQueryFactory.create, added LuceneQueryException

2016-06-16 Thread nnag
GEODE-11: Removed ParseException from LuceneQueryFactory.create, added LuceneQueryException Adding a new exception to wrap lucene exceptions called LuceneQueryException. Removed lucene exceptions from the public API. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[1/2] incubator-geode git commit: GEODE-11: Added LuceneQueryException to search signature

2016-06-16 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 28d2ce069 -> 2fe3a4b2c GEODE-11: Added LuceneQueryException to search signature Search will now throw a LuceneQueryException if a query cannot be parsed. This closes #163 Project:

incubator-geode git commit: GEODE-1543: Change the log level from error to info

2016-06-15 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop f59e8d0b2 -> 612a9d995 GEODE-1543: Change the log level from error to info * When multiple peers join the cluster conncurrently, only the first one that joins will distribute the index creation and other will try to create