Nick Dimiduk
Nick Dimiduk
In fact, jenkins doesn't tell us which of these failed runs is the output we have in the unit test summary. ``` [ERROR] Errors: [ERROR] org.apache.hadoop.hbase.master.cleaner.TestCleanerChore.null [ERROR] Run 1: TestCleanerChore.retriesIOExceptionInStatus:171...
There is still a race. ``` [ERROR] org.apache.hadoop.hbase.master.cleaner.TestCleanerChore Time elapsed: 779.999 s
Transitive hull of the new dependencies. Should we be shading these? ``` [INFO] +- io.kubernetes:client-java:jar:17.0.0:test [INFO] | +- io.prometheus:simpleclient:jar:0.15.0:test [INFO] | | +- io.prometheus:simpleclient_tracer_otel:jar:0.15.0:test [INFO] | | | \- io.prometheus:simpleclient_tracer_common:jar:0.15.0:test...
I agree that there is a longer arch of a discussion re: HBase and a container runtime platform like Kubernetes. I believe that Kubernetes implements its own form of chaos,...
Rebased and PR feedback. These changes are untested.
That's a good point @bbeaudreault . I wonder if the current ssh-based ClusterManager can be coerced into running `kubectl exec` instead of `ssh`.
Still an issue. Ventoy `1.1.05` and `fedora-coreos-41.20250315.3.0-live.x86_64`.
FYI @busbey
Heya @tomasbanet do you have a Jira ID? I'll need an ID in our Jira system in order to assign this contribution to you. If you do not, please make...
> The upper layer will not call abortWriter when closeWriter throws exception? Strange... Nope, seems it does not.