This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from d5014786db Add first implementation of clpMatch that doesn't explicitly use indexes. (#12291) add 3ab28348fb auto reload TLS resources when loading from local files (#12325) No new revisions were added by this update. Summary of changes: .../org/apache/pinot/common/utils/TlsUtils.java | 162 +++++++++++++++++-- .../pinot/common/utils/grpc/GrpcQueryClient.java | 12 +- .../apache/pinot/common/utils/TlsUtilsTest.java | 177 +++++++++++++++++++-- .../src/test/resources/tls/keystore-updated.p12 | Bin 0 -> 2581 bytes .../src/test/resources/tls/truststore-updated.p12 | Bin 0 -> 1186 bytes .../pinot/core/transport/grpc/GrpcQueryServer.java | 4 + 6 files changed, 326 insertions(+), 29 deletions(-) create mode 100644 pinot-common/src/test/resources/tls/keystore-updated.p12 create mode 100644 pinot-common/src/test/resources/tls/truststore-updated.p12 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org