Istvan Toth created YARN-11802: ---------------------------------- Summary: Avoid reflection in TestAsyncDispatcher Key: YARN-11802 URL: https://issues.apache.org/jira/browse/YARN-11802 Project: Hadoop YARN Issue Type: Bug Reporter: Istvan Toth Assignee: Istvan Toth
TestAsyncDispatcher uses reflection to access the private static final LOG field, which does not work in recent Java versions. The same can be achieved by a minor refactor of AsyncDispatcher , and subclassing it for the test. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org