incubator-geode git commit: GEODE-2073 CI Failure: GMSHealthMonitorJUnitTest.testHMNextNeighborAfterTimeout

2016-11-16 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 216a10917 -> bb7a5e218 GEODE-2073 CI Failure: GMSHealthMonitorJUnitTest.testHMNextNeighborAfterTimeout I modified the test to wait longer and not require that the "next neighbor" be an exact member but merely a different one

incubator-geode git commit: reformatted recent commit with spotlessApply

2016-11-14 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 665570e43 -> 95a07d207 reformatted recent commit with spotlessApply I actually reformatted this in Idea with the recommended format config loaded but apparently it's not in line with what the Spotless config requires and caused

incubator-geode git commit: GEODE-2074 GMSJoinLeaveJUnitTest.testDuplicateJoinRequestDoesNotCauseNewView

2016-11-14 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 366f0894e -> 665570e43 GEODE-2074 GMSJoinLeaveJUnitTest.testDuplicateJoinRequestDoesNotCauseNewView I've run this test class hundreds of times with only one failure in a different test. I've also run the individual test many

[2/3] incubator-geode git commit: GEODE-2089 entry-idle-time on client side cache is not working as expected

2016-11-10 Thread bschuchardt
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e584c4e6/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedStatsDiskLRURegionEntryHeapLongKey.java -- diff --git

[3/3] incubator-geode git commit: GEODE-2089 entry-idle-time on client side cache is not working as expected

2016-11-10 Thread bschuchardt
GEODE-2089 entry-idle-time on client side cache is not working as expected When we pull an entry in from another cache in LocalRegion.findObjectInSystem() we end up invoking updateStatsForPut and then updateStatsForGet. The former method installs a lastModifiedTime from the version tag that came

[1/3] incubator-geode git commit: GEODE-2089 entry-idle-time on client side cache is not working as expected

2016-11-10 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop aac49f3f0 -> e584c4e65 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e584c4e6/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedThinLRURegionEntryHeapStringKey1.java

incubator-geode git commit: GEODE-2059 client SSL handshake attempts do not time out

2016-11-02 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop a00a2ff29 -> 4265fa593 GEODE-2059 client SSL handshake attempts do not time out Client SSL connection attempts are now configured to be able to time out during the SSL handshake Project:

[1/2] incubator-geode git commit: GEODE-2051 - marking this test as flaky

2016-11-01 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 9aa7fa120 -> 5000bbe44 GEODE-2051 - marking this test as flaky Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/76efb251 Tree:

[2/2] incubator-geode git commit: GEODE-2051 - marking this test as flaky

2016-11-01 Thread bschuchardt
GEODE-2051 - marking this test as flaky Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/5000bbe4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/5000bbe4 Diff:

incubator-geode git commit: fixing dumpStack/dumpAllStacks methods

2016-10-27 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop b10a171e1 -> 7b11d0843 fixing dumpStack/dumpAllStacks methods These were trying to invoke methods using DistributedTestCase that have been moved to ThreadUtils. Project:

incubator-geode git commit: GEODE-2000 client should see server-bind-address in event memberId

2016-10-27 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop a564a692a -> 87f2fb5f3 GEODE-2000 client should see server-bind-address in event memberId The previous fix for this caused confusion as it changed the server memberId that is used in other places and should remain unchanged.

incubator-geode git commit: GEODE-2024 Deadlock creating a new lock service Grantor

2016-10-26 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 69a0877ab -> f02ea36f2 GEODE-2024 Deadlock creating a new lock service Grantor This change-set causes the code in TXLockServiceImpl.release() to perform periodic checks to see if grantor recovery is being performed. If so it

incubator-geode git commit: Revert "GEODE-2000 Now ClientMembershipListener returns host on which"

2016-10-25 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 60f8a8080 -> be2a40488 Revert "GEODE-2000 Now ClientMembershipListener returns host on which" This reverts commit 8a080323070dbbc1d7037612d0d8e1188dcf1507. This change caused some CI failures that folks suppressed. The fix

