This is an automated email from the ASF dual-hosted git repository.
jlli pushed a change to branch
handle-table-not-found-in-start-replace-segment-api
in repository https://gitbox.apache.org/repos/asf/pinot.git.
discard f04661e Handle table not found in replacing segment APIs
omit 4475d9f Add getRevertReplaceSegmentRequest method in
FileUploadDownloadClient
add 9662399 Split thread cpu time into three metrics (#7724)
add 7c695e9 fix obfuscator not capturing secretkey and keytab (#7794)
add b809043 peel off special case for 1 dimensional groupby (#7777)
add 8d87ced adding JAVA_OPTS env var in docker image (#7799)
add ab01ac3 Add getRevertReplaceSegmentRequest method in
FileUploadDownloadClient (#7796)
add e44d2e4 Fixing Pinot Admin system exit logic (#7798)
add 667b55d Simplify the usage of ThreadTimer (#7800)
add dc25cb3 all getSegmentStatus to handle segments missing in
externalview (#7803)
add 6b33448 use `LZ4` as default compression mode (#7797)
add a83060c allow to override how to wait for quick start to finish
bootstrap (#7808)
add 519d7a3 Make type case insensitive again (#7807)
new 4ae01da Handle table not found in replacing segment APIs
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 (f04661e)
\
N -- N -- N
refs/heads/handle-table-not-found-in-start-replace-segment-api (4ae01da)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docker/images/pinot/Dockerfile | 1 +
.../apache/pinot/broker/api/RequestStatistics.java | 61 ++++++
.../requesthandler/BaseBrokerRequestHandler.java | 22 ++-
.../apache/pinot/common/metrics/BrokerTimer.java | 22 ++-
.../apache/pinot/common/metrics/ServerTimer.java | 14 +-
.../pinot/common/response/BrokerResponse.java | 94 +++++++--
.../response/broker/BrokerResponseNative.java | 143 ++++++++++----
.../org/apache/pinot/common/utils/DataTable.java | 4 +-
.../src/main/resources/app/interfaces/types.d.ts | 6 +
.../src/main/resources/app/pages/Query.tsx | 10 +-
.../main/resources/app/utils/PinotMethodUtils.ts | 24 ++-
.../core/common/datatable/DataTableImplV3.java | 37 ++--
.../pinot/core/minion/RawIndexConverter.java | 5 +-
.../core/operator/InstanceResponseOperator.java | 71 +++----
.../core/operator/combine/BaseCombineOperator.java | 3 +-
.../groupby/DictionaryBasedGroupKeyGenerator.java | 37 +++-
.../core/query/reduce/BrokerReduceService.java | 56 +++++-
.../core/query/request/context/ThreadTimer.java | 23 +--
.../pinot/core/query/scheduler/QueryScheduler.java | 22 ++-
.../core/common/datatable/DataTableSerDeTest.java | 90 +++++++--
.../operator/ThreadCpuTimeMeasurementTest.java | 30 +--
.../tests/OfflineClusterIntegrationTest.java | 6 +-
.../pinot/perf/BenchmarkRawForwardIndexReader.java | 209 +++++++++++++++++++++
.../pinot/perf/BenchmarkRawForwardIndexWriter.java | 162 ++++++++++++++++
.../creator/impl/SegmentColumnarIndexCreator.java | 2 +-
.../MultiValueFixedByteRawIndexCreatorTest.java | 47 +++--
.../MultiValueVarByteRawIndexCreatorTest.java | 18 +-
.../org/apache/pinot/spi/utils/Obfuscator.java | 6 +-
.../org/apache/pinot/spi/utils/ObfuscatorTest.java | 14 ++
.../java/org/apache/pinot/tools/Quickstart.java | 9 +-
.../pinot/tools/admin/PinotAdministrator.java | 16 +-
.../tools/admin/command/QuickStartCommand.java | 2 +-
.../tools/admin/command/TestQuickStartCommand.java | 1 +
33 files changed, 1039 insertions(+), 228 deletions(-)
create mode 100644
pinot-perf/src/main/java/org/apache/pinot/perf/BenchmarkRawForwardIndexReader.java
create mode 100644
pinot-perf/src/main/java/org/apache/pinot/perf/BenchmarkRawForwardIndexWriter.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]