[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #1080 was SUCCESSFUL (with 2456 tests)

2018-10-24 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #1080 was successful. --- Scheduled 2458 tests in total. https://build.spring.io/browse/SGF-NAG-1080/ -- Thi

Re: [DISCUSS]: SSL and jdk11

2018-10-24 Thread Jinmei Liao
Looks like we have a consensus on this one. I will implement the 2nd option then. On Wed, Oct 24, 2018 at 11:59 AM Anthony Baker wrote: > If possible I don’t think we should have any code that is conditional > based on TLS version. > > Anthony > > > > On Oct 24, 2018, at 11:41 AM, Owen Nichols

Re: [DISCUSS]: SSL and jdk11

2018-10-24 Thread Anthony Baker
If possible I don’t think we should have any code that is conditional based on TLS version. Anthony > On Oct 24, 2018, at 11:41 AM, Owen Nichols wrote: > > If Geode code is tightly coupled to the TLS protocol version, might be good > to have some tests that explicitly test how Geode handles

Re: [DISCUSS]: SSL and jdk11

2018-10-24 Thread Owen Nichols
If Geode code is tightly coupled to the TLS protocol version, might be good to have some tests that explicitly test how Geode handles both TLSv1.2 and TLSv1.3 connections, when running under Java version that supports TLSv1.3 The code example you gave looks like it is just debug logging that is

Re: [DISCUSS]: SSL and jdk11

2018-10-24 Thread Dan Smith
(2) seems like the only reasonable option. We don't want to get stuck not being able to support newer TLS versions! -Dan On Wed, Oct 24, 2018 at 11:23 AM Jinmei Liao wrote: > Most of our SSL tests failed with jdk11 because jdk11 includes an > implementation of TLS1.3 protocol, so if tcpServer i

[DISCUSS]: SSL and jdk11

2018-10-24 Thread Jinmei Liao
Most of our SSL tests failed with jdk11 because jdk11 includes an implementation of TLS1.3 protocol, so if tcpServer is started with no specific protocol (like "any"), then TLS1.3 will be used in the SSL handshake, the TLS1.3 specs states: Sessions[edit

Re: concourse problems

2018-10-24 Thread Sean Goller
This should be stable again. -S. On Wed, Oct 24, 2018 at 9:36 AM Sean Goller wrote: > The web front end for the geode concourse is currently experiencing some > issues. we are actively troubleshooting this. > > -Sean. >

concourse problems

2018-10-24 Thread Sean Goller
The web front end for the geode concourse is currently experiencing some issues. we are actively troubleshooting this. -Sean.

Re: I want to be a geode committer

2018-10-24 Thread Anthony Baker
Hi Ivor, Welcome and I’m glad you are interested! I’ve included some reading [1] [2] [3] below to help you understand the Apache model and how you could become a committer. In a nutshell, committership is earned through project contributions. Those contributions could include pull requests,

Re: Thread block on org.apache.geode.cache.CacheFactory.getAnyInstance(CacheFactory.java:282)

2018-10-24 Thread Anthony Baker
Sorry I don’t think I understand your question. Did you encounter a problem with getAnyInstance()? Anthony > On Oct 24, 2018, at 1:27 AM, Dinesh Akhand wrote: > > No dead local was there , reader thread are waiting mostly. > PFA whole stack strace. > > Thanks, > Dinesh Akhand