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

abhishekrb pushed a change to branch refactor_ds_lookup_holder
in repository https://gitbox.apache.org/repos/asf/druid.git


    from b81a9b63642 Add test for default non-peon servers
     add 91acfd34a32 Return null from NoopTaskHolder to avoid callers from 
doing instanceof checks, etc
     add 60ad692a904 fix(protobuf-core): re-introduce the load-by-file-path/url 
protobuf descriptors (#18770)
     add f3ecfc7fc56 Allow large partition numbers in 
VersionedIntervalTimeline. (#18777)
     add 014dac27d35 Merge branch 'master' into refactor_ds_lookup_holder

No new revisions were added by this update.

Summary of changes:
 .../embedded/msq/HighPartitionNumberTest.java      | 181 +++++++++++++++++++++
 .../protobuf/FileBasedProtobufBytesDecoder.java    |  33 +++-
 .../FileBasedProtobufBytesDecoderTest.java         |  13 +-
 .../timeline/partition/OvershadowableManager.java  |  64 ++++++--
 .../druid/timeline/partition/PartitionHolder.java  |  48 +++---
 .../partition/PartitionHolderContents.java         |  87 ++++++++++
 .../partition/SimplePartitionHolderContents.java   | 160 ++++++++++++++++++
 .../timeline/VersionedIntervalTimelineTest.java    |  34 +++-
 .../partition/OvershadowableManagerTest.java       |  14 +-
 .../lookup/LookupListeningAnnouncerConfig.java     |  12 +-
 .../segment/realtime/ChatHandlerResource.java      |   7 +-
 .../jetty/CliIndexerServerModule.java              |   7 +-
 .../druid/server/metrics/MonitorsConfig.java       |  23 +--
 .../druid/server/metrics/NoopTaskHolder.java       |  16 +-
 .../apache/druid/server/metrics/TaskHolder.java    |  12 +-
 .../java/org/apache/druid/cli/PeonTaskHolder.java  |   2 +-
 16 files changed, 616 insertions(+), 97 deletions(-)
 create mode 100644 
embedded-tests/src/test/java/org/apache/druid/testing/embedded/msq/HighPartitionNumberTest.java
 create mode 100644 
processing/src/main/java/org/apache/druid/timeline/partition/PartitionHolderContents.java
 create mode 100644 
processing/src/main/java/org/apache/druid/timeline/partition/SimplePartitionHolderContents.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to