Uh oh!
There was an error while loading. Please reload this page.
HBASE-28448 CompressionTest hangs when run over a Ozone ofs path - #5771
Conversation
Change-Id: I92fdc0d1ceda10b25a1b7469b49e14a25f3a10bd
Apache-HBase
commented
Mar 22, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 22, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 22, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 22, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 22, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 22, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 22, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 22, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 26, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 27, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 27, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 27, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 27, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 27, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 27, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 28, 2024
🎊 +1 overall
This message was automatically generated. |
jojochuang
commented
Apr 2, 2024
TestRollbackSCP passed in my local tree so i'll just retrigger and hope it passed this time. |
Apache-HBase
commented
Apr 2, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 2, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 3, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 3, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 3, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 3, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 3, 2024
🎊 +1 overall
This message was automatically generated. |
jojochuang
commented
Apr 3, 2024
UT looks quite unstable. Repeated several times and some of them are still failing. I'm sure it's not related to this PR and the failures aren't reproducible in my local tree. |
Apache-HBase
commented
Apr 4, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 4, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 4, 2024
💔 -1 overall
This message was automatically generated. |
stoty
left a comment
There was a problem hiding this comment.
+1 LGTM
Nit: Maybe add a comment referring HDDS-10564 ?
jojochuang
commented
Apr 9, 2024
This bug was found via Apache Ozone HDDS-10564 PR apache/ozone#6418 |
jojochuang
commented
Apr 9, 2024
Thanks @stoty ! |
…che#5771) This bug was found via HDDS-10564.
…fs path (apache#5771) This bug was found via HDDS-10564. Change-Id: Ibd5bffefab03817cb6da91efc8036b95bddcfb14
CompressionTest should close the FileSystem object otherwise some resources may not be released, which caused an Ozone output stream user thread to hang.
Deployed on a cluster, ran the same command
hbase org.apache.hadoop.hbase.util.CompressionTest ofs://ozone/vol1/bucket1/test_file.txt snappyto verify it no longer hangs on an Ozone path.