Istvan Toth created HBASE-29612: ----------------------------------- Summary: Remove HBaseTestingUtil.forceChangeTaskLogDir Key: HBASE-29612 URL: https://issues.apache.org/jira/browse/HBASE-29612 Project: HBase Issue Type: Improvement Reporter: Istvan Toth Assignee: Istvan Toth
HBaseTestingUtil.forceChangeTaskLogDir is meant to make it possible to run multiple MR miniclusters. It relies on modifying a static final member in a Hadoop class, which no longer works with Java 21. Fortunately, we don't actually need that functionality as HBase tests never start start more than one MR minicluster. -- This message was sent by Atlassian Jira (v8.20.10#820010)