[jira] [Updated] (HBASE-27872) xerial's snappy-java requires GLIBC >= 2.32

2023-05-17 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-27872: Description: We need to add a native library load check with a helpful error

[jira] [Updated] (HBASE-27872) xerial's snappy-java requires GLIBC >= 2.32

2023-05-17 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-27872: Fix Version/s: 2.6.0 3.0.0-alpha-4 > xerial's snappy-java

[jira] [Created] (HBASE-27872) xerial's snappy-java requires GLIBC >= 2.32

2023-05-17 Thread Andrew Kyle Purtell (Jira)
Andrew Kyle Purtell created HBASE-27872: --- Summary: xerial's snappy-java requires GLIBC >= 2.32 Key: HBASE-27872 URL: https://issues.apache.org/jira/browse/HBASE-27872 Project: HBase

[GitHub] [hbase] NihalJain commented on a diff in pull request #5229: HBASE-27793 Make HBCK be able to report unknown servers

2023-05-17 Thread via GitHub
NihalJain commented on code in PR #5229: URL: https://github.com/apache/hbase/pull/5229#discussion_r1197361363 ## hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java: ## @@ -707,6 +709,18 @@ public int onlineConsistencyRepair() throws IOException,

[GitHub] [hbase] Apache-HBase commented on pull request #5204: HBASE-27811 Enable cache control for logs endpoint and set max age as 0

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5204: URL: https://github.com/apache/hbase/pull/5204#issuecomment-1552215351 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 3s |

[GitHub] [hbase] Apache-HBase commented on pull request #5204: HBASE-27811 Enable cache control for logs endpoint and set max age as 0

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5204: URL: https://github.com/apache/hbase/pull/5204#issuecomment-1552189742 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 29s |

[GitHub] [hbase] Apache-HBase commented on pull request #5242: HBASE-27870 Eliminate the 'WARNING: package jdk.internal.util.random …

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5242: URL: https://github.com/apache/hbase/pull/5242#issuecomment-1552170238 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 27s |

[GitHub] [hbase] virajjasani commented on a diff in pull request #5240: HBASE-27843 If moveAndClose fails HFileArchiver should delete any incomplete archive side changes

2023-05-17 Thread via GitHub
virajjasani commented on code in PR #5240: URL: https://github.com/apache/hbase/pull/5240#discussion_r1197081760 ## hbase-server/src/main/java/org/apache/hadoop/hbase/backup/HFileArchiver.java: ## @@ -569,8 +569,17 @@ private static boolean resolveAndArchiveFile(Path

[GitHub] [hbase] Apache-HBase commented on pull request #5242: HBASE-27870 Eliminate the 'WARNING: package jdk.internal.util.random …

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5242: URL: https://github.com/apache/hbase/pull/5242#issuecomment-1552122625 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 13s |

[GitHub] [hbase] Apache-HBase commented on pull request #5232: HBASE-27859:HMaster.getCompactionState can happen NPE when region state is closed

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5232: URL: https://github.com/apache/hbase/pull/5232#issuecomment-1551924817 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 56s |

[GitHub] [hbase] Apache-HBase commented on pull request #5204: HBASE-27811 Enable cache control for logs endpoint and set max age as 0

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5204: URL: https://github.com/apache/hbase/pull/5204#issuecomment-1551923191 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 23s |

[GitHub] [hbase] Apache-HBase commented on pull request #5232: HBASE-27859:HMaster.getCompactionState can happen NPE when region state is closed

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5232: URL: https://github.com/apache/hbase/pull/5232#issuecomment-1551914320 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 24s |

[GitHub] [hbase] Apache-HBase commented on pull request #5229: HBASE-27793 Make HBCK be able to report unknown servers

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5229: URL: https://github.com/apache/hbase/pull/5229#issuecomment-1551881520 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 52s |

[GitHub] [hbase] ydodeja365 commented on a diff in pull request #5204: HBASE-27811 Enable cache control for logs endpoint and set max age as 0

