61yao commented on code in PR #9940:
URL: https://github.com/apache/pinot/pull/9940#discussion_r1042947693
##########
pinot-tools/src/main/java/org/apache/pinot/tools/perf/QueryRunner.java:
##########
@@ -157,6 +161,11 @@ public boolean execute()
return false;
}
+ SSLContext ctx = SSLContext.getInstance("TLS");
Review Comment:
yeah. I was thinking of that but got lazy... I may need to keep SSLContext
outside the if flag {} to make it work. Let me do some research and add the
flag.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]