-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Remove the logic of memtable flush controlled by memory series size #13653
Open
HTHou
wants to merge
35
commits into
master
Choose a base branch
from
split_text_chunk
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.
Open
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
de38a7d
Split non_aligned charge text chunk
HTHou abe456f
merge master
HTHou ca7b6ea
Merge branch 'master' of github.com:apache/iotdb into split_text_chunk
HTHou 5ee3c89
dev non_aligned
HTHou 3a994a3
dev aligned chunk split
HTHou 85bd62c
new type
HTHou 2dcd204
dev aligned binary chunk split
HTHou fb8f929
Fix binary size calculatation
HTHou 41bc88b
Merge branch 'master' of github.com:apache/iotdb into split_text_chunk
HTHou 80e63f7
Merge branch 'master' of github.com:apache/iotdb into split_text_chunk
HTHou 0b5ad66
fix IT
HTHou 7b463c8
update IoTDBDuplicateTimeIT.java
HTHou 28aa427
fix pipe IT
HTHou 1042cfc
Merge branch 'master' of github.com:apache/iotdb into split_text_chunk
HTHou fbf19e5
change method names
HTHou 252d6e0
Merge branch 'master' of github.com:apache/iotdb into split_text_chunk
HTHou aeeef0d
add ut
HTHou 506fceb
add UT
HTHou a0d46df
remove useless methods
HTHou 96eb7e7
fix UT
HTHou 082d9f6
fix /FileReaderManagerTest
HTHou b564ca2
fix win UT
HTHou c8207da
add binary test
HTHou b56aec9
Add Aligned UTs
HTHou 2e84d21
Merge branch 'master' of github.com:apache/iotdb into split_text_chunk
HTHou da3eee2
fix win ut
HTHou 99327ff
improve coverage
HTHou 4434cd5
fix comments
HTHou 31e27bf
fix windows UT
HTHou e0ac04c
fix review
HTHou ef55416
Merge branch 'master' of github.com:apache/iotdb into split_text_chunk
HTHou 9881eb1
fix review
HTHou 4339899
fix review
HTHou 2780865
target chunk size count non binary
HTHou 0393c75
Merge branch 'master' into split_text_chunk
HTHou 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
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
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
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
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
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
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
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.
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.
Now that it is not final, its capitalization would better be changed.