[GitHub] geode pull request #402: GEODE-2497 surprise members are never timed out dur...

2017-02-21 Thread bschuchardt
Github user bschuchardt commented on a diff in the pull request: https://github.com/apache/geode/pull/402#discussion_r102356823 --- Diff: geode-core/src/test/java/org/apache/geode/distributed/internal/DistributionManagerDUnitTest.java --- @@ -159,77 +159,74 @@ public void

[GitHub] geode issue #398: Split the redis adapter into its own package

2017-02-15 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/398 @metatype there are no changes in the netty NOTICE.txt between 4.1.7 and 4.1.8 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] geode issue #305: [GEODE-1923] Fix a test race condition.

2016-12-08 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/305 It looks like you also need to run "./gradlew spotlessApply" to reformat your changes. The Travis build complained that spotlessJavaCheck failed. --- If your project is set up for i

[GitHub] geode pull request #323: GEODE-1754: Cleaned up loadSharedConfigFromDir argu...

2016-12-20 Thread bschuchardt
Github user bschuchardt commented on a diff in the pull request: https://github.com/apache/geode/pull/323#discussion_r93273028 --- Diff: geode-core/src/main/java/org/apache/geode/distributed/Locator.java --- @@ -253,7 +253,7 @@ private static Locator startLocator(int port, File

[GitHub] geode pull request #323: GEODE-1754: Cleaned up loadSharedConfigFromDir argu...

2016-12-20 Thread bschuchardt
Github user bschuchardt commented on a diff in the pull request: https://github.com/apache/geode/pull/323#discussion_r93273525 --- Diff: geode-core/src/main/java/org/apache/geode/internal/DistributionLocator.java --- @@ -166,9 +166,9 @@ public void run() { try

[GitHub] geode issue #426: GEODE-2660 Add @Experimental to the Redis adapter.

2017-03-24 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/426 Also, since we're talking about releasing v 1.2 soon it would be nice to add the Experimental annotation with this same commit since it is breaking compatibility with v 1.1. --- If your project

[GitHub] geode issue #426: GEODE-2660 Add @Experimental to the Redis adapter.

2017-03-24 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/426 I don't think we can merge these changes until the lock-service variables in ExeuctionHandlerContext are made static. As it's currently implemented every ExecutionContextHandler has its own lock

[GitHub] geode issue #426: GEODE-2660 Add @Experimental to the Redis adapter.

2017-03-24 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/426 my bad - I checkout out ggreen's branch by mistake. I don't see any @Experimental at all in your branch. It looks like your second commit removed it from GeodeRedisServer.java when you meant

[GitHub] geode issue #426: GEODE-2660 Add @Experimental to the Redis adapter.

2017-03-24 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/426 got it --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] geode pull request #444: Feature/gem 1353

2017-04-10 Thread bschuchardt
Github user bschuchardt commented on a diff in the pull request: https://github.com/apache/geode/pull/444#discussion_r110697384 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/DistributedCacheOperation.java --- @@ -240,12 +240,37 @@ public boolean

[GitHub] geode pull request #444: Feature/gem 1353

2017-04-10 Thread bschuchardt
Github user bschuchardt commented on a diff in the pull request: https://github.com/apache/geode/pull/444#discussion_r110699099 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/DistributedCacheOperation.java --- @@ -240,12 +240,37 @@ public boolean

[GitHub] geode pull request #444: Feature/gem 1353

2017-04-10 Thread bschuchardt
Github user bschuchardt commented on a diff in the pull request: https://github.com/apache/geode/pull/444#discussion_r110708948 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/BucketRegion.java --- @@ -1261,7 +1333,14 @@ void basicUpdateEntryVersion

[GitHub] geode issue #458: GEODE-2788: Add official Socket timeout parameter when con...

2017-04-18 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/458 Yes, I think it could be an attribute of the connection pool. That would be perfect. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] geode issue #412: GEODE-1793 LocatorDUnitTest.testStartTwoLocatorsOneWithSSL...

2017-03-03 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/412 There are "spotless" problems I'm cleaning up, and I'm removing the commented out code from the test. --- If your project is set up for it, you can reply to this email and have your re

[GitHub] geode pull request #412: GEODE-1793 LocatorDUnitTest.testStartTwoLocatorsOne...

2017-03-03 Thread bschuchardt
Github user bschuchardt commented on a diff in the pull request: https://github.com/apache/geode/pull/412#discussion_r104259153 --- Diff: geode-core/src/main/java/org/apache/geode/distributed/internal/tcpserver/TcpServer.java --- @@ -77,9 +77,9 @@ * * This should

[GitHub] geode pull request #412: GEODE-1793 LocatorDUnitTest.testStartTwoLocatorsOne...

2017-03-03 Thread bschuchardt
Github user bschuchardt commented on a diff in the pull request: https://github.com/apache/geode/pull/412#discussion_r104260160 --- Diff: geode-core/src/main/java/org/apache/geode/distributed/internal/tcpserver/TcpServer.java --- @@ -360,6 +360,13 @@ private void processRequest