incubator-geode git commit: adding spotless line terminator setting for Unix

2016-10-24 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop a78d491d6 -> bd6f9e6f3 adding spotless line terminator setting for Unix Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/bd6f9e6f Tree:

incubator-geode git commit: GEODE-1927: more protection from seeing com.gemstone.gemfire packaged objects

2016-10-18 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 56836e59f -> e130e5b62 GEODE-1927: more protection from seeing com.gemstone.gemfire packaged objects DeadlockDetector can read an archive of dependencies across the distributed system. This adds a small ObjectInputStream

incubator-geode git commit: GEODE-1931 CI Failure: LocatorUDPSecurityDUnitTest.testStartTwoLocators

2016-10-06 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop c1e46c202 -> 71f6d677e GEODE-1931 CI Failure: LocatorUDPSecurityDUnitTest.testStartTwoLocators adding @Category(FlakyTest.class), which didn't make it into the last commit. Project:

[2/2] incubator-geode git commit: GEODE-1927 backward compatibility support

2016-10-06 Thread bschuchardt
GEODE-1927 backward compatibility support Removing the JTESTS property setting that I added to ProcessManager during implementation of backward compatibility support. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[1/2] incubator-geode git commit: GEODE-1931 CI Failure: LocatorUDPSecurityDUnitTest.testStartTwoLocators

2016-10-06 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 61fe7c647 -> c1e46c202 GEODE-1931 CI Failure: LocatorUDPSecurityDUnitTest.testStartTwoLocators Nothing seems to have been done to fix this problem but I ran the test over 700 times without hitting it, so I'm marking the test

incubator-geode git commit: GEODE-1927 backward compatibility support

2016-10-05 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop c454d3ab7 -> 0a51d86d5 GEODE-1927 backward compatibility support This fixes a problem in BaseCommand encountered during integration testing. The integration tests aren't checked in yet due to some Gradle issues I need to work

[2/2] incubator-geode git commit: GEODE-1927: add support for old GemFire remote sites (WAN)

2016-09-28 Thread bschuchardt
GEODE-1927: add support for old GemFire remote sites (WAN) This adds a new JAR and associated cache service to Geode. The service and associated changes to Geode protect the server from receiving com.gemstone.gemfire packaged objects, translating them to their org.apache.geode counterparts.

[1/2] incubator-geode git commit: GEODE-1927: add support for old GemFire remote sites (WAN)

2016-09-28 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop b5b7203a1 -> 6555c86ed http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6555c86e/geode-old-client-support/src/test/java/com/gemstone/gemfire/ClientPDXSerializableObject.java

incubator-geode git commit: GEODE-762: change default setting for enable-network-partition-detection

2016-09-13 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 0705e85cd -> 3897a76ea GEODE-762: change default setting for enable-network-partition-detection This setting now defaults to being turned on. Some unit tests that perform HA operations have been modified to disable it.

incubator-geode git commit: GEODE-1777 CI failure: RestAPIsOnMembersFunctionExecutionDUnitTest

2016-09-08 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 906c211ab -> da8b2934c GEODE-1777 CI failure: RestAPIsOnMembersFunctionExecutionDUnitTest Looking through our distributedTest output I see a large number of full GCs initiated by Metaspace cleanup. Some of these GCs are taking

incubator-geode git commit: GEODE-1803 Inefficient code in ClientMetadataService.getServerToFilterMap()

2016-08-26 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 7f4992c29 -> 9184b593f GEODE-1803 Inefficient code in ClientMetadataService.getServerToFilterMap() Created a Random to use in methods needing it. Replaced Collections.shuffle() with random selection from an ArrayList.

incubator-geode git commit: Caching the CLUSTER component SocketCreator in TCPConduit

2016-08-22 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-420 d3fbfbdf3 -> 075e10937 Caching the CLUSTER component SocketCreator in TCPConduit This avoids fetching the SocketCreator each time it's going to be used. TCPConduit holds onto it and it and Connection use the cached

