geode git commit: GEODE-2433 Backwards compatibility tests are not actually running

2017-02-06 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 086df14b0 -> 3ce2a127c GEODE-2433 Backwards compatibility tests are not actually running The geode-old-versions/build.gradle file was not included in the original commit for backward-compatibility testing. It's needed to establish the

geode git commit: GEODE-2433 Backwards compatibility tests are not actually running

2017-02-06 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 3ce2a127c -> c8d216654 GEODE-2433 Backwards compatibility tests are not actually running Tests will now fail of there are no older versions of Geode to test against. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[2/2] geode git commit: GEODE-2433 Backwards compatibility tests are not actually running

2017-02-06 Thread bschuchardt
GEODE-2433 Backwards compatibility tests are not actually running Tests will now fail of there are no older versions of Geode to test against. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/5e6f6734 Tree:

[1/2] geode git commit: GEODE-2433 Backwards compatibility tests are not actually running

2017-02-06 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/release/1.1.0 90760d334 -> 5e6f67346 GEODE-2433 Backwards compatibility tests are not actually running The geode-old-versions/build.gradle file was not included in the original commit for backward-compatibility testing. It's needed to establish

geode git commit: GEODE-2368 Need to fix log message in DirectChannel

2017-01-31 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 8426c675c -> 72739d84e GEODE-2368 Need to fix log message in DirectChannel method name cleanup and removal of redundant method and unused methods in TCPConduit. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[2/6] geode git commit: GEODE-1965 Create backward-compatibility unit test framework

2017-01-24 Thread bschuchardt
http://git-wip-us.apache.org/repos/asf/geode/blob/be8db8b7/geode-core/src/test/resources/org/apache/geode/codeAnalysis/sanctionedDataSerializables.txt -- diff --git

[5/6] geode git commit: GEODE-1965 Create backward-compatibility unit test framework

2017-01-24 Thread bschuchardt
GEODE-1965 Create backward-compatibility unit test framework See https://cwiki.apache.org/confluence/display/GEODE/Writing+Backward-compatibility+DUnit+tests This extends the distributed unit test framework to allow you to boot a VM running an older version of Geode. Using this extension you

[6/6] geode git commit: GEODE-2137 client membership IDs contain 17 bytes of useless information

2017-01-24 Thread bschuchardt
GEODE-2137 client membership IDs contain 17 bytes of useless information Reverting the removal of UUIDs from fully serialized member IDs. There is administration code that caches serialized events containing these IDs. The cached form is transmitted between nodes without regard to versioning so

[1/6] geode git commit: GEODE-1965 Create backward-compatibility unit test framework

2017-01-24 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop b31c68410 -> be8db8b7b http://git-wip-us.apache.org/repos/asf/geode/blob/be8db8b7/geode-junit/src/main/java/org/apache/geode/test/junit/categories/BackwardCompatibilityTest.java

[4/6] geode git commit: GEODE-1965 Create backward-compatibility unit test framework

2017-01-24 Thread bschuchardt
http://git-wip-us.apache.org/repos/asf/geode/blob/be8db8b7/geode-core/src/test/java/org/apache/geode/internal/cache/rollingupgrade/RollingUpgradeDUnitTest.java -- diff --git

[3/6] geode git commit: GEODE-1965 Create backward-compatibility unit test framework

2017-01-24 Thread bschuchardt
http://git-wip-us.apache.org/repos/asf/geode/blob/be8db8b7/geode-core/src/test/java/org/apache/geode/test/dunit/standalone/VersionManager.java -- diff --git

[1/2] geode git commit: GEODE-2368 Need to fix log message in DirectChannel

2017-01-30 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/release/1.1.0 2651898be -> 6ae2e1746 GEODE-2368 Need to fix log message in DirectChannel Prior to the membership rewrite for v1.0 we used a different identifier for the DirectChannel using the class "Stub". In the rewrite we replaced this with

[2/2] geode git commit: GEODE-1965 Create backward-compatibility unit test framework

2017-01-30 Thread bschuchardt
GEODE-1965 Create backward-compatibility unit test framework previous commit broke some implementations of Host/VM Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/6ae2e174 Tree:

[2/2] geode git commit: GEODE-2497 surprise member not removed during startup

2017-02-22 Thread bschuchardt
GEODE-2497 surprise member not removed during startup addressing Galen's comments on the pull request Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/3474fa7a Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/3474fa7a

