Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
47925aa
fix: Close exposure to potential NPE in S3Utils.useHttps (#19504)
capistrant May 22, 2026
b3b1ff2
docs: Stop Referring to MSQ as an extension (#19507)
GWphua May 22, 2026
50ce465
refactor: remove deprecated zookeeper-based task runner (#19500)
clintropolis May 22, 2026
f0d06c4
ci: fix unit tests, bump actions-timeline (#19509)
clintropolis May 23, 2026
215f415
feat: partial segment cache infrastructure (#19496)
clintropolis May 23, 2026
06ef24c
feat: ingest support for numeric typed ExpressionLambdaAggregatorFact…
clintropolis May 23, 2026
177cada
fix: OrcInputFormat concurrent FileSystem init race condition (#19491…
Shekharrajak May 25, 2026
ab12df6
feat: add getDimensionRangeSet support to LikeDimFilter for equality …
clintropolis May 28, 2026
7bdbc2d
Remove raw types in ChainedExecutionQueryRunner (#19529)
GWphua May 28, 2026
5ba191b
perf: disable processing thread renaming by default (#19518)
GWphua May 28, 2026
2f35573
build(deps): Bump jackson to `2.21.3` (#19528)
amaechler May 29, 2026
cf27558
feat: resetOffsetsAndBackfill using bounded stream supervisor (#19477)
aho135 May 30, 2026
efa6ed4
Bump caffeine to 3.2.4 and errorprone to 2.49.0 (#19527)
amaechler May 31, 2026
530a30a
feat: Web console support for resetToLatestAndBackfill (#19533)
aho135 Jun 1, 2026
120be6e
refactor: adjust diskNormalized strategy to scale cost exponentially …
jtuglu1 Jun 1, 2026
e61fddc
feat: add simd add/sub/mul expressions (#19512)
clintropolis Jun 1, 2026
b876851
refactor: remove deprecated curator ServiceAnnouncer stuff (#19523)
clintropolis Jun 1, 2026
b210c99
minor: scale AWSClientConfig default maxConnections with available pr…
clintropolis Jun 2, 2026
fd6befe
Fix a small typo in bin/start-druid (#19544)
winsmith Jun 2, 2026
11b0b59
feat: Include supervisorId in Kafka consumer metrics. (#19525)
gianm Jun 3, 2026
03ab4e2
feat: Background fetching of files for SQL EXTERN. (#19539)
gianm Jun 3, 2026
9d82a0e
fix: Retain exception that triggered Dart query cancellation. (#19553)
gianm Jun 4, 2026
4f83cee
fix: Track load completion in StorageLocationVirtualStorageManager. (…
gianm Jun 4, 2026
7426949
fix: thrownAway reason incorrectly defaulting to null for streaming t…
jtuglu1 Jun 5, 2026
d06aa83
fix: retry transient AWS credential resolution failures (#19558)
jtuglu1 Jun 5, 2026
7bbfa03
feat: Make segmentLoadAheadCount able to be configured at worker task…
capistrant Jun 8, 2026
ca51d78
feat: clustered segments pt.1 (#19460)
clintropolis Jun 9, 2026
2f1f0b7
feat: S3 SegmentRangeReader for partial segment downloads (#19560)
clintropolis Jun 9, 2026
80d7700
fix: flaky Consul embedded test startup (#19564)
Shekharrajak Jun 11, 2026
38f8b4c
fix: empty loads for asymmetric cluster-group partial-load matchers (…
clintropolis Jun 12, 2026
ce74072
feat: Prunable shard specs for streaming published segments (#19571)
abhishekrb19 Jun 12, 2026
0565ddc
refactor: split out RowCountInspector, PhysicalSegmentColumnInspector…
clintropolis Jun 13, 2026
1ce8a30
test: Fix row-count race in EmbeddedKafkaSupervisorTest (#19581)
amaechler Jun 15, 2026
3d57300
fix: zstd + v10 segment metadata decompression for large metadata (#1…
clintropolis Jun 15, 2026
ed63f73
test: Hoist latch-timeout override to StreamIndexFaultToleranceTest t…
amaechler Jun 15, 2026
a4d221e
fix: Raise `start-druid` middleManager memory to 256m (#19582)
amaechler Jun 15, 2026
0e991fd
feat: add OpenLineage request logger extension (#19107)
mshahid6 Jun 16, 2026
fd59f41
ci: bump outdated GitHub Actions (#19587)
amaechler Jun 17, 2026
d00dd4a
feat: clustered segments pt.2 (write side support) (#19579)
clintropolis Jun 17, 2026
2e61c71
refactor: enforce 1 tierAlias mapping per distinct tier. add tierAlia…
capistrant Jun 18, 2026
633ccd4
feat: on-demand partial segment loading in SegmentLocalCacheManager (…
clintropolis Jun 18, 2026
3228e3e
fix(delta): drain all batches per scan file in DeltaInputSourceIterat…
rinchinov Jun 18, 2026
b90c6c5
docs: complete druid.broker.balancer.type description (#19590)
Adithya-Shetty100 Jun 18, 2026
96df203
feat: clustered segments + MSQ compaction (#19597)
clintropolis Jun 18, 2026
f45747d
test: KafkaBoundedSupervisorTest flaky test (#19543)
Shekharrajak Jun 19, 2026
b5d8404
feat: add maxValuesPerDimension cap to streamingPartitionsSpec (#19596)
jaykanakiya Jun 19, 2026
43278bc
build(deps): Update Netty to 4.2.15.Final to address multiple CVEs (#…
ashwintumma23 Jun 22, 2026
e02b9af
feat: support aggregate projections on clustered segments (#19599)
clintropolis Jun 22, 2026
a289901
fix: preserve DimensionValueSetShardSpec on upgraded append segments …
abhishekrb19 Jun 22, 2026
b8e1170
test: Fix flaky `BasicAuthMSQTest` (#19593)
amaechler Jun 23, 2026
4bc6a13
fix: retry S3 segment reads on transient SSLException (TLS "Tag misma…
Adithya-Shetty100 Jun 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/docker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Upload Druid container logs to GitHub
if: ${{ failure() && steps.run-it.conclusion == 'failure' }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: failure-druid-container-logs
path: druid-container-logs.tgz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Verify PR title conforms to Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
- uses: actions/stale@v10
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-and-integration-tests-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
runs-on: ubuntu-latest
if: ${{ !cancelled() }}
steps:
- uses: Kesin11/actions-timeline@54d513e0b5ff1158f1cf8321108d666a5a6c1fca
- uses: Kesin11/actions-timeline@44c9c178ffb2fb1d9859614a3ffa79ccfb77565e
20 changes: 20 additions & 0 deletions benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,26 @@

<build>
<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.14.1</version>
<inherited>true</inherited>
<configuration>
<release>${maven.compiler.release}</release>
<annotationProcessors>
<annotationProcessor>org.openjdk.jmh.generators.BenchmarkProcessor</annotationProcessor>
</annotationProcessors>
<annotationProcessorPaths combine.children="append">
<path>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>${jmh.version}</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
Expand Down
Loading
Loading