incubator-geode git commit: GEODE-1800 StoppableCondition has faulty code in await()

2016-08-19 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 1ab59ffb2 -> 88b561d64 GEODE-1800 StoppableCondition has faulty code in await() The faulty methods in StoppableCondition have been removed. I considered removing StoppableCondition entirely and just using a Condition on the

incubator-geode git commit: GEODE-1761 Clients don't fail back when servers are bounced

2016-08-19 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 79620807b -> cea5535cf GEODE-1761 Clients don't fail back when servers are bounced Servers will send a refresh hint to clients if they detect that a request had to be send to a different server who owned the primary bucket

[3/3] incubator-geode git commit: GEODE-1755 Clean up TODOs in membership, communications and serialization components

2016-08-12 Thread bschuchardt
GEODE-1755 Clean up TODOs in membership, communications and serialization components Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f0eb44ee Tree:

[2/3] incubator-geode git commit: GEODE-1755 Clean up TODOs in membership, communications and serialization components

2016-08-12 Thread bschuchardt
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0eb44ee/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/tier/sockets/command/PutAll.java -- diff --git

[1/3] incubator-geode git commit: GEODE-225 excessive CPU utilization and garbage collection strain for JSON processing

2016-08-12 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 1e576f7a6 -> f0eb44eec GEODE-225 excessive CPU utilization and garbage collection strain for JSON processing Use of a singleton ObjectMapper can be enabled using a system property. -DPdxInstance.use-static-mapper=true

incubator-geode git commit: GEODE-1756 REST API inconsistency in parameterized query region

2016-08-12 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 5fac81597 -> 1e576f7a6 GEODE-1756 REST API inconsistency in parameterized query region The region holding parameterized queries is now using scope distributed-ack. Project:

[2/2] incubator-geode git commit: GEODE-1726 Clean up compilation warnings in new GMS

2016-08-05 Thread bschuchardt
GEODE-1726 Clean up compilation warnings in new GMS Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/5f840549 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/5f840549 Diff:

[1/2] incubator-geode git commit: GEODE-1726 Clean up compilation warnings in new GMS

2016-08-05 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop f3db3e82c -> 5f8405495 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/5f840549/geode-core/src/main/java/com/gemstone/gemfire/distributed/internal/membership/gms/mgr/GMSMembershipManager.java

incubator-geode git commit: GEODE-1727 NPE in JGroups during shutdown

2016-08-04 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 64c3c6278 -> c7a0a458f GEODE-1727 NPE in JGroups during shutdown Moved the shutdown of the JGroups timer to before super.stop() so that timer tasks won't fire after the bundler variable has been nulled out. Project:

incubator-geode git commit: GEODE-1317 CI failure: GMSJoinLeaveJUnitTest.testNetworkPartionMessage

2016-08-03 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 0e8e5945b -> c685299d5 GEODE-1317 CI failure: GMSJoinLeaveJUnitTest.testNetworkPartionMessage Removed duplicate mockito setup that was encountering this issue. This looks like a mockito bug but we can avoid encountering it by

incubator-geode git commit: GEODE-1722 Distributed tests should use a restricted membership-port-range

2016-08-03 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 151b272a6 -> 73e413bf6 GEODE-1722 Distributed tests should use a restricted membership-port-range fixing a damaged unit test. AvailablePort & AvailablePortHelper can now be told to use the membership-port-range to find

[3/3] incubator-geode git commit: GEODE-1645 forceUDPMessagingForCurrentThread should be re-enabled

2016-08-02 Thread bschuchardt
GEODE-1645 forceUDPMessagingForCurrentThread should be re-enabled This reenables use of UDP-only messaging for a thread. PDX uses this if conserve-sockets=true and it is executing a transaction in a socket-reader thread to avoid possible deadlock situations. Project:

[2/3] incubator-geode git commit: GC thread names have changed. This fixes the expected names in PluckStacks

