Uh oh!
There was an error while loading. Please reload this page.
HBASE-27495 Improve HFileLinkCleaner to validate back reference links… - #4887
Conversation
… ahead the next traverse
Apache-HBase
commented
Nov 18, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 18, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 18, 2022
🎊 +1 overall
This message was automatically generated. |
taklwu
commented
Nov 18, 2022
retest |
Apache-HBase
commented
Nov 19, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 19, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 19, 2022
💔 -1 overall
This message was automatically generated. |
| private RegionInfo hriLink; | ||
| private Path archiveDir; | ||
| private Path archiveStoreDir; | ||
| private Path familyPath; |
There was a problem hiding this comment.
nit. This is only used in configureDirectoriesAndLinks, can be local.
| private String hfileLinkName; | ||
| private Path linkBackRefDir; | ||
| private Path linkBackRef; | ||
| private FileStatus[] backRefs; |
There was a problem hiding this comment.
nit. Can be a local variable. Only used in createLink.
Apache-HBase
commented
Nov 19, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 19, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 19, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 20, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 20, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 20, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 20, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 20, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 20, 2022
🎊 +1 overall
This message was automatically generated. |
… ahead the next traverse (#4887) Signed-off-by: Peter Somogyi <psomogyi@apache.org> Signed-off-by: Wellington Ramos Chevreuil <wchevreuil@apache.org>
… ahead the next traverse (#4887) Signed-off-by: Peter Somogyi <psomogyi@apache.org> Signed-off-by: Wellington Ramos Chevreuil <wchevreuil@apache.org>
… ahead the next traverse