-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
RTO Task Overhaul (BugFix and Support to run multiple subtasks) #14623
Open
noob-se7en
wants to merge
74
commits into
apache:master
Choose a base branch
from
noob-se7en:origin/parallelize_RTO-2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,171
−195
Open
Changes from 1 commit
Commits
Show all changes
74 commits
Select commit
Hold shift + click to select a range
4ab1610
Adds Support of maxNumRowsPerTask in RealtimeToOfflineSegmentsTasksGe…
noob-se7en c71bcac
refactoring
noob-se7en d0ca568
nit
noob-se7en 8db838b
nit
noob-se7en 3233c33
fixes bug
noob-se7en 65e6aef
adds initial logic
noob-se7en fd496bf
changes logic
noob-se7en fec0b65
fixes bug
noob-se7en 11c84be
clean up
noob-se7en 31b3960
clean up
noob-se7en aaa72e3
nit
noob-se7en 2992595
addresses PR comment
noob-se7en 58eb51c
nit
noob-se7en f4ed406
Alternate solution
noob-se7en 07f831c
fixes bugs and nits
noob-se7en 318e89e
lint fix
noob-se7en b8e0daf
fix multiple consecuritve failure scenrio
noob-se7en 8e80c09
Merge branch 'master' of github.com:apache/pinot into origin/parallel…
noob-se7en 30a9459
refactoring and clean up
noob-se7en d29af8d
refactoring
noob-se7en 8bcbe0f
refactoring
noob-se7en 01381a2
fixes tests
noob-se7en 75fb4ba
nit
noob-se7en 546f27e
nit
noob-se7en fae4aaa
nit
noob-se7en 97e8c49
Fixes time window bug
noob-se7en 4ddfbb1
refactoring
noob-se7en 7d3fa68
adds conditions for edge cases
noob-se7en 19b83c6
nit
noob-se7en 68cc920
nit
noob-se7en 84f471a
update
noob-se7en e365e91
revert time overlap change
noob-se7en 1baf68e
fixes some edge cases
noob-se7en 1754dbc
refactoring
noob-se7en ff4017e
fixes test
noob-se7en 9d329bc
Adds code docs and clean up
noob-se7en 21185e6
nit
noob-se7en 324a4cf
updates code docs of metadata
noob-se7en 0f27067
Adds test
noob-se7en 0eba7cc
clean up
noob-se7en 02b94fe
handles edge case
noob-se7en 6405c35
Adds tests and clean up
noob-se7en f77e817
clean up
noob-se7en 5cd9bdf
Merge branch 'master' of github.com:apache/pinot into origin/parallel…
noob-se7en 592f65c
Updates integration test
noob-se7en cf97b6e
adds code docs
noob-se7en f2dcef2
handle edge case
noob-se7en b3cebb4
handle edge case
noob-se7en e8c1b9b
fixes bug
noob-se7en 9eacf76
test
noob-se7en 9a2eb80
handles edge case
noob-se7en 32628d0
nit
noob-se7en cc70645
clean up
noob-se7en 903d519
addresses PR comment
noob-se7en 066d925
nit
noob-se7en 66ff5ad
Refactor var names
noob-se7en b307458
nit
noob-se7en 2d1f086
nit
noob-se7en f183b85
nit
noob-se7en 46bbd20
minor edge cases
noob-se7en 00cc1bc
nit
noob-se7en dca5736
fixes lintg
noob-se7en 6040793
nit
noob-se7en 8e418d8
Merge branch 'master' of github.com:apache/pinot into origin/parallel…
noob-se7en 7380368
minor refactoring
noob-se7en f4371c2
throws exception if failed to delete invalid segment
noob-se7en d00ea27
Adds logs
noob-se7en 1dda7ca
simplifies code
noob-se7en 97846ff
nit
noob-se7en 97bf146
Adds unit tests
noob-se7en b12980b
Adds unit tests
noob-se7en 2cdc946
Fixes unit test
noob-se7en 279a339
fixes integration test
noob-se7en bfad067
fixes log format output
noob-se7en 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is important for case where this PR is deployed to controller first.