apurtell commented on PR #6383: URL: https://github.com/apache/hbase/pull/6383#issuecomment-2429681770
This failure I noticed locally overnight too... [ERROR] org.apache.hadoop.hbase.master.procedure.TestTruncateRegionProcedure.testTruncateRegionProcedureErrorWhenSpecifiedReplicaRegionID [ERROR] Run 1: TestTruncateRegionProcedure.testTruncateRegionProcedureErrorWhenSpecifiedReplicaRegionID » IO java.lang.Exception: java.lang.AssertionError: Can't truncate replicas directly. Replicas are auto-truncated when their primary is truncated. [ERROR] Run 2: TestTruncateRegionProcedure.testTruncateRegionProcedureErrorWhenSpecifiedReplicaRegionID » IO java.lang.Exception: java.lang.AssertionError: Can't truncate replicas directly. Replicas are auto-truncated when their primary is truncated. [ERROR] Run 3: TestTruncateRegionProcedure.testTruncateRegionProcedureErrorWhenSpecifiedReplicaRegionID » IO java.lang.Exception: java.lang.AssertionError: Can't truncate replicas directly. Replicas are auto-truncated when their primary is truncated. The changes to TruncateRegionProcedure are new in this patch as of yesterday when I ported our internal patch to this PR. We don't have this in branch-2.5 so don't have this change internally. Need to look at this. The Spotbugs issue is arguable but I won't argue with it. It is my style to have switch statements where one case falls through to the next case deliberately. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org