This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/maven/pulsar.version-3.3.1
in repository https://gitbox.apache.org/repos/asf/pinot.git
omit f05972a982 Bump pulsar.version from 3.3.0 to 3.3.1
add e767e58ee1 Fail multi-stage client queries in the broker if
multi-stage engine is disabled (#13732)
add cc0e25eb02 Fixing RealtimeProvisioningHelperCommand to allow using
just -schemaFile along with -sampleCompletedSegmentDir (#13727)
add 9a7e11682a Database query quota (#13544)
add 953539ef32 Prevent 500 error for non-existent tasktype in
/tasks/{taskType}/tasks API (#13537)
add f366d82107 Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.7.0 to 3.8.0 (#13674)
add 960dab10e0 Bump com.github.luben:zstd-jni from 1.5.6-3 to 1.5.6-4
(#13675)
add adda7edace Bump io.netty:netty-bom from 4.1.111.Final to 4.1.112.Final
(#13676)
add 8c8b8433b4 Bump confluent.version from 7.6.2 to 7.7.0 (#13694)
add 80dff8ff1c Bump it.unimi.dsi:fastutil from 8.5.13 to 8.5.14 (#13702)
add c9db5954b0 Bump pulsar.version from 3.3.0 to 3.3.1
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 (f05972a982)
\
N -- N -- N refs/heads/dependabot/maven/pulsar.version-3.3.1
(c9db5954b0)
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:
.../broker/broker/helix/BaseBrokerStarter.java | 17 ++
...okerResourceOnlineOfflineStateModelFactory.java | 3 +
.../BrokerUserDefinedMessageHandlerFactory.java | 33 +++
.../broker/broker/helix/ClusterChangeMediator.java | 12 +-
.../HelixExternalViewBasedQueryQuotaManager.java | 219 ++++++++++++++++++--
.../pinot/broker/queryquota/QueryQuotaManager.java | 7 +
.../BaseSingleStageBrokerRequestHandler.java | 10 +-
.../BrokerRequestHandlerDelegate.java | 13 +-
.../MultiStageBrokerRequestHandler.java | 13 +-
...elixExternalViewBasedQueryQuotaManagerTest.java | 222 +++++++++++++++++----
.../BaseSingleStageBrokerRequestHandlerTest.java | 1 +
...sage.java => DatabaseConfigRefreshMessage.java} | 26 +--
.../pinot/common/metadata/ZKMetadataProvider.java | 85 ++++++++
.../apache/pinot/common/utils/DatabaseUtils.java | 14 ++
.../resources/PinotDatabaseRestletResource.java | 85 +++++++-
.../api/resources/PinotTaskRestletResource.java | 7 +-
.../helix/core/PinotHelixResourceManager.java | 56 ++++++
.../core/minion/PinotHelixTaskResourceManager.java | 11 +-
.../java/org/apache/pinot/core/auth/Actions.java | 2 +
.../tests/QueryQuotaClusterIntegrationTest.java | 207 +++++++++++++++++++
.../FilterConfig.java => DatabaseConfig.java} | 39 ++--
.../apache/pinot/spi/utils/CommonConstants.java | 1 +
.../command/RealtimeProvisioningHelperCommand.java | 58 ++++--
pom.xml | 10 +-
24 files changed, 1036 insertions(+), 115 deletions(-)
copy
pinot-common/src/main/java/org/apache/pinot/common/messages/{TableConfigRefreshMessage.java
=> DatabaseConfigRefreshMessage.java} (62%)
create mode 100644
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/QueryQuotaClusterIntegrationTest.java
copy
pinot-spi/src/main/java/org/apache/pinot/spi/config/{table/ingestion/FilterConfig.java
=> DatabaseConfig.java} (52%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]