merge -r 1375082:1375083 from trunk. FIXES: YARN-27
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1375084 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8a5ab9229d
commit
d6c75fbbb1
|
@ -238,11 +238,11 @@ public class TestQueueMetrics {
|
|||
@Test
|
||||
public void testMetricsCache() {
|
||||
MetricsSystem ms = new MetricsSystemImpl("cache");
|
||||
ms.start();
|
||||
|
||||
try {
|
||||
String p1 = "root1";
|
||||
String leafQueueName = "root1.leaf";
|
||||
ms.start();
|
||||
|
||||
QueueMetrics p1Metrics =
|
||||
QueueMetrics.forQueue(ms, p1, null, true, conf);
|
||||
|
|
Loading…
Reference in New Issue