2023-05-17 Thread via GitHub
ydodeja365 commented on code in PR #5204: URL: https://github.com/apache/hbase/pull/5204#discussion_r1196866892 ## src/main/asciidoc/_chapters/security.adoc: ## @@ -71,6 +71,19 @@ See Nick Dimiduk's contribution on this link:http://stackoverflow.com/questions/ If you know how

[GitHub] [hbase] Apache-HBase commented on pull request #5229: HBASE-27793 Make HBCK be able to report unknown servers

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5229: URL: https://github.com/apache/hbase/pull/5229#issuecomment-1551794683 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 30s |

[GitHub] [hbase] Apache-HBase commented on pull request #5241: HBASE-27871 Meta replication stuck forever if wal it's still reading gets rolled and deleted

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5241: URL: https://github.com/apache/hbase/pull/5241#issuecomment-1551774205 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 39s |

[GitHub] [hbase] Apache-HBase commented on pull request #5241: HBASE-27871 Meta replication stuck forever if wal it's still reading gets rolled and deleted

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5241: URL: https://github.com/apache/hbase/pull/5241#issuecomment-1551746737 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 35s |

[GitHub] [hbase] Apache-HBase commented on pull request #5241: HBASE-27871 Meta replication stuck forever if wal it's still reading gets rolled and deleted

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5241: URL: https://github.com/apache/hbase/pull/5241#issuecomment-1551740031 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 0s |

[GitHub] [hbase] Apache-HBase commented on pull request #5226: [Draft] HBASE-27798: Client side should back off based on wait interval in RpcThrottlingException

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5226: URL: https://github.com/apache/hbase/pull/5226#issuecomment-1551736973 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 56s |

[GitHub] [hbase] Apache-HBase commented on pull request #5226: [Draft] HBASE-27798: Client side should back off based on wait interval in RpcThrottlingException

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5226: URL: https://github.com/apache/hbase/pull/5226#issuecomment-1551719402 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 39s |

[GitHub] [hbase] Apache-HBase commented on pull request #5226: [Draft] HBASE-27798: Client side should back off based on wait interval in RpcThrottlingException

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5226: URL: https://github.com/apache/hbase/pull/5226#issuecomment-1551714638 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 21s |

[GitHub] [hbase] Apache-HBase commented on pull request #5232: HBASE-27859:HMaster.getCompactionState can happen NPE when region state is closed

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5232: URL: https://github.com/apache/hbase/pull/5232#issuecomment-1551683581 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 45s |

[GitHub] [hbase] Apache-HBase commented on pull request #5242: HBASE-27870 Eliminate the 'WARNING: package jdk.internal.util.random …

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5242: URL: https://github.com/apache/hbase/pull/5242#issuecomment-1551674270 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 25s |

[GitHub] [hbase] wchevreuil commented on a diff in pull request #5241: HBASE-27871 Meta replication stuck forever if wal it's still reading gets rolled and deleted

2023-05-17 Thread via GitHub
wchevreuil commented on code in PR #5241: URL: https://github.com/apache/hbase/pull/5241#discussion_r1196748734 ## hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/WALEntryStream.java: ## @@ -124,7 +124,7 @@ public enum HasNext { * You can call

[GitHub] [hbase] Apache-HBase commented on pull request #5225: HBASE-27848:Should fast-fail if unmatched column family exists when using ImportTsv

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5225: URL: https://github.com/apache/hbase/pull/5225#issuecomment-1551643599 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 6m 16s |

[GitHub] [hbase] Apache-HBase commented on pull request #5225: HBASE-27848:Should fast-fail if unmatched column family exists when using ImportTsv

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5225: URL: https://github.com/apache/hbase/pull/5225#issuecomment-1551640767 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 25s |

[GitHub] [hbase] Apache-HBase commented on pull request #5225: HBASE-27848:Should fast-fail if unmatched column family exists when using ImportTsv

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5225: URL: https://github.com/apache/hbase/pull/5225#issuecomment-1551639331 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 4m 29s |

