HBASE-28601 Enable setting memstore on-heap sizes in bytes#7726
HBASE-28601 Enable setting memstore on-heap sizes in bytes#7726ndimiduk merged 1 commit intoapache:masterfrom
Conversation
liuxiaocs7
commented
Feb 10, 2026
- see: HBASE-28601
|
Hi, @ndimiduk, in the runner summary(https://github.com/apache/hbase/actions/runs/21860359593?pr=7726), how can we see which ut failed, thanks! |
|
The failed units test should be mentioned in a table in the Summary of the run. It's kinda hard to find on the GitHub UI, and it appears to not render at all on mobile. I'll get you a direct link when I'm back at my desk. |
|
I thought I had added this feature along with the unit test job, but I don't see the failed tests in the summary. For now, you'll have to download the artifact from that medium test run and look for the surefire reports there. Let me see what happened to that feature in our build. |
|
I see. I'm parsing Failures but not Errors -- i.e., unit test assertions that failed, but not uncaught thrown exceptions and the like. That's an omission. |
Hi, @ndimiduk, thank you very much for your quick response. I'm relieved we've identified the underlying issue, which explains why I could sometimes see failed UTs in the Summary and sometimes not. In any case, thank you for your efforts!!! |
|
For example, in this runner job summary(https://github.com/apache/hbase/actions/runs/21894809023), we can see |
|
@ndimiduk Got it, thanks Nick! |
8f1a2a2 to
f0e48fb
Compare
|
Hi, @ndimiduk, thanks for help to retrigger the ut, medium test fails seems the first three uts below fails on my local env, maybe they need to upgrade to junit5 because they extends |
|
Let's see #7744 |
With #7744, medium test could pass(https://github.com/apache/hbase/actions/runs/21958775498?pr=7744)! |
f0e48fb to
501fb5a
Compare
|
Hi, @ndimiduk, I have rebased master and re trigger ci, failed tests seems unrelated, could you help rerun the failed jobs when free, thanks! |
I restarted the tests. |
Thanks for the help, |
501fb5a to
74d1309
Compare
|
Hi, @ndimiduk and @DieterDePaepe, could you help re-trigger the failed |
74d1309 to
35cd736
Compare
|
Hi, Nick, @ndimiduk, is this PR ready to merge now, seems failed ut are all unrelated, thanks! |
|
Hey boss. So sorry for the delay. I was out and no one picked this up. I'll take a look in a few. In the mean time, please check whether we need backports and whether the patch will cherry-pick cleanly. |
I'm very sorry to bother you. Thank you very much for your suggestion. I will continue to track whether there are conflicts and whether it can be directly backported to other active branches. |
ndimiduk
left a comment
There was a problem hiding this comment.
Sorry @liuxiaocs7 , I noticed a couple other things.
|
Hi, @PDavid, seems Yetus General Check fails during refguide generating, did I do something wrong here? Could you help take a look when free, thanks!
|
Hi @liuxiaocs7, However the log still contains these Maven warnings which I think Yetus considers as a problem: Sorry for this, this was introduced by the changes to the new documentation UI. Can you please try to rebase your branch to have this fix and see if that solves the issue? |
|
Hi, @PDavid, many thanks, updated, let's wait the CI! |
|
Thanks @liuxiaocs7 ! |
|
@liuxiaocs7 as I see the refguide check failed again in the Yetus General Check: The refguide is built quite differently now than before and our Yetus check seems to expect the old way: https://github.com/apache/hbase/blob/master/dev-support/hbase-personality.sh#L456 I think you can ignore it for now until I am able to fix this. Sorry for the hassle. |
@PDavid, got it, many thanks for your feedback! And I've verified locally that both the generated web pages and the refguide works well! |
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>