2016-08-02 Thread bschuchardt
GC thread names have changed. This fixes the expected names in PluckStacks Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/4dfe6b10 Tree:

[1/3] incubator-geode git commit: restricting membership-port-range for tests to be outside of AvailablePort's pool

2016-08-02 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop dce15e48b -> 151b272a6 restricting membership-port-range for tests to be outside of AvailablePort's pool Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1619 PartitionedRegionSingleHopWithServerGroupDUnitTest.test_SingleHopWithServerGroupTwoClientServerGroup

2016-07-28 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop de3f90e03 -> 419dc44cd GEODE-1619 PartitionedRegionSingleHopWithServerGroupDUnitTest.test_SingleHopWithServerGroupTwoClientServerGroup Changed the bucket->location map to be copy-on-write so that readers will no longer see

incubator-geode git commit: GEODE-420 Changing TcpClient to not be a static class

2016-07-27 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-420 e8676046c -> 115e5f25d GEODE-420 Changing TcpClient to not be a static class TcpClient now holds the SocketCreator that it should use to connect to locators. It's currently using the cluster SocketCreator but will be

incubator-geode git commit: fixes flakyTest target to allow it to run Rest API tests

2016-07-26 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop b3b2c8909 -> 4c5a69949 fixes flakyTest target to allow it to run Rest API tests Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/4c5a6994

incubator-geode git commit: Marking test as flaky - see GEODE-1594

2016-07-25 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 17ede3150 -> 408189c54 Marking test as flaky - see GEODE-1594 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/408189c5 Tree:

incubator-geode git commit: javadoc clean-up for commmunications/membership classes

2016-07-22 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop f230349f8 -> 40f95887b javadoc clean-up for commmunications/membership classes Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/40f95887

incubator-geode git commit: GEODE-1685 Upgrade to JGroups 3.6.10.Final

2016-07-21 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 4a9c6ea0b -> 3e6eb4c7b GEODE-1685 Upgrade to JGroups 3.6.10.Final Passed precheckin with no failures Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1655: CI Failure in AutoConnectionSourceDUnitTest.testClientMembershipListener

2016-07-20 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 603bae8cf -> 7c2e21933 GEODE-1655: CI Failure in AutoConnectionSourceDUnitTest.testClientMembershipListener Clients may get a memberLeft event instead of a memberCrashed event when a server is shut down. I've adjusted the

incubator-geode git commit: Performance enhancements ported from GemFire 8.2.0.x

2016-07-19 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 3e20193ce -> 3f6acdc70 Performance enhancements ported from GemFire 8.2.0.x This increases throughput in GMSMembershipManager by avoiding write-locks on the view in some places. I also found GMSHealthMonitor was mistakenly

[1/2] incubator-geode git commit: Removing unreferenced ParentLocalizedStrings. All remaining localizable strings are in the LocalizedStrings class.

2016-07-19 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop d37e08e69 -> 3e20193ce http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/3e20193c/geode-core/src/main/java/com/gemstone/gemfire/internal/i18n/ParentLocalizedStrings.java

[2/2] incubator-geode git commit: Removing unreferenced ParentLocalizedStrings. All remaining localizable strings are in the LocalizedStrings class.

2016-07-19 Thread bschuchardt
Removing unreferenced ParentLocalizedStrings. All remaining localizable strings are in the LocalizedStrings class. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3e20193c Tree:

incubator-geode git commit: GEODE-1642 Add conveniance method isCancelInProgress to CancelCriterion

2016-07-12 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 2a728eee9 -> 435283357 GEODE-1642 Add conveniance method isCancelInProgress to CancelCriterion This adds a new method, isCancelInProgress(), to CancelCriterion. Most uses of the method cancelInProgress() have now been changed

incubator-geode git commit: GEODE-1580 ci failure: GemFireDeadlockDetectorDUnitTest.testDistributedDeadlockWithDLock

