-
Notifications
You must be signed in to change notification settings - Fork 25.6k
TSDB ingest performance: combine routing and tsdb hashing #132566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 94 commits
Commits
Show all changes
103 commits
Select commit
Hold shift + click to select a range
37ae32a
Hash once to create routing hash and _tsid
felixbarny cffae3e
Merge branch 'main' into tsdb-hash-once
felixbarny 41d0e28
[CI] Auto commit changes from spotless
3cbc3f3
Merge branch 'main' into tsdb-hash-once
felixbarny 877de11
Add notice file for hash4j
felixbarny c71db07
Use optimized text
felixbarny 0222d93
Fix DataStreamIndexSettingsProviderTests
felixbarny a1be48b
Update index.dimensions on mapping updates
felixbarny 1734649
Apply spotless suggestions
felixbarny d449b79
Make index.dimensions a private setting
felixbarny 8831b1d
Adjust TSDBPassthroughIndexingIT
felixbarny a915bcf
The index.dimensions settingn should be replicated
felixbarny 2ff61f6
Fix IndexRoutingTests
felixbarny 002fd43
Make downsampling aware of index.dimensions
felixbarny 2ccc3c2
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 6282cd4
Fix rest compatibility tests by excluding test that make assertions o…
felixbarny fae55a5
Fix condition for system provided settings
felixbarny b41a88d
Adjust TsdbDataStreamRestIT
felixbarny 5037489
Remove unnecessary index version
felixbarny dfc2d94
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 330aa94
[CI] Auto commit changes from spotless
a409a95
Allow the creation of downsampling indices to use the private index.d…
felixbarny 3f8d05e
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny cfe59a7
[CI] Auto commit changes from spotless
23b9d6c
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 7da8667
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 3619db7
Only add IP dimensions if RoutingFields is not a noop
felixbarny 8b51566
Address comments from review
felixbarny 7cb545c
[CI] Auto commit changes from spotless
11a3c7e
Replace hash4j with BufferedMurmur3Hasher
felixbarny 008fb9b
[CI] Auto commit changes from spotless
96e751d
Remove commented out method
felixbarny e0be278
Store dimensions in custom metadata rather than an index setting
felixbarny b42286f
Revert adding ability to set private settings when system-provided
felixbarny d29ce61
[CI] Auto commit changes from spotless
4424e60
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny f921643
Remove unused licenses
felixbarny 5cd1c28
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 9aa7e50
Remove leftover reference to INDEX_DIMENSIONS
felixbarny 440f5bc
Copy custom metadata to downsampling index
felixbarny 1912155
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 5c6b2d1
Remove unnecessary interface
felixbarny fda4410
Add test for transferCustomMetadata
felixbarny a9cfee8
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 96b31e7
[CI] Auto commit changes from spotless
eb913fd
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny a7b80c7
Merge remote-tracking branch 'felixbarny/tsdb-hash-once' into tsdb-ha…
felixbarny 84751e7
[CI] Auto commit changes from spotless
df95ce7
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny a4d7cf6
Fix tests after merging
felixbarny 905609e
Merge remote-tracking branch 'felixbarny/tsdb-hash-once' into tsdb-ha…
felixbarny 6bf6b01
[CI] Auto commit changes from spotless
b9cc6d4
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny db8c8d8
Address review comments
felixbarny a29f38c
Fix index simulation
felixbarny bef7b1f
Fix tests
felixbarny e58eed4
[CI] Auto commit changes from spotless
b889fce
Fix copying of custom index metadata
felixbarny 1de9d92
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny f081b9b
Merge remote-tracking branch 'felixbarny/tsdb-hash-once' into tsdb-ha…
felixbarny 40e7ee7
[CI] Auto commit changes from spotless
a643443
Revert changes in IndexRequestBuilder
felixbarny a8fa403
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 40ab041
Add index version
felixbarny 556a00e
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 7957b83
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 5ab5361
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny ec975a9
Move back to index.dimensions index setting
felixbarny 378c475
Populate both index.dimensions and index.routing_path
felixbarny a380707
Evaluate equality of old and new dimensions via a set
felixbarny 0e6ed0b
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 10bb3a0
Add unit tests for onUpdateMappings
felixbarny 8ed8f6f
Some test fixes
felixbarny c0ed08f
Fix TSDBPassthroughIndexingIT
felixbarny cc28d03
Fix TsdbDataStreamRestIT
felixbarny 886742b
Remove unnecessary changes related to copying custom index metadata
felixbarny 16ab114
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny f741b47
Polishing
felixbarny f9c5387
[CI] Auto commit changes from spotless
f838f54
Merge branch 'main' into tsdb-hash-once
felixbarny 6b2c27e
Merge branch 'main' into tsdb-hash-once
felixbarny bc338d0
Merge branch 'main' into tsdb-hash-once
felixbarny 584ba15
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 905dadb
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 9a73b8d
Make index.dimensions a private setting
felixbarny 8092a03
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny b5dd61b
Merge branch 'main' into tsdb-hash-once
felixbarny 458e88d
Merge branch 'main' into tsdb-hash-once
felixbarny eb6c99c
Adjust assertions in testRoutingPathBwcAfterTsidBasedRouting
felixbarny 08608ba
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny cd9d4df
Check index settings of backing indices
felixbarny ef2d1d0
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny aad3c16
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny d9708b2
Rename transport version constant
felixbarny 1b1a513
Merge branch 'main' into tsdb-hash-once
felixbarny add084c
Avoid allocating a BytesRef if empty
felixbarny 374301e
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 506ca37
Merge remote-tracking branch 'refs/remotes/felixbarny/tsdb-hash-once'…
felixbarny 407c897
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 250f20e
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 0d6ece8
Add feature flag
felixbarny 9ee2cfb
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 128febb
Add feature flag
felixbarny File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.