Uh oh!
There was an error while loading. Please reload this page.
HBASE-25907 Move StoreFlushContext out of HStore and make it pluggable - #3298
Conversation
Change-Id: I7963a0dc65033515c1baeb4a4302f80765153635
Apache-HBase
commented
May 24, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 24, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 24, 2021
🎊 +1 overall
This message was automatically generated. |
| @@ -0,0 +1,183 @@ | |||
| /* | |||
| * | |||
| return flushContextClass.getConstructor(HStore.class, Long.class, FlushLifeCycleTracker.class) | ||
| .newInstance(this, cacheFlushId, tracker); |
There was a problem hiding this comment.
Do you think it would be cleaner to move this into an init() method rather than using reflection on the constructor?
Uh oh!
There was an error while loading. Please reload this page.
Change-Id: I232a805e81e4ef0a85f980e2d1503f3cf4cfe204
joshelser
left a comment
There was a problem hiding this comment.
Talked to Wellington in chat -- he said that my ask to refactor the StoreFlushContext to use Store instead of HStore would be a quite a bit of work.
I do think that's a good thing to do long-term, but it's not the most urgent at this moment. I'm ok to defer that for now.
Apache-HBase
commented
May 25, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 25, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 25, 2021
💔 -1 overall
This message was automatically generated. |
Change-Id: I492e59dd0b0f61fc4aebe9a020b4d2b679081ed5
Apache-HBase
commented
May 26, 2021
💔 -1 overall
This message was automatically generated. |
Change-Id: I8e66c65a5d32e583038ab2e6b75803934e2c0f63
Apache-HBase
commented
May 26, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 26, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 26, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 26, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 26, 2021
💔 -1 overall
This message was automatically generated. |
wchevreuil
commented
May 26, 2021
The previous UT failure was a flakey, have it passing locally. |
We need this to conduct other tasks related to flush without renames.