[GitHub] [hbase] Apache-HBase commented on pull request #5241: HBASE-27871 Meta replication stuck forever if wal it's still reading gets rolled and deleted

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5241: URL: https://github.com/apache/hbase/pull/5241#issuecomment-1551619390 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 52s |

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #118: HBASE-27829 Introduce build for `kuttl` image, basis for dev/test environment

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #118: URL: https://github.com/apache/hbase-operator-tools/pull/118#issuecomment-1551612718 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec |

[GitHub] [hbase] Apache9 commented on a diff in pull request #5241: HBASE-27871 Meta replication stuck forever if wal it's still reading gets rolled and deleted

2023-05-17 Thread via GitHub
Apache9 commented on code in PR #5241: URL: https://github.com/apache/hbase/pull/5241#discussion_r1196702748 ## hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/WALEntryStream.java: ## @@ -124,7 +124,7 @@ public enum HasNext { * You can call

[GitHub] [hbase] Apache-HBase commented on pull request #5241: HBASE-27871 Meta replication stuck forever if wal it's still reading gets rolled and deleted

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5241: URL: https://github.com/apache/hbase/pull/5241#issuecomment-1551599908 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 24s |

[GitHub] [hbase] Apache-HBase commented on pull request #5241: HBASE-27871 Meta replication stuck forever if wal it's still reading gets rolled and deleted

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5241: URL: https://github.com/apache/hbase/pull/5241#issuecomment-1551589892 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 2s |

[GitHub] [hbase] guluo2016 closed pull request #5235: HBASE-27862:HMaster.getCompactionState's return result about table compaction state is not quite right

2023-05-17 Thread via GitHub
guluo2016 closed pull request #5235: HBASE-27862:HMaster.getCompactionState's return result about table compaction state is not quite right URL: https://github.com/apache/hbase/pull/5235 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Work started] (HBASE-27871) Meta replication stuck forever if wal it's still reading gets rolled and deleted

2023-05-17 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-27871 started by Wellington Chevreuil. > Meta replication stuck forever if wal it's still reading

[jira] [Created] (HBASE-27871) Meta replication stuck forever if wal it's still reading gets rolled and deleted

2023-05-17 Thread Wellington Chevreuil (Jira)
Wellington Chevreuil created HBASE-27871: Summary: Meta replication stuck forever if wal it's still reading gets rolled and deleted Key: HBASE-27871 URL: https://issues.apache.org/jira/browse/HBASE-27871

[jira] [Updated] (HBASE-27871) Meta replication stuck forever if wal it's still reading gets rolled and deleted

2023-05-17 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-27871: - Affects Version/s: 2.6.0 > Meta replication stuck forever if wal it's still

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #118: HBASE-27829 Introduce build for `kuttl` image, basis for dev/test environment

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #118: URL: https://github.com/apache/hbase-operator-tools/pull/118#issuecomment-1551525149 (!) A patch to the testing environment has been detected. Re-executing against the patched versions to perform further tests. The console is at

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #118: HBASE-27829 Introduce build for `kuttl` image, basis for dev/test environment

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #118: URL: https://github.com/apache/hbase-operator-tools/pull/118#issuecomment-1551517109 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec |

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #118: HBASE-27829 Introduce build for `kuttl` image, basis for dev/test environment

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #118: URL: https://github.com/apache/hbase-operator-tools/pull/118#issuecomment-1551495785 (!) A patch to the testing environment has been detected. Re-executing against the patched versions to perform further tests. The console is at

[GitHub] [hbase] Apache-HBase commented on pull request #5229: HBASE-27793 Make HBCK be able to report unknown servers

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #5229: URL: https://github.com/apache/hbase/pull/5229#issuecomment-1551462619 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m 5s |

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #118: HBASE-27829 Introduce build for `kuttl` image, basis for dev/test environment

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #118: URL: https://github.com/apache/hbase-operator-tools/pull/118#issuecomment-1551459357 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec |

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #118: HBASE-27829 Introduce build for `kuttl` image, basis for dev/test environment

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #118: URL: https://github.com/apache/hbase-operator-tools/pull/118#issuecomment-1551442438 (!) A patch to the testing environment has been detected. Re-executing against the patched versions to perform further tests. The console is at

[jira] [Created] (HBASE-27870) Eliminate the 'WARNING: package jdk.internal.util.random not in java.base' when running UTs with jdk11

2023-05-17 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-27870: - Summary: Eliminate the 'WARNING: package jdk.internal.util.random not in java.base' when running UTs with jdk11 Key: HBASE-27870 URL: https://issues.apache.org/jira/browse/HBASE-27870

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #118: HBASE-27829 Introduce build for `kuttl` image, basis for dev/test environment

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #118: URL: https://github.com/apache/hbase-operator-tools/pull/118#issuecomment-1551310921 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec |

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #118: HBASE-27829 Introduce build for `kuttl` image, basis for dev/test environment

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #118: URL: https://github.com/apache/hbase-operator-tools/pull/118#issuecomment-1551296608 (!) A patch to the testing environment has been detected. Re-executing against the patched versions to perform further tests. The console is at

[jira] [Commented] (HBASE-27451) Setup nightly job for s390x node

2023-05-17 Thread Jonathan Albrecht (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17723435#comment-17723435 ] Jonathan Albrecht commented on HBASE-27451: --- [~zhangduo] it looks like

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #118: HBASE-27829 Introduce build for `kuttl` image, basis for dev/test environment

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #118: URL: https://github.com/apache/hbase-operator-tools/pull/118#issuecomment-1551258835 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec |

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #118: HBASE-27829 Introduce build for `kuttl` image, basis for dev/test environment

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #118: URL: https://github.com/apache/hbase-operator-tools/pull/118#issuecomment-1551247167 (!) A patch to the testing environment has been detected. Re-executing against the patched versions to perform further tests. The console is at

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #118: HBASE-27829 Introduce build for `kuttl` image, basis for dev/test environment

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #118: URL: https://github.com/apache/hbase-operator-tools/pull/118#issuecomment-1551246328 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec |

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #118: HBASE-27829 Introduce build for `kuttl` image, basis for dev/test environment

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #118: URL: https://github.com/apache/hbase-operator-tools/pull/118#issuecomment-1551233238 (!) A patch to the testing environment has been detected. Re-executing against the patched versions to perform further tests. The console is at

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #118: HBASE-27829 Introduce build for `kuttl` image, basis for dev/test environment

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #118: URL: https://github.com/apache/hbase-operator-tools/pull/118#issuecomment-1551212654 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec |

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #118: HBASE-27829 Introduce build for `kuttl` image, basis for dev/test environment

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #118: URL: https://github.com/apache/hbase-operator-tools/pull/118#issuecomment-1551212121 (!) A patch to the testing environment has been detected. Re-executing against the patched versions to perform further tests. The console is at

[GitHub] [hbase] NihalJain commented on a diff in pull request #5204: HBASE-27811 Enable cache control for logs endpoint and set max age as 0

2023-05-17 Thread via GitHub
NihalJain commented on code in PR #5204: URL: https://github.com/apache/hbase/pull/5204#discussion_r1196296246 ## src/main/asciidoc/_chapters/security.adoc: ## @@ -71,6 +71,19 @@ See Nick Dimiduk's contribution on this link:http://stackoverflow.com/questions/ If you know how

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #118: HBASE-27829 Introduce build for `kuttl` image, basis for dev/test environment

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #118: URL: https://github.com/apache/hbase-operator-tools/pull/118#issuecomment-1551044799 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec |

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #118: HBASE-27829 Introduce build for `kuttl` image, basis for dev/test environment

2023-05-17 Thread via GitHub
Apache-HBase commented on PR #118: URL: https://github.com/apache/hbase-operator-tools/pull/118#issuecomment-1551030809 (!) A patch to the testing environment has been detected. Re-executing against the patched versions to perform further tests. The console is at