-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.1.4
-
Component/s: None
-
Labels:None
I am trying to bring commits from trunk/branch-3.2 to branch-3.1, but some of them do not compile because of the commons-logging to slf4j migration.
One of the issue is GenericTestUtils.DelayAnswer do not accept slf4j logger API.
Backport HADOOP-14624 to branch-3.1 to make backport easier. It updates the DelayAnswer signature, but it's in the test scope, so we're not really breaking backward compat.
- is related to
-
HADOOP-14624 Add GenericTestUtils.DelayAnswer that accept slf4j logger API
-
- Resolved
-