Skip to content

Partial revert changes from #1519#2984

Merged
milleruntime merged 1 commit intoapache:mainfrom
milleruntime:split-tabletFile
Sep 29, 2022
Merged

Partial revert changes from #1519#2984
milleruntime merged 1 commit intoapache:mainfrom
milleruntime:split-tabletFile

Conversation

@milleruntime
Copy link
Contributor

  • Revert some changes to FileUtil that used TabletFile. If a tablet is splitting and exceeds the tserver.tablet.split.midpoint.files.max then we will reduce the number of index files using temporary files. These temporary files don't conform to standard TabletFile directories so just use strings in this special case.
  • Closes Split failed due to IllegalArgumentException #2977

* Revert some changes to FileUtil that used TabletFile. If a tablet is
splitting and exceeds the tserver.tablet.split.midpoint.files.max then
we will reduce the number of index files using temporary files. These
temporary files don't conform to standard TabletFile directories so just
use strings in this special case.
* Closes apache#2977
@milleruntime milleruntime merged commit 1a42c54 into apache:main Sep 29, 2022
@milleruntime milleruntime deleted the split-tabletFile branch September 29, 2022 16:47
@ctubbsii ctubbsii added this to the 2.1.0 milestone Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Split failed due to IllegalArgumentException

2 participants