-
Notifications
You must be signed in to change notification settings - Fork 3.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
HBASE-26242 Allow split when store file count larger than the … #3652
Conversation
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
e25576c
to
1a866f4
Compare
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
If the store file count is greater than the blocking count, we can not flush the region? Then how could we split the region? |
Thanks, @Apache9. |
@Apache9 Did I resolve your question? |
I think this is a big behavior change? We used to disable split when store file count is greater than the blocking count, this is feature, not a bug... So if you want to change this behavior, you'd better write a design doc or something to better introduce the background, why we should change this behavior, the advantage and disadvantages, etc. And if it is not easy to suit all the scenario, is it possible to make it configurable? |
@Apache9 Thanks your reminding and advice, I will prepare some words to share this idea. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
3e5b568
to
dc1dfb5
Compare
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/CompactSplit.java
Show resolved
Hide resolved
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/CompactSplit.java
Show resolved
Hide resolved
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/CompactSplit.java
Outdated
Show resolved
Hide resolved
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
Outdated
Show resolved
Hide resolved
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/CompactSplit.java
Outdated
Show resolved
Hide resolved
…d blocking file count
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
…d blocking file count (#3652) Signed-off-by: Andrew Purtell <[email protected]>
…d blocking file count (#3652) Signed-off-by: Andrew Purtell <[email protected]>
…d blocking file count (#3652) Signed-off-by: Andrew Purtell <[email protected]>
…d blocking file count (#3652) Signed-off-by: Andrew Purtell <[email protected]>
…d blocking file count (apache#3652) Signed-off-by: Andrew Purtell <[email protected]> (cherry picked from commit 2af6bb7) Change-Id: Ifdd4a18c23fe50cf55879d92dfb14e87b7a68c0e
…configed blocking file count