Re: [PROPOSAL] Backport GEODE-6008 to support 1.12

2020-09-30 Thread Joris Melchior
+1 On 2020-09-29, 6:09 PM, "Xiaojian Zhou" wrote: Hi, GEODE-6008 changed “java.lang.IllegalStateException: NioSslEngine has been closed” to IOException, which enabled DirectChannel to handle it and retry the connection in the case that the connection is closed. This fix is impor

Re: [PROPOSAL] Backport GEODE-6008 to support 1.12

2020-09-29 Thread Bruce Schuchardt
+1 On 9/29/20, 3:10 PM, "Xiaojian Zhou" wrote: Hi, GEODE-6008 changed “java.lang.IllegalStateException: NioSslEngine has been closed” to IOException, which enabled DirectChannel to handle it and retry the connection in the case that the connection is closed. This fix is importan

RE: [PROPOSAL] Backport GEODE-6008 to support 1.12

2020-09-29 Thread Dick Cavender
+1 -Original Message- From: Xiaojian Zhou Sent: Tuesday, September 29, 2020 3:09 PM To: dev@geode.apache.org Subject: [PROPOSAL] Backport GEODE-6008 to support 1.12 Hi, GEODE-6008 changed “java.lang.IllegalStateException: NioSslEngine has been closed” to IOException, which enabled

Re: [PROPOSAL] Backport GEODE-6008 to support 1.12

2020-09-29 Thread Barrett Oglesby
+1 From: Xiaojian Zhou Sent: Tuesday, September 29, 2020 3:09 PM To: dev@geode.apache.org Subject: [PROPOSAL] Backport GEODE-6008 to support 1.12 Hi, GEODE-6008 changed “java.lang.IllegalStateException: NioSslEngine has been closed” to IOException, which

[PROPOSAL] Backport GEODE-6008 to support 1.12

2020-09-29 Thread Xiaojian Zhou
Hi, GEODE-6008 changed “java.lang.IllegalStateException: NioSslEngine has been closed” to IOException, which enabled DirectChannel to handle it and retry the connection in the case that the connection is closed. This fix is important and no risk to backport to support/1.12. Please vote for it.