You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ap...@apache.org on 2022/01/28 23:31:00 UTC

[pinot] branch listener-tls-customization updated (3633704 -> 88f040a)

This is an automated email from the ASF dual-hosted git repository.

apucher pushed a change to branch listener-tls-customization
in repository https://gitbox.apache.org/repos/asf/pinot.git.


 discard 3633704  controller working
 discard 7a18a16  prototype
     add c8dde9b  allow JSON forward indexes (#8073)
     add 4d10e03  Improve the proactive segment clean-up for REVERTED (#8071)
     add 18777b7  Adding timestamp into schema test (#8080)
     add 0fe7ef8  Remove PQL response parser in quickstart (#8081)
     add 3f11902  also add schema test in fields for default values and others (#8088)
     add dd73ee7  add logic to instant delete segment (#8077)
     add 41dec36  prototype
     add 794d976  controller working
     add 0689778  extend tls integration tests, depraecate BasicAuthTlsRealtimeIntegrationTest
     add 52f058c  checkstyle
     add 9d4950c  avoid caching keystore if local file
     add 88f040a  update POM

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3633704)
            \
             N -- N -- N   refs/heads/listener-tls-customization (88f040a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/pinot/common/data/SchemaTest.java   |  29 ++-
 pinot-common/src/test/resources/schemaTest.schema  |   6 +
 .../helix/core/PinotHelixResourceManager.java      |  25 +-
 .../helix/core/SegmentDeletionManager.java         |  58 +++--
 .../helix/core/PinotHelixResourceManagerTest.java  |  64 ++++-
 .../core/util/SegmentDeletionManagerTest.java      |   4 +-
 .../apache/pinot/core/util/ListenerConfigUtil.java |  20 +-
 .../java/org/apache/pinot/core/util/TlsUtils.java  |  32 ++-
 pinot-integration-tests/pom.xml                    |   2 +-
 .../tests/BasicAuthRealtimeIntegrationTest.java    |   4 +
 .../tests/BasicAuthTlsRealtimeIntegrationTest.java | 261 ---------------------
 .../integration/tests/TlsIntegrationTest.java      | 210 +++++++++++++++--
 .../src/test/resources/empty.p12                   | Bin 103 -> 88 bytes
 .../creator/impl/SegmentColumnarIndexCreator.java  |   7 +
 .../java/org/apache/pinot/tools/Quickstart.java    |  61 -----
 15 files changed, 381 insertions(+), 402 deletions(-)
 delete mode 100644 pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/BasicAuthTlsRealtimeIntegrationTest.java

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org