2016-07-06 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 640c8bbc9 -> d520b11cc GEODE-1580 ci failure: GemFireDeadlockDetectorDUnitTest.testDistributedDeadlockWithDLock Marking the test as Flaky Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: Minor javadoc fixes

2016-06-10 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop e831aa062 -> 5e0050de1 Minor javadoc fixes GatewayCancelledException said it was thrown when an Oplog is terminated. OplogCancelledException said it was thrown when a Gateway is terminated. DistributedMember had a non-deprecated

[2/2] incubator-geode git commit: GEODE-1527: Locator javadoc mentions the old "gemfire" command

2016-06-10 Thread bschuchardt
GEODE-1527: Locator javadoc mentions the old "gemfire" command Altered the javadoc to point the user at gfsh instead of gemfire. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/d28ac959 Tree:

[1/2] incubator-geode git commit: GEODE-1528: CacheFactory javadocs point to the wrong place for DistributedSystem properties

2016-06-10 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop f8dd6ceea -> e831aa062 GEODE-1528: CacheFactory javadocs point to the wrong place for DistributedSystem properties Modified DistributedSystem and CacheFactory to point to the new ConfigurationProperties interface for property

incubator-geode git commit: GEODE-986 CI Failure: MultiuserAPIDUnitTest.testMultiUserUnsupportedAPIs failed with SocketException

2016-06-08 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 4af707237 -> afa7cc815 GEODE-986 CI Failure: MultiuserAPIDUnitTest.testMultiUserUnsupportedAPIs failed with SocketException I'm reverting the change in TcpClient that defaults to v9.0 if a locator does not respond to a

incubator-geode git commit: GEODE-1468 client/server messaging can create large objects

2016-06-03 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 711fc3518 -> 61ad7e445 GEODE-1468 client/server messaging can create large objects After a Message has been sent we invoke clear() on each Part contained by the Message. This was nulling out the "part" variable of the Part

incubator-geode git commit: GEODE-1415 Disable logging of banners in distributedTests

2016-05-20 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 0014fd444 -> c674e3571 GEODE-1415 Disable logging of banners in distributedTests Banners are normally logged during creation of an InternalDistributedSystem. In DUnit tests the output is filled with these banners and they all

incubator-geode git commit: GEODE-1407: CI Failure: ReconnectDUnitTest.testReconnectALocator

2016-05-20 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop afc5dde7a -> 0014fd444 GEODE-1407: CI Failure: ReconnectDUnitTest.testReconnectALocator Added a FlakyTest annotation to the test. Modified the flaky runnable to use fail() instead of logging symptoms so that we can tell more

incubator-geode git commit: added my gnupg key

2016-05-18 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop ef8b8b64f -> 3a37159d9 added my gnupg key Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3a37159d Tree:

incubator-geode git commit: GEODE-1393 locator returns incorrect server information when starting up

2016-05-16 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 92805bbb9 -> 6523c97c9 GEODE-1393 locator returns incorrect server information when starting up When a locator auto-reconnects its ServerLocator needs to initialize its ControllerAdvisor so that it has server information to give

[2/3] incubator-geode git commit: Revert "GEODE-1376: Cleaned up server port to be '0'."

2016-05-13 Thread bschuchardt
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/d1a0748b/geode-assembly/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/RestAPIsWithSSLDUnitTest.java -- diff --git

[1/3] incubator-geode git commit: Revert "GEODE-1376: Cleaned up server port to be '0'."

2016-05-13 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop a881e9cb1 -> d1a0748ba http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/d1a0748b/geode-core/src/test/java/com/gemstone/gemfire/cache/client/internal/LocatorLoadBalancingDUnitTest.java

[3/3] incubator-geode git commit: Revert "GEODE-1376: Cleaned up server port to be '0'."

2016-05-13 Thread bschuchardt
Revert "GEODE-1376: Cleaned up server port to be '0'." This reverts commit c33efb60630fe8bed7613c60f941810a7574f16b, which caused a number of REST test failures in build 467 due to removal/rename of test methods. https://builds.apache.org/job/Geode-nightly/467/testReport/ Project:

incubator-geode git commit: GEODE-1375 When using multicast a new member needs to receive the multicast message digest

2016-05-11 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 96c67d4af -> 6dd3a580f GEODE-1375 When using multicast a new member needs to receive the multicast message digest This reinstates the sending of JoinResponseMessages so that the new member can get the jgroups multicast digest.

incubator-geode git commit: adding the required license header to a generated test class

2016-05-09 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 625d491c0 -> 3fe55d4ad adding the required license header to a generated test class Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[2/3] incubator-geode git commit: Moving a distributed lock service unit test to open-source.

2016-05-09 Thread bschuchardt
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2c148caa/geode-core/src/test/java/com/gemstone/gemfire/distributed/DistributedLockServiceDUnitTest.java -- diff --git

[3/3] incubator-geode git commit: Moving a distributed lock service unit test to open-source.

2016-05-09 Thread bschuchardt
/distributed/DistributedLockBlackboard.java @@ -0,0 +1,20 @@ +package com.gemstone.gemfire.distributed; + +import java.io.Serializable; +import java.rmi.Remote; +import java.rmi.RemoteException; + +/** + * Created by bschuchardt on 5/9/2016. + */ +public interface DistributedLockBlackboard extends Remote,

[1/3] incubator-geode git commit: Moving a distributed lock service unit test to open-source.

2016-05-09 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 717ba5c8b -> 2c148caaf http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2c148caa/geode-core/src/test/java/com/gemstone/gemfire/test/dunit/standalone/DUnitLauncher.java

[2/3] incubator-geode git commit: GEODE-1346: Typo "Emtpy" affects Exception name and some help strings

2016-05-09 Thread bschuchardt
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f24b9fb0/geode-core/src/main/java/com/gemstone/gemfire/internal/i18n/LocalizedStrings.java -- diff --git

[3/3] incubator-geode git commit: GEODE-1346: Typo "Emtpy" affects Exception name and some help strings

2016-05-09 Thread bschuchardt
GEODE-1346: Typo "Emtpy" affects Exception name and some help strings Fixed the typos and removed many now-unused StringIds from LocalizedStrings and ParentLocalizedStrings. The number of StringIds is now small enough that I removed ParentLocalizedStrings. Project:

[1/3] incubator-geode git commit: GEODE-1346: Typo "Emtpy" affects Exception name and some help strings

2016-05-09 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop dc024d071 -> f24b9fb07 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f24b9fb0/geode-core/src/test/java/com/gemstone/gemfire/internal/i18n/BasicI18nJUnitTest.java

[3/4] incubator-geode git commit: GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing

2016-05-05 Thread bschuchardt
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/3d73bf5c/geode-core/src/main/java/com/gemstone/gemfire/internal/i18n/LocalizedStrings.java -- diff --git

[4/4] incubator-geode git commit: GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing

2016-05-05 Thread bschuchardt
GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing I've removed useless threads and timing loop from the test. It will no longer time out. GEODE-1346 Typo "Emtpy" affects Exception name and some help strings This also removes all unreferenced strings from

[1/4] incubator-geode git commit: GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing

2016-05-05 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop f74d04b6e -> 3d73bf5ca http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/3d73bf5c/geode-core/src/test/java/com/gemstone/gemfire/distributed/LocatorDUnitTest.java

incubator-geode git commit: GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing

2016-05-05 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 2da99e765 -> 024cd224e GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing I've removed useless threads and timing loop from the test. It will no longer time out. GEODE-1346 Typo "Emtpy" affects

incubator-geode git commit: Revert "GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing"

2016-05-05 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop f788d698e -> 2da99e765 Revert "GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing" This reverts commit f788d698e877b15570052f89b9d0b5ab23023f81. This commit accidentally included an unrelated change

incubator-geode git commit: GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing

2016-05-05 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 676b2a781 -> f788d698e GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing I've removed useless threads and timing loop from the test. It will no longer time out. Project:

incubator-geode git commit: GEODE-558 DistributedSystemIdDUnitTest.testInfectiousId locator already exist

2016-05-04 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 1a50b76ef -> a45f452d1 GEODE-558 DistributedSystemIdDUnitTest.testInfectiousId locator already exist Added disconnectAllFromDS to preSetUp to protect the test from other flaky tests. Project:

incubator-geode git commit: added a TODO for a test that isn't checking what it claims to be checking

2016-05-04 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop fc38555c9 -> e63acceb4 added a TODO for a test that isn't checking what it claims to be checking Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1174 CI failure: UniversalMembershipListenerAdapterDUnitTest.testSystemClientEventsInServer

2016-04-18 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 616676e13 -> 20c202d95 GEODE-1174 CI failure: UniversalMembershipListenerAdapterDUnitTest.testSystemClientEventsInServer When a client closes its connection Pool a CloseConnection request is sent to the server and then sockets

incubator-geode git commit: GEODE-679 Explore removing SocketIOWithTimeout and other classes related to FD soft leak

2016-04-14 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 5c89fab63 -> 7b3c8cb42 GEODE-679 Explore removing SocketIOWithTimeout and other classes related to FD soft leak SocketUtils was added to avoid a file descriptor "leak" caused by the use of NIO socket channel selectors. This

incubator-geode git commit: GEODE-1178 Unexpected DistributedSystemDisconnectedException caused by RejectedExecutionException

2016-04-12 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 86ab7cda3 -> 39e94bc8b GEODE-1178 Unexpected DistributedSystemDisconnectedException caused by RejectedExecutionException This has been reported to JGroups. While they're deciding what to do about it I have coded a workaround

incubator-geode git commit: GEODE-389 Required Role APIs should be deprecated

2016-04-11 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 7c1d867d8 -> 54c9300e4 GEODE-389 Required Role APIs should be deprecated Deprecating member-attributes and required-role in the new Geode 1.0 schema. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-961 CI failure: PutAllCSDUnitTest.testPartialKeyInPRSingleHop

2016-04-08 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop dd9e5af4b -> 8a78f0f2c GEODE-961 CI failure: PutAllCSDUnitTest.testPartialKeyInPRSingleHop Gester and Hitesh puzzled through this failure and found that the client sometimes does not receive the response from the server that the

incubator-geode git commit: GEODE-1187 a server launched by Gfsh deletes PID file during auto-reconnect

2016-04-07 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 7413804de -> 5ba923e3f GEODE-1187 a server launched by Gfsh deletes PID file during auto-reconnect ServerLauncher needed to be made aware of auto-reconnect. I changed getCache() to look for a new, reconnected cache and I

incubator-geode git commit: GEODE-1160 TransactionWriter is triggered if updating entries with using PDX

2016-04-04 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 16d09f659 -> 2deb31d95 GEODE-1160 TransactionWriter is triggered if updating entries with using PDX This inhibits invocation of transaction writers and listners for operations on internal cache Regions. Project:

incubator-geode git commit: GEODE-961 CI failure: PutAllCSDUnitTest.testPartialKeyInPRSingleHop

2016-04-01 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 513c72f51 -> 2b701588c GEODE-961 CI failure: PutAllCSDUnitTest.testPartialKeyInPRSingleHop removing testRepeat method Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-961 CI failure: PutAllCSDUnitTest.testPartialKeyInPRSingleHop

2016-03-30 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop ffd920735 -> beda8145c GEODE-961 CI failure: PutAllCSDUnitTest.testPartialKeyInPRSingleHop One of the clients was unnecessarily registering interest, allowing it to get all of the entries created by the test if it happened to

incubator-geode git commit: GEODE-337 CI failure: ClientHealthStatsDUnitTest.testStatsMatchWithSize

2016-03-29 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 058f85317 -> 2a5e7fadc GEODE-337 CI failure: ClientHealthStatsDUnitTest.testStatsMatchWithSize Modified the test to stop using AvailablePort and do a wild-card bind Project:

incubator-geode git commit: GEODE-1035 CI failure: DeltaPropagationWithCQDUnitTest.testFullValueRequestsWithCqWithoutRI

2016-03-28 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 0e3a60b7d -> 7e5f16d68 GEODE-1035 CI failure: DeltaPropagationWithCQDUnitTest.testFullValueRequestsWithCqWithoutRI GEODE-1035 #close The test had verification-step problems Project:

incubator-geode git commit: GEODE-1129: DistributionManagerDUnitTest.testAckSevereAlertThreshold is disabled

2016-03-25 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop d655d27f4 -> bcff8428a GEODE-1129: DistributionManagerDUnitTest.testAckSevereAlertThreshold is disabled Reenabling the test and altering the beSick test-hook to no longer disable accepting of TCP/IP connections but, instead,

incubator-geode git commit: GEODE-535 CI failure: ProductUseLogDUnitTest.testMembershipMonitoring

2016-03-23 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 3b7e3ff35 -> 1e985b810 GEODE-535 CI failure: ProductUseLogDUnitTest.testMembershipMonitoring Modified the test to disconnect any existing DistributedSystems in preSetUp. Modified RoleDUnitTest to return its custom distributed

incubator-geode git commit: GEODE-345 LocatorDUnitTest.testLeadAndCoordFailure

2016-03-22 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 54050ceb2 -> cdc2519f0 GEODE-345 LocatorDUnitTest.testLeadAndCoordFailure This test seems to have been affected by the recent junit3/4 refactoring. The test framework was trying to destroy regions like this was a CacheTestCase.

incubator-geode git commit: GEODE-971 CI Failure: PRClientServerRegionFunctionExecutionFailoverDUnitTest.testOnRegionFailoverWithTwoServerDownHA

2016-03-21 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 4d166a46e -> f1ff67cbb GEODE-971 CI Failure: PRClientServerRegionFunctionExecutionFailoverDUnitTest.testOnRegionFailoverWithTwoServerDownHA I've reworked the test to no longer catch and log underlying exceptions so that we can

incubator-geode git commit: GEODE-956 Product use log shows duplicate entries

2016-03-21 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 68dab4af5 -> 4d166a46e GEODE-956 Product use log shows duplicate entries fixing compilation error caused by a rebase merge problem Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-956 Product use log shows duplicate entries

2016-03-21 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 8645fe038 -> 68dab4af5 GEODE-956 Product use log shows duplicate entries The product use logger was adding up the load of all of the servers and displaying it, but each load is a float between zero and 1.0 so the total was

incubator-geode git commit: GEODE-1103 intermittent suspect string in server cache during shutdown

2016-03-20 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 442718f45 -> bec420bf5 GEODE-1103 intermittent suspect string in server cache during shutdown Added an exception handler for InterruptedException that checks to see if the AcceptorImpl is shutting down. If so a warning message

incubator-geode git commit: GEODE-620 Geode SSL configuration is out of date

2016-03-19 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 05cd14437 -> d72986be5 GEODE-620 Geode SSL configuration is out of date the change in cipher suite caused suspect strings to be found in one of the WANSSLDUnitTest test cases. Project:

incubator-geode git commit: GEODE-620 Geode SSL configuration is out of date

2016-03-19 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop d8f28d23e -> 442718f45 GEODE-620 Geode SSL configuration is out of date In reviewing uses of SSL I found that SocketCreator did not have support for TLSv1.2 and that one of the test classes had a reference to an RC4-based cipher

[1/2] incubator-geode git commit: GEODE-1111 Connection Pooling needs more tests

2016-03-19 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop ac3d3b4c5 -> 4ed2fd374 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/4ed2fd37/geode-core/src/test/java/com/gemstone/gemfire/cache/ConnectionPoolDUnitTest.java

  1   2   3   4   5   6   >