[Impala-ASF-CR] Backport KUDU-2871 (part 1): disable TLS 1.3.

2019-06-20 Thread Joe McDonnell (Code Review)
Joe McDonnell has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/13689 )

Change subject: Backport KUDU-2871 (part 1): disable TLS 1.3.
..

Backport KUDU-2871 (part 1): disable TLS 1.3.

Change-Id: Iae77e06906e01d8442e0f767e7f920bd330cc5da
Reviewed-on: http://gerrit.cloudera.org:8080/13689
Reviewed-by: Todd Lipcon 
Reviewed-by: Alexey Serbin 
Tested-by: Impala Public Jenkins 
---
M be/src/kudu/rpc/client_negotiation.cc
M be/src/kudu/security/tls_context.cc
2 files changed, 10 insertions(+), 1 deletion(-)

Approvals:
  Todd Lipcon: Looks good to me, approved
  Alexey Serbin: Looks good to me, but someone else must approve
  Impala Public Jenkins: Verified

--
To view, visit http://gerrit.cloudera.org:8080/13689
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Iae77e06906e01d8442e0f767e7f920bd330cc5da
Gerrit-Change-Number: 13689
Gerrit-PatchSet: 2
Gerrit-Owner: Csaba Ringhofer 
Gerrit-Reviewer: Alexey Serbin 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Reviewer: Joe McDonnell 
Gerrit-Reviewer: Michael Ho 
Gerrit-Reviewer: Tim Armstrong 
Gerrit-Reviewer: Todd Lipcon 


[Impala-ASF-CR] Backport KUDU-2871 (part 1): disable TLS 1.3.

2019-06-20 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/13689 )

Change subject: Backport KUDU-2871 (part 1): disable TLS 1.3.
..


Patch Set 1: Verified+1


--
To view, visit http://gerrit.cloudera.org:8080/13689
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Iae77e06906e01d8442e0f767e7f920bd330cc5da
Gerrit-Change-Number: 13689
Gerrit-PatchSet: 1
Gerrit-Owner: Csaba Ringhofer 
Gerrit-Reviewer: Alexey Serbin 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Reviewer: Todd Lipcon 
Gerrit-Comment-Date: Thu, 20 Jun 2019 20:24:36 +
Gerrit-HasComments: No


[Impala-ASF-CR] Backport KUDU-2871 (part 1): disable TLS 1.3.

2019-06-20 Thread Alexey Serbin (Code Review)
Alexey Serbin has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/13689 )

Change subject: Backport KUDU-2871 (part 1): disable TLS 1.3.
..


Patch Set 1: Code-Review+1


--
To view, visit http://gerrit.cloudera.org:8080/13689
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Iae77e06906e01d8442e0f767e7f920bd330cc5da
Gerrit-Change-Number: 13689
Gerrit-PatchSet: 1
Gerrit-Owner: Csaba Ringhofer 
Gerrit-Reviewer: Alexey Serbin 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Reviewer: Todd Lipcon 
Gerrit-Comment-Date: Thu, 20 Jun 2019 15:47:47 +
Gerrit-HasComments: No


[Impala-ASF-CR] Backport KUDU-2871 (part 1): disable TLS 1.3.

2019-06-20 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/13689 )

Change subject: Backport KUDU-2871 (part 1): disable TLS 1.3.
..


Patch Set 1:

Build Successful

https://jenkins.impala.io/job/gerrit-code-review-checks/3696/ : Initial code 
review checks passed. Use gerrit-verify-dryrun-external or gerrit-verify-dryrun 
to run full precommit tests.


--
To view, visit http://gerrit.cloudera.org:8080/13689
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Iae77e06906e01d8442e0f767e7f920bd330cc5da
Gerrit-Change-Number: 13689
Gerrit-PatchSet: 1
Gerrit-Owner: Csaba Ringhofer 
Gerrit-Reviewer: Alexey Serbin 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Reviewer: Todd Lipcon 
Gerrit-Comment-Date: Thu, 20 Jun 2019 15:46:29 +
Gerrit-HasComments: No


[Impala-ASF-CR] Backport KUDU-2871 (part 1): disable TLS 1.3.

2019-06-20 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/13689 )

Change subject: Backport KUDU-2871 (part 1): disable TLS 1.3.
..


Patch Set 1: Code-Review+2


--
To view, visit http://gerrit.cloudera.org:8080/13689
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Iae77e06906e01d8442e0f767e7f920bd330cc5da
Gerrit-Change-Number: 13689
Gerrit-PatchSet: 1
Gerrit-Owner: Csaba Ringhofer 
Gerrit-Reviewer: Alexey Serbin 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Reviewer: Todd Lipcon 
Gerrit-Comment-Date: Thu, 20 Jun 2019 15:44:04 +
Gerrit-HasComments: No


[Impala-ASF-CR] Backport KUDU-2871 (part 1): disable TLS 1.3.

2019-06-20 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/13689 )

Change subject: Backport KUDU-2871 (part 1): disable TLS 1.3.
..


Patch Set 1:

Build started: https://jenkins.impala.io/job/gerrit-verify-dryrun/4510/ 
DRY_RUN=true


--
To view, visit http://gerrit.cloudera.org:8080/13689
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Iae77e06906e01d8442e0f767e7f920bd330cc5da
Gerrit-Change-Number: 13689
Gerrit-PatchSet: 1
Gerrit-Owner: Csaba Ringhofer 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Comment-Date: Thu, 20 Jun 2019 15:02:28 +
Gerrit-HasComments: No


[Impala-ASF-CR] Backport KUDU-2871 (part 1): disable TLS 1.3.

2019-06-20 Thread Csaba Ringhofer (Code Review)
Csaba Ringhofer has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/13689


Change subject: Backport KUDU-2871 (part 1): disable TLS 1.3.
..

Backport KUDU-2871 (part 1): disable TLS 1.3.

Change-Id: Iae77e06906e01d8442e0f767e7f920bd330cc5da
---
M be/src/kudu/rpc/client_negotiation.cc
M be/src/kudu/security/tls_context.cc
2 files changed, 10 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/89/13689/1
--
To view, visit http://gerrit.cloudera.org:8080/13689
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iae77e06906e01d8442e0f767e7f920bd330cc5da
Gerrit-Change-Number: 13689
Gerrit-PatchSet: 1
Gerrit-Owner: Csaba Ringhofer