Uh oh!
There was an error while loading. Please reload this page.
HBASE-24404 Support flush a single column family of region - #2032
Conversation
Apache-HBase
commented
Jul 7, 2020
💔 -1 overall
This message was automatically generated. |
wchevreuil
left a comment
There was a problem hiding this comment.
Looks a great additional function. How about also allow for flushing a specific column family among all regions within a table? It could be another jira/PR if you feel better to keep separate work.
Flush table was implemented by a different way that through execProcedure(use pv1), i prefer to do it in a separate jira. |
Apache-HBase
commented
Jul 7, 2020
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 7, 2020
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 7, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 7, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 7, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 7, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 7, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 7, 2020
🎊 +1 overall
This message was automatically generated. |
Indeed, it's more complex than I originally thought. Let's keep discussing it on the other jira. I think this one is good to go, after fixing the latest javadoc issues. |
The javadoc issues also exist in master, is this a bug of jdk11? See https://bugs.openjdk.java.net/browse/JDK-8212233. There is a workaround in project commons-pool, can we do as same way? Thanks. @wchevreuil |
wchevreuil
commented
Jul 10, 2020
No, let's leave as it is. Am going to merge it now. |
No description provided.