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 2021/03/19 22:12:26 UTC

[incubator-pinot] branch basic-auth-controller updated (b0fac9d -> c0c9563)

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

apucher pushed a change to branch basic-auth-controller
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


 discard b0fac9d  always allow public paths
 discard b9b14a1  unit test implicity endpoint protection
 discard 618de28  exclude /auth endpoints from access control
 discard 44cea73  support blanket protection of controller endpoints
 discard a4372b5  re-use auth token constant
 discard 5b1c38e  review fixes
 discard 021ee07  realtime to offline segment integration test with auth
 discard 250e189  add draft realtime integration test harness with auth
 discard 1ab0fe6  add header support to controller and cluster test tooling
 discard 0f79ecd  added header support to connection factory
 discard f27f1a6  review fixes
 discard e90cb3c  add batch ingestion test
 discard 1abeb93  review fixes
 discard 0483b6f  basic auth integration test
 discard cc83ea3  integration test fix
 discard 6154e2f  manual review fixes
 discard 0a28b20  dedicated auth quickstart
 discard 411694b  config overrides in starter commands
 discard 06890a9  force quickstart broker auth
 discard 0874c2d  make minion task auth augmentation optional
 discard 3a23272  auth workflow info
 discard 99aef7b  rebase fix
 discard 41f7dc8  refactor FileUploadDownloadClient
 discard d2010ee  transitioning more calls for auth support
 discard f070b1b  tokens everywhere
 discard e6c2bdd  progress
     add acc24a1  Combine operators: remove redundant variables and override logger in subclass (#6690)
     add 35ec287  make resizeTimeMs metric as a Gauge instead of a Meter (#6693)
     add 5366635  Instrument combine operators query execution code with thread cpu time. (#6680)
     add 2d0d2ac  Remove unused variable in ServerQueryExecutorV1Impl and unnecessary check in ThreadTimer (#6694)
     add 8134967  progress
     add a088e45  tokens everywhere
     add 6959205  transitioning more calls for auth support
     add c5c3a93  refactor FileUploadDownloadClient
     add 798fb72  rebase fix
     add c368e77  auth workflow info
     add 5b53411  make minion task auth augmentation optional
     add 65ec49b  force quickstart broker auth
     add 974ea1a  config overrides in starter commands
     add 5dcb7ac  dedicated auth quickstart
     add 3416002  manual review fixes
     add 9690a0a  integration test fix
     add 2f6efac  basic auth integration test
     add ea8e088  review fixes
     add 5e9dd94  add batch ingestion test
     add f50d47e  review fixes
     add 8835165  added header support to connection factory
     add f953b9e  add header support to controller and cluster test tooling
     add 84de896  add draft realtime integration test harness with auth
     add e6ff6a3  realtime to offline segment integration test with auth
     add 5f697e6  review fixes
     add 0e9e2c8  re-use auth token constant
     add f492d1e  support blanket protection of controller endpoints
     add 52186a1  exclude /auth endpoints from access control
     add 0661f4e  unit test implicity endpoint protection
     add e4f9b8e  always allow public paths
     add c0c9563  generate larger realtime to offline segments in test

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   (b0fac9d)
            \
             N -- N -- N   refs/heads/basic-auth-controller (c0c9563)

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:
 .../apache/pinot/common/metrics/BrokerGauge.java   |  3 +-
 .../apache/pinot/common/metrics/BrokerMeter.java   |  3 +-
 .../apache/pinot/common/metrics/ServerGauge.java   |  3 +-
 .../apache/pinot/common/metrics/ServerMeter.java   |  1 -
 .../apache/pinot/common/utils/CommonConstants.java |  4 ++
 .../org/apache/pinot/common/utils/DataTable.java   |  1 +
 .../core/operator/InstanceResponseOperator.java    | 15 ++++-
 .../operator/blocks/IntermediateResultsBlock.java  |  9 +++
 .../core/operator/combine/BaseCombineOperator.java | 23 ++++++--
 .../operator/combine/GroupByCombineOperator.java   |  1 +
 .../combine/GroupByOrderByCombineOperator.java     |  1 +
 ...xValueBasedSelectionOrderByCombineOperator.java | 20 ++-----
 .../combine/SelectionOnlyCombineOperator.java      |  3 +
 .../combine/SelectionOrderByCombineOperator.java   |  3 +
 .../StreamingSelectionOnlyCombineOperator.java     |  1 +
 .../core/query/reduce/GroupByDataTableReducer.java |  3 +-
 .../core/query/request/context/ThreadTimer.java    | 69 ++++++++++++++++++++++
 .../pinot/core/query/scheduler/QueryScheduler.java | 20 +++++--
 .../operator/combine/CombineSlowOperatorsTest.java |  6 +-
 .../tests/BasicAuthRealtimeIntegrationTest.java    |  7 ++-
 .../pinot/integration/tests/ClusterTest.java       |  3 +
 .../server/starter/helix/HelixServerStarter.java   |  6 ++
 22 files changed, 169 insertions(+), 36 deletions(-)
 create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/query/request/context/ThreadTimer.java

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