[1/2] geode git commit: GEODE-2497 surprise members are never timed out during startup

2017-02-22 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop c6b941fd3 -> 3474fa7ab GEODE-2497 surprise members are never timed out during startup Merge of 8d45ca22737282abe279d3c863478f904f2e1926 and a6dfa4ca630a82fcf92942a834f8255e86d2bfcb from feature/GEODE-2497. Moved the creation of the timer

geode git commit: GEODE-2497 surprise members are never timed out during startup

2017-02-17 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/feature/GEODE-2497 [created] 8d45ca227 GEODE-2497 surprise members are never timed out during startup Moved the creation of the timer to GMSMembershipManager.started() Removed write-lock in timer-creation method since it's only called from one

geode git commit: Add geode-redis to assembly.

2017-02-17 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/feature/GEODE-2444 15563faf1 -> 3f9e52534 Add geode-redis to assembly. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/3f9e5253 Tree:

geode git commit: GEODE-2534 concurrently started locators fail to create a unified system

2017-02-24 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop c35f442c2 -> 35f6d827d GEODE-2534 concurrently started locators fail to create a unified system GMS services were being installed in the locator before they were started, causing the locator to not know its own member ID. This caused the

geode git commit: GEODE-2497 removing spots

2017-02-22 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 3474fa7ab -> 8065b6729 GEODE-2497 removing spots Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/8065b672 Tree:

[1/2] geode git commit: [GEODE-2295] Add constructors for LocatorCancelException

2017-02-09 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop cd2291102 -> a61c55b9b [GEODE-2295] Add constructors for LocatorCancelException and update one place where it's used. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[1/7] geode git commit: [GEODE-2324] Update isShutdownProperly method.

2017-02-09 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 30341ec15 -> cd2291102 [GEODE-2324] Update isShutdownProperly method. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/cd229110 Tree:

[5/7] geode git commit: [GEODE-2324] Re-interrupt after catching InterruptedException.

2017-02-09 Thread bschuchardt
[GEODE-2324] Re-interrupt after catching InterruptedException. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/cae580f4 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/cae580f4 Diff:

[6/7] geode git commit: [GEODE-2324] keep private variables private.

2017-02-09 Thread bschuchardt
[GEODE-2324] keep private variables private. * Update AcceptorImplDUnit test, * Refactor AcceptorImpl.close into multiple methods. * Remove a commented-out method. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/d73ec978

[4/7] geode git commit: [GEODE-2324] fixes to AcceptorImpl.close()

2017-02-09 Thread bschuchardt
[GEODE-2324] fixes to AcceptorImpl.close() If the thread is interrupted during closing, just continue to shut down what we can. * Catch InterruptedException so cleanup continues. * Remove top-level exception handler to avoid masking exceptions that * could short-circuit shutdown. * Fix a

[2/7] geode git commit: [GEODE-2324] Make AcceptorImplObserver an interface

2017-02-09 Thread bschuchardt
[GEODE-2324] Make AcceptorImplObserver an interface and fix threading issues. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/6bed2828 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/6bed2828 Diff:

[3/7] geode git commit: [GEODE-2324] Reinstate Exception catching for RuntimeException

2017-02-09 Thread bschuchardt
[GEODE-2324] Reinstate Exception catching for RuntimeException so we gain the benefits of logging unchecked exceptions without losing the type system benefits of having to catch exceptions. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-2433 Backwards compatibility tests are not actually running

2017-02-10 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 40cdce161 -> da91cd401 GEODE-2433 Backwards compatibility tests are not actually running Modified to look for the file on the class-path instead of poking around in the file system, and to cause tests expecting to use the old versions to

geode git commit: Minor non-functional changes in response to PR comments.

2017-02-15 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/feature/GEODE-2444 6d5b7a407 -> 15563faf1 Minor non-functional changes in response to PR comments. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/15563faf Tree:

[04/17] geode git commit: GEODE-2475: Upgrade Lucene version to 6.4.1

2017-02-15 Thread bschuchardt
GEODE-2475: Upgrade Lucene version to 6.4.1 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/5d98a8c9 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/5d98a8c9 Diff:

[16/17] geode git commit: Fix a log message that was causing tests to fail.

2017-02-15 Thread bschuchardt
Fix a log message that was causing tests to fail. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/4ce902fc Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/4ce902fc Diff:

[14/17] geode git commit: update doc comment links

2017-02-15 Thread bschuchardt
update doc comment links Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/f990e790 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/f990e790 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/f990e790 Branch:

[05/17] geode git commit: GEODE-2398: Updates from review

2017-02-15 Thread bschuchardt
GEODE-2398: Updates from review https://reviews.apache.org/r/56506/ Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/fb14e9aa Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/fb14e9aa Diff:

[10/17] geode git commit: GEODE-2449: changes in response to review.

2017-02-15 Thread bschuchardt
http://git-wip-us.apache.org/repos/asf/geode/blob/f79beb1e/geode-core/src/main/java/org/apache/geode/internal/hll/HyperLogLogPlus.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/hll/HyperLogLogPlus.java

[02/17] geode git commit: GEODE-2460: update dependency versions

2017-02-15 Thread bschuchardt
GEODE-2460: update dependency versions Update the following dependency versions defined in gradle/dependency-versions.properties. Update major versions (compile test only): * org.apache.bcel:bcel:6.0 Update minor versions (distributed in release): * commons-beanutils:1.9.3 *

[06/17] geode git commit: GEODE-2398: Retry oplog channel.write on silent failures

2017-02-15 Thread bschuchardt
GEODE-2398: Retry oplog channel.write on silent failures Implemented limited retries in two forms of Oplog.flush() when channel.write() is called. If write() returns bytes witten less than the change in the ByteBuffer positions, then reset buffer positions and re-try writing for a liomited

[17/17] geode git commit: GEODE-2449. Don't expect moved Redis classes in core.

2017-02-15 Thread bschuchardt
GEODE-2449. Don't expect moved Redis classes in core. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/2fbdb0cd Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/2fbdb0cd Diff:

[01/17] geode git commit: GEODE-2459: When node fails while renaming, new primary node resumes and may delete chunks * Rename will set a flag on the renamed file before continuing * Deleting possibly

2017-02-15 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/feature/GEODE-2449 5562547e0 -> 2fbdb0cd8 GEODE-2459: When node fails while renaming, new primary node resumes and may delete chunks * Rename will set a flag on the renamed file before continuing * Deleting possibly renamed files will not

[07/17] geode git commit: GEODE-2449: changes in response to review.

2017-02-15 Thread bschuchardt
http://git-wip-us.apache.org/repos/asf/geode/blob/f79beb1e/geode-redis/src/main/java/org/apache/geode/redis/internal/hll/IBuilder.java -- diff --git a/geode-redis/src/main/java/org/apache/geode/redis/internal/hll/IBuilder.java

[03/17] geode git commit: GEODE-1716: refactor JMXMBeanDunitTest

2017-02-15 Thread bschuchardt
GEODE-1716: refactor JMXMBeanDunitTest * refactor MBeanServerConnectRule for easier usage. * refactor LocatorServerStartupRule to be able to start up locator/server in VM out of sequence Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[13/17] geode git commit: Don't throw an error if Redis isn't supposed to start.

2017-02-15 Thread bschuchardt
Don't throw an error if Redis isn't supposed to start. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/452ac17c Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/452ac17c Diff:

geode git commit: Merge branch 'feature/GEODE-2449' into feature/GEODE-2444

2017-02-15 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/feature/GEODE-2444 [created] 2c70249cb Merge branch 'feature/GEODE-2449' into feature/GEODE-2444 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/2c70249c Tree:

geode git commit: GEODE-2193 a member is kicked out immediately after joining

2016-12-09 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop ac3a82241 -> ef86239f8 GEODE-2193 a member is kicked out immediately after joining The problem is happening because we send a shutdown message, initiating election of a new coordinator, but the old ViewCreator is allowed to send out a

geode git commit: GEODE-2277 spotless fixes

2017-01-09 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 1eceed2eb -> 40e8c15d0 GEODE-2277 spotless fixes Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/40e8c15d Tree:

[1/2] incubator-geode git commit: GEODE-2137 client membership IDs contain 17 bytes of useless information

2016-11-30 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop b633f6791 -> 9de8732a9 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/9de8732a/geode-core/src/test/resources/org/apache/geode/codeAnalysis/sanctionedDataSerializables.txt

[2/2] incubator-geode git commit: GEODE-2159 add serialVersionUIDs to exception classes not having them

2016-12-01 Thread bschuchardt
GEODE-2159 add serialVersionUIDs to exception classes not having them added serialVersionUIDs generated with JDK 1.8 serialver Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f0cdb66a Tree:

[1/2] incubator-geode git commit: GEODE-2159 add serialVersionUIDs to exception classes not having them

2016-12-01 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 4f67348dc -> f0cdb66ae http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0cdb66a/geode-core/src/test/resources/org/apache/geode/codeAnalysis/sanctionedSerializables.txt

incubator-geode git commit: GEODE-2137 client membership IDs contain 17 bytes of useless information

2016-12-02 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 612a43872 -> a46cc976e GEODE-2137 client membership IDs contain 17 bytes of useless information There was a problem with the previous fix for this issue. toData and fromData methods in InternalDistributedMember also need to

geode git commit: GEODE-2277 logging tweaks

2017-01-06 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/feature/GEODE-2277 fb36df219 -> 3cf6d5257 GEODE-2277 logging tweaks Added beforeCreate() logging for PdxTypes. The old logging was incorrectly in beforeUpdate(). Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-2257 Client configured to use locator with addPoolServer fails to connect

2017-01-03 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 19047faf8 -> d2ddfd57a GEODE-2257 Client configured to use locator with addPoolServer fails to connect Disabling the test added for this ticket while I look into why it's started to fail. Project:

geode git commit: spotless fixes

2017-01-04 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 8b8084f02 -> ab075c457 spotless fixes Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/ab075c45 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/ab075c45 Diff:

geode git commit: GEODE-2277 PDX logging cleanup

2017-01-09 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/feature/GEODE-2277 3cf6d5257 -> 28aab68a3 GEODE-2277 PDX logging cleanup Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/28aab68a Tree:

[3/3] geode git commit: GEODE-2277 PDX logging cleanup

2017-01-09 Thread bschuchardt
GEODE-2277 PDX logging cleanup Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/1eceed2e Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/1eceed2e Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/1eceed2e

geode git commit: GEODE-1155 CI failure: NetSearchMessagingDUnitTest.testNetSearchNormals

2017-01-09 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop c30addc26 -> 041a82f20 GEODE-1155 CI failure: NetSearchMessagingDUnitTest.testNetSearchNormals Removed Flaky category. The pollution that affected this test has been eliminated. Project:

[2/2] geode git commit: GEODE-1893 remove ability to create a locator without all location services

2016-12-21 Thread bschuchardt
GEODE-1893 remove ability to create a locator without all location services Deprecated API options for creating a locator without peerLocation or serverLocation handlers. There will be documentation work to do since the docs mention this in at least one place. Project:

[1/2] geode git commit: GEODE-77: Replace JGroups 2.2.9

2016-12-21 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 2f14e203f -> 65220a3f4 GEODE-77: Replace JGroups 2.2.9 This adds a test ensuring that a large membership ID is properly transmitted via JGroups. An older version of GemFire recently ran into this problem so I wanted to make sure it works

[5/5] geode git commit: GEODE-2213 Deadlock in GMSJoinLeaveJUnitTest

2016-12-19 Thread bschuchardt
GEODE-2213 Deadlock in GMSJoinLeaveJUnitTest This removes the informToPendingJoinRequests invocation in recordViewRequest. I was already testing this change as I suspected that this invocation was causing new members to timeout trying to connect to the distributed system due to

[4/5] geode git commit: GEODE-2215 NPE in ViewCreator thread setting public keys into a NetView

2016-12-19 Thread bschuchardt
GEODE-2215 NPE in ViewCreator thread setting public keys into a NetView NetView creates a ConcurrentHashmap to hold the public keys when it's constructed but it had some methods that were replacing it with a Hashmap. I made the field final and also added checks to avoid putting a null key or

[2/5] geode git commit: GEODE-1580: GemFireDeadlockDetectorDUnitTest.testDistributedDeadlockWithDLock

2016-12-19 Thread bschuchardt
GEODE-1580: GemFireDeadlockDetectorDUnitTest.testDistributedDeadlockWithDLock This doesn't fix the flaky test but while looking at it I found the output difficult to work with. I've added hexadecimal thread ID to stack traces in the deadlock-detector because geode log files have hexadecimal

[1/5] geode git commit: GEODE-1550 MembershipJUnitTest.testMultipleManagersInSameProcess failure

2016-12-19 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop c02feccf7 -> b5356d65a GEODE-1550 MembershipJUnitTest.testMultipleManagersInSameProcess failure Removed multicast from the test Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-2239 CI failure: org.apache.geode.pdx.JSONFormatterJUnitTest.testJSONFormatterAPIs

2016-12-21 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 65220a3f4 -> 2fb15ae7c GEODE-2239 CI failure: org.apache.geode.pdx.JSONFormatterJUnitTest.testJSONFormatterAPIs Marking test as Flaky Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: Removing unused Collaboration lock class and its unit tests

2016-12-27 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 462ebb032 -> a76aaf0c0 Removing unused Collaboration lock class and its unit tests This class isn't used in Geode and isn't a public API. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: Exclude Flaky tests from test categories

2016-12-27 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop d385d -> 462ebb032 Exclude Flaky tests from test categories excluding Flaky tests from membershipTests, dlockTests, etc. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: Code cleanup

2016-12-27 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop a76aaf0c0 -> 6992fcf34 Code cleanup See https://reviews.apache.org/r/55017/ While investigating a couple of failures I ran across a few things that needed to be fixed. 1. EndpointManagerImpl was skipping notification of listeners if

geode git commit: Bowing to the Spotless Monarch, I have let it add a couple of blank lines.

2016-12-19 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 8ace5128f -> 284bed968 Bowing to the Spotless Monarch, I have let it add a couple of blank lines. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/284bed96 Tree:

geode git commit: GEODE-2228 FutureResult.get() does not check for cancellation prior to waiting for a result

2016-12-19 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop cf0694499 -> 8ace5128f GEODE-2228 FutureResult.get() does not check for cancellation prior to waiting for a result Adding cancellation checks to the get() methods in FutureResult. This prevents the TXLockService from hanging waiting for

geode git commit: mark GeodeRedisServer experimental.

2017-03-24 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop b1896857b -> 9646a3894 mark GeodeRedisServer experimental. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/9646a389 Tree:

geode git commit: GEODE-2732 after auto-reconnect a server is restarted on the default port

2017-04-06 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 19376d306 -> 799548ee4 GEODE-2732 after auto-reconnect a server is restarted on the default port Now that gfsh cache server parameters are no longer held in a ThreadLocal we need to clear the static variables holding the parameters in

geode git commit: GEODE-2751 UniversalMembershipListenerAdapterDUnitTest.testSystemClientEventsInServer

2017-04-05 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop edd018b97 -> 02a31e22a GEODE-2751 UniversalMembershipListenerAdapterDUnitTest.testSystemClientEventsInServer This forces the test to always use numeric host addresses Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[1/2] geode git commit: GEODE-2684 Connection & ConnectionTable cleanup

2017-04-05 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 39c72b204 -> 6b2b7b2f7 GEODE-2684 Connection & ConnectionTable cleanup removed dead code and indirect access of TcpConduit through the connection table. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[2/2] geode git commit: GEODE-2732 after auto-reconnect a server is restarted on the default port

2017-04-05 Thread bschuchardt
GEODE-2732 after auto-reconnect a server is restarted on the default port Gfsh command line parameters were put into ThreadLocals to make them available to the XML parser. These are now held in non-thread-local variables so that all threads, including the auto-reconnect thread, can see them when

geode git commit: GEODE-576 & GEODE-516: GemFireDeadlockDetectorDUnitTest failures

2017-04-21 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 5891ed7c4 -> 50686b0b4 GEODE-576 & GEODE-516: GemFireDeadlockDetectorDUnitTest failures Replaced pauses with Awaitility. Modified asyncs to use the DUnit blackboard to synchronize their actions for repeatable behavior. Cleaned up static

geode git commit: GEODE-510 Bug48571DUnitTest.testStatsMatchWithSize failed

2017-04-19 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 9b49bc8fc -> f038c2d9a GEODE-510 Bug48571DUnitTest.testStatsMatchWithSize failed This ticket was marked fixed in early 2016 but the Flaky annotation was never removed and it was reopened by Anthony with no comment. I'm removing the Flaky

geode git commit: GEODE_1793 spotless fixes and removal of dead code

2017-03-03 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/feature/GEODE-1793 866dc5ca1 -> 6e0af9a3c GEODE_1793 spotless fixes and removal of dead code Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/6e0af9a3 Tree:

geode git commit: GEODE-1793 LocatorDUnitTest.testStartTwoLocatorsOneWithSSLAndTheOtherNonSSL

2017-03-03 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/feature/GEODE-1793 [created] 866dc5ca1 GEODE-1793 LocatorDUnitTest.testStartTwoLocatorsOneWithSSLAndTheOtherNonSSL This was a product issue. When the locator using plain-text sockets is contacted by a TcpClient using SSL the locator often just

[1/2] geode git commit: GEODE-1793 LocatorDUnitTest.testStartTwoLocatorsOneWithSSLAndTheOtherNonSSL

2017-03-13 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop c09a856f8 -> 4112204a9 GEODE-1793 LocatorDUnitTest.testStartTwoLocatorsOneWithSSLAndTheOtherNonSSL This was a product issue. When the locator using plain-text sockets is contacted by a TcpClient using SSL the locator often just closes

[1/2] geode git commit: GEODE-2684 Connection & ConnectionTable cleanup

2017-04-05 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 6b2b7b2f7 -> 669d3ed1f GEODE-2684 Connection & ConnectionTable cleanup removed another old comment Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/742c8f27 Tree:

[3/4] geode git commit: GEODE-3286: Improving closed connection check

2017-07-31 Thread bschuchardt
GEODE-3286: Improving closed connection check Signed-off-by: Hitesh Khamesra Signed-off-by: Brian Rowe Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/7e06476d Tree:

[4/4] geode git commit: GEODE-3286: Failing to cleanup connections from ConnectionTable

2017-07-31 Thread bschuchardt
GEODE-3286: Failing to cleanup connections from ConnectionTable Merge branch 'feature/GEODE-3286' into develop This closes #657 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/3acb47e6 Tree:

[1/4] geode git commit: GEODE-3286: Failing to cleanup connections from ConnectionTable receiver table

2017-07-31 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 36665aef4 -> 3acb47e60 GEODE-3286: Failing to cleanup connections from ConnectionTable receiver table - prevent adding a closed connection to the connection table's receivers - add a new unit test for connection table - adding connection

[2/4] geode git commit: GEODE-3286: incorporating review feedback

2017-07-31 Thread bschuchardt
GEODE-3286: incorporating review feedback Signed-off-by: Brian Rowe Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/4ee96cf7 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/4ee96cf7 Diff:

geode git commit: GEODE-3305 testEventProcessingMixedSiteOneCurrentSiteTwo[1] FAILED

2017-08-02 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 37d388b3c -> cea8312b0 GEODE-3305 testEventProcessingMixedSiteOneCurrentSiteTwo[1] FAILED Reinstated cleaning up of TcpClient locator version information in tearDownVM. This was lost when DistributedTestCase was emptied and its contents

geode git commit: GEODE-3333: GMSJoinLeaveJUnitTest.testViewNotSentWhenShuttingDown fails

2017-08-01 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 32364169a -> b218ca30b GEODE-: GMSJoinLeaveJUnitTest.testViewNotSentWhenShuttingDown fails Moved assertion to remove race condition. The test wanted to confirm that the object under test thought it was membership coordinator and then

[38/50] [abbrv] geode git commit: GEODE-3412: Add simple authentication flow to protobuf protocol. This now closes #707

2017-08-15 Thread bschuchardt
GEODE-3412: Add simple authentication flow to protobuf protocol. This now closes #707 This change adds a simple username/password validation to the protobuf protocol. It also adds a new configuration parameter to specify the type of authentication required. Signed-off-by: Galen O'Sullivan

[33/50] [abbrv] geode git commit: GEODE-3402: Mark ProtoBuf interface as experimental. This now closes #698

2017-08-15 Thread bschuchardt
GEODE-3402: Mark ProtoBuf interface as experimental. This now closes #698 Signed-off-by: Alexander Murmann Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a6000684 Tree:

[29/50] [abbrv] geode git commit: GEODE-3395 Variable-ize product version and name in user guide - Reference section

2017-08-15 Thread bschuchardt
http://git-wip-us.apache.org/repos/asf/geode/blob/13ad4b6e/geode-docs/reference/statistics/statistics_list.html.md.erb -- diff --git a/geode-docs/reference/statistics/statistics_list.html.md.erb

[40/50] [abbrv] geode git commit: GEODE-3328: fix testAddGemFirePropertyFileToCommandLine on Windows

2017-08-15 Thread bschuchardt
GEODE-3328: fix testAddGemFirePropertyFileToCommandLine on Windows Modification of ca4b81 committed by Jinmei Liao Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/e07b5c1c Tree:

[31/50] [abbrv] geode git commit: GEODE-3393: One-way SSL commit failing with userHome/.keystore not found. This now closes #682

2017-08-15 Thread bschuchardt
GEODE-3393: One-way SSL commit failing with userHome/.keystore not found. This now closes #682 Signed-off-by: Galen O'Sullivan Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/684f85d2 Tree:

[34/50] [abbrv] geode git commit: GEODE-3423: Have Gradle set LOCAL_USER_ID

2017-08-15 Thread bschuchardt
GEODE-3423: Have Gradle set LOCAL_USER_ID - This is needed because Jenkins' Gradle job doesn't seem to provide the ability to pass environment variables in. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/d295876d Tree:

[48/50] [abbrv] geode git commit: GEODE-3249

2017-08-15 Thread bschuchardt
GEODE-3249 Moved new test code into a new test method instead of overloading an existing test method. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a07d987d Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/a07d987d

[02/50] [abbrv] geode git commit: GEODE-3435: Fix serialization test failure

2017-08-15 Thread bschuchardt
GEODE-3435: Fix serialization test failure This closes #710 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/566ff6c7 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/566ff6c7 Diff:

[08/50] [abbrv] geode git commit: GEODE-3436: revert recent refactoring of GFSH commands

2017-08-15 Thread bschuchardt
http://git-wip-us.apache.org/repos/asf/geode/blob/645a32d0/geode-core/src/main/java/org/apache/geode/management/internal/web/controllers/MiscellaneousCommandsController.java -- diff --git

[46/50] [abbrv] geode git commit: GEODE_3249 Validate internal client/server messages

2017-08-15 Thread bschuchardt
GEODE_3249 Validate internal client/server messages spotlessApply GetClientPRMetaDataOp fix after running securityTest catetory of tests Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/98ed6069 Tree:

[43/50] [abbrv] geode git commit: GEODE-3249: internal messages should have credentials

2017-08-15 Thread bschuchardt
GEODE-3249: internal messages should have credentials Require all client-side message classes to invoke processSecureBytes(). Allow client PR metadata fetch from a background thread with no credentials. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[41/50] [abbrv] geode git commit: GEODE-3249: Validate internal client/server messages

2017-08-15 Thread bschuchardt
GEODE-3249: Validate internal client/server messages Work in progress. Messages that could harm a server now send credentials. TODO: perform authorization checks on the server Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[21/50] [abbrv] geode git commit: GEODE-3436: revert recent refactoring of GFSH commands

2017-08-15 Thread bschuchardt
http://git-wip-us.apache.org/repos/asf/geode/blob/645a32d0/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/CompactDiskStoreCommand.java -- diff --git

[12/50] [abbrv] geode git commit: GEODE-3436: revert recent refactoring of GFSH commands

2017-08-15 Thread bschuchardt
http://git-wip-us.apache.org/repos/asf/geode/blob/645a32d0/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/NetstatCommand.java -- diff --git

[13/50] [abbrv] geode git commit: GEODE-3436: revert recent refactoring of GFSH commands

2017-08-15 Thread bschuchardt
http://git-wip-us.apache.org/repos/asf/geode/blob/645a32d0/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/MiscellaneousCommands.java -- diff --git

[07/50] [abbrv] geode git commit: GEODE-3436: revert recent refactoring of GFSH commands

2017-08-15 Thread bschuchardt
http://git-wip-us.apache.org/repos/asf/geode/blob/645a32d0/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/CreateAlterDestroyRegionCommandsDUnitTest.java -- diff --git

[42/50] [abbrv] geode git commit: reverted change to build.gradle in geode-old-versions

2017-08-15 Thread bschuchardt
reverted change to build.gradle in geode-old-versions Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/25d63fac Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/25d63fac Diff:

[28/50] [abbrv] geode git commit: GEODE-3395 Variable-ize product version and name in user guide - Reference section

2017-08-15 Thread bschuchardt
http://git-wip-us.apache.org/repos/asf/geode/blob/13ad4b6e/geode-docs/reference/statistics_list.html.md.erb -- diff --git a/geode-docs/reference/statistics_list.html.md.erb b/geode-docs/reference/statistics_list.html.md.erb new

  1   2   3   4   5   6   7   8   9   10   >