[GitHub] geode pull request #412: GEODE-1793 LocatorDUnitTest.testStartTwoLocatorsOne...

2017-03-03 Thread bschuchardt
GitHub user bschuchardt opened a pull request: https://github.com/apache/geode/pull/412 GEODE-1793 LocatorDUnitTest.testStartTwoLocatorsOneWithSSLAndTheOther… This was a product issue. When the locator using plain-text sockets is contacted by a TcpClient using SSL the locator

[GitHub] geode issue #412: GEODE-1793 LocatorDUnitTest.testStartTwoLocatorsOneWithSSL...

2017-03-13 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/412 remote: geode git commit: GEODE_1793 spotless fixes and removal of dead code remote: geode git commit: GEODE-1793 LocatorDUnitTest.testStartTwoLocatorsOneWithSSLAndTheOtherNonSSL To https

[GitHub] geode pull request #412: GEODE-1793 LocatorDUnitTest.testStartTwoLocatorsOne...

2017-03-13 Thread bschuchardt
Github user bschuchardt closed the pull request at: https://github.com/apache/geode/pull/412 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] geode pull request #702: GEODE-3416: Reduce synchronization blockages in Soc...

2017-08-15 Thread bschuchardt
Github user bschuchardt commented on a diff in the pull request: https://github.com/apache/geode/pull/702#discussion_r133325744 --- Diff: geode-core/src/main/java/org/apache/geode/internal/net/SocketCloser.java --- @@ -96,46 +99,55 @@ public int getMaxThreads() { return

[GitHub] geode pull request #630: GEODE-3141: GetRegion Operation implemented

2017-07-13 Thread bschuchardt
Github user bschuchardt commented on a diff in the pull request: https://github.com/apache/geode/pull/630#discussion_r127276853 --- Diff: geode-protobuf/src/main/proto/basicTypes.proto --- @@ -52,7 +52,12 @@ message CallbackArguments { message Region { string

[GitHub] geode pull request #634: Feature/geode 3175

2017-07-13 Thread bschuchardt
GitHub user bschuchardt opened a pull request: https://github.com/apache/geode/pull/634 Feature/geode 3175 Thank you for submitting a contribution to Apache Geode. In order to streamline the review of the contribution we ask you to ensure the following steps have been

[GitHub] geode issue #634: Feature/geode 3175

2017-07-14 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/634 @kohlmu-pivotal @hiteshk25 @galen-pivotal @pivotal-amurmann --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] geode pull request #634: Feature/geode 3175

2017-07-26 Thread bschuchardt
Github user bschuchardt closed the pull request at: https://github.com/apache/geode/pull/634 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] geode issue #676: GEODE-3321: Adding ErrorCode values to protobuf protocol

2017-08-02 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/676 The license header was probably damaged during some search operations to transform the google-doc version of the list into an enum --- If your project is set up for it, you can reply

[GitHub] geode issue #673: GEODE-3284: New flow: getAvailableServers

2017-08-02 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/673 Locators aren't configured via cluster config. None of the distributed-system properties are configured through cluster configuration because you must connect to the distributed system in order

[GitHub] geode pull request #719: GEODE-3447 Implement client authorization for the n...

2017-08-17 Thread bschuchardt
GitHub user bschuchardt opened a pull request: https://github.com/apache/geode/pull/719 GEODE-3447 Implement client authorization for the new protocol Implementation of authorization checks for the new protocol. This will have to be merged with the Locator Protobuf communications

[GitHub] geode pull request #719: GEODE-3447 Implement client authorization for the n...

2017-08-22 Thread bschuchardt
Github user bschuchardt commented on a diff in the pull request: https://github.com/apache/geode/pull/719#discussion_r134600589 --- Diff: geode-protobuf/src/main/java/org/apache/geode/protocol/protobuf/ProtobufSimpleAuthenticator.java --- @@ -40,20 +42,28 @@ public void

[GitHub] geode pull request #719: GEODE-3447 Implement client authorization for the n...

2017-08-22 Thread bschuchardt
Github user bschuchardt commented on a diff in the pull request: https://github.com/apache/geode/pull/719#discussion_r134599066 --- Diff: geode-protobuf/src/main/java/org/apache/geode/protocol/protobuf/ProtobufSimpleAuthorizer.java --- @@ -0,0 +1,42 @@ +/* + * Licensed

[GitHub] geode pull request #474: GEODE-2788: Add official Socket timeout parameter w...

2017-05-03 Thread bschuchardt
Github user bschuchardt commented on a diff in the pull request: https://github.com/apache/geode/pull/474#discussion_r114618650 --- Diff: geode-core/src/main/resources/META-INF/schemas/geode.apache.org/schema/cache/cache-1.0.xsd --- @@ -1191,6 +1191,7 @@ As of 6.5 disk-dirs

[GitHub] geode issue #475: GEODE-2812: Add API to get list of live locators

2017-05-10 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/475 Hi Masaki, I will do the merge for you Le 5/10/2017 à 4:00 AM, Masaki Yamakawa a écrit : > > Thanks @bschuchardt <https://github.com/bschuchardt> @kirklund

[GitHub] geode issue #475: GEODE-2812: Add API to get list of live locators

2017-05-10 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/475 I am running precheckin on this PR and will merge it to develop afterward. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] geode issue #474: GEODE-2788: Add official Socket timeout parameter when con...

2017-05-10 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/474 I am running precheckin on this PR and will merge it to develop afterward. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] geode issue #483: GEODE-2853: Change of locator list request interval

2017-05-12 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/483 I will merge this pull request to develop. I may not get it done until early next week. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] geode issue #474: GEODE-2788: Add official Socket timeout parameter when con...

2017-05-10 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/474 Masaki, this change set is breaking unit tests because the new XSD attribute is being put into XML files generated for older versions. CacheXml80DUnitTest, for instance, is breaking. l80Please

[GitHub] geode issue #586: GEODE-3075: initial flow adding the new client protocol to...

2017-06-20 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/586 I'm running precheckin on this PR & will merge it to develop when finished --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] geode issue #586: GEODE-3075: initial flow adding the new client protocol to...

2017-06-21 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/586 There was a failure in one of the new tests :geode-core:integrationTest org.apache.geode.internal.cache.tier.sockets.ServerConnectionFactoryIntegrationTest

[GitHub] geode issue #474: GEODE-2788: Add official Socket timeout parameter when con...

2017-05-18 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/474 Masaki, it looks like there are some conflicts that need to be resolved --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] geode pull request #746: GEODE-3529 move new client/server security classes ...

2017-08-29 Thread bschuchardt
GitHub user bschuchardt reopened a pull request: https://github.com/apache/geode/pull/746 GEODE-3529 move new client/server security classes to a different pac… @kohlmu-pivotal @hiteshk25 @galen-pivotal @pivotal-amurmann @metatype The new classes/interfaces have been

[GitHub] geode pull request #746: GEODE-3529 move new client/server security classes ...

2017-08-29 Thread bschuchardt
Github user bschuchardt closed the pull request at: https://github.com/apache/geode/pull/746 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] geode pull request #746: GEODE-3529 move new client/server security classes ...

2017-08-29 Thread bschuchardt
Github user bschuchardt commented on a diff in the pull request: https://github.com/apache/geode/pull/746#discussion_r135888279 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/ServerConnectionFactory.java --- @@ -41,8 +41,8 @@ private synchronized

[GitHub] geode issue #746: GEODE-3529 move new client/server security classes to a di...

2017-08-29 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/746 okay - travis ci passed this time --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] geode issue #719: GEODE-3447 Implement client authorization for the new prot...

2017-08-23 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/719 GetAvailableServers will be executed on a Locator which installs a no-op authorizer in the execution "context". That can change if we decide later on that we want to perform auth

[GitHub] geode pull request #702: GEODE-3416: Reduce synchronization blockages in Soc...

2017-08-21 Thread bschuchardt
Github user bschuchardt commented on a diff in the pull request: https://github.com/apache/geode/pull/702#discussion_r134339691 --- Diff: geode-core/src/main/java/org/apache/geode/internal/net/SocketCloser.java --- @@ -96,46 +99,55 @@ public int getMaxThreads() { return

[GitHub] geode pull request #719: GEODE-3447 Implement client authorization for the n...

2017-08-28 Thread bschuchardt
Github user bschuchardt closed the pull request at: https://github.com/apache/geode/pull/719 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] geode pull request #719: GEODE-3447 Implement client authorization for the n...

2017-08-28 Thread bschuchardt
GitHub user bschuchardt reopened a pull request: https://github.com/apache/geode/pull/719 GEODE-3447 Implement client authorization for the new protocol Implementation of authorization checks for the new protocol. This will have to be merged with the Locator Protobuf

[GitHub] geode pull request #719: GEODE-3447 Implement client authorization for the n...

2017-08-28 Thread bschuchardt
Github user bschuchardt commented on a diff in the pull request: https://github.com/apache/geode/pull/719#discussion_r135575597 --- Diff: geode-core/src/main/java/org/apache/geode/security/StreamAuthenticator.java --- @@ -46,6 +44,14 @@ void receiveMessage(InputStream inputStream

[GitHub] geode issue #719: GEODE-3447 Implement client authorization for the new prot...

2017-08-28 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/719 @metatype After reviewing StreamAuthenticator I get your point. I think these new interfaces and classes need to be in a different package. --- If your project is set up for it, you can reply

[GitHub] geode issue #746: GEODE-3529 move new client/server security classes to a di...

2017-08-28 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/746 Travis check failed in an unrelated unit test. This test passes on my branch when I run it individually or as part of the "build" task. --- If your project is set up for it, you

[GitHub] geode pull request #746: GEODE-3529 move new client/server security classes ...

2017-08-28 Thread bschuchardt
GitHub user bschuchardt opened a pull request: https://github.com/apache/geode/pull/746 GEODE-3529 move new client/server security classes to a different pac… @kohlmu-pivotal @hiteshk25 @galen-pivotal @pivotal-amurmann @metatype The new classes/interfaces have been moved