Lukasz Gajowy created BEAM-5886:
-----------------------------------
Summary: Nexmark failing due to IllegalStateException
Key: BEAM-5886
URL: https://issues.apache.org/jira/browse/BEAM-5886
Project: Beam
Issue Type: Task
Components: test-failures, testing
Reporter: Lukasz Gajowy
Assignee: Lukasz Gajowy
Nexmark fails due to the following error:
{code:java}
java.lang.RuntimeException: java.lang.IllegalStateException: More than one
metric matches name: fatal in namespace Query0.
13:05:49 0012 *** not run ***
13:05:49
==========================================================================================
13:05:49 at org.apache.beam.sdk.nexmark.Main.runAll(Main.java:144)
13:05:49
13:05:49 at org.apache.beam.sdk.nexmark.Main.main(Main.java:477)
13:05:49 Caused by: java.lang.IllegalStateException: More than one metric
matches name: fatal in namespace Query0.
13:05:49 at
org.apache.beam.repackaged.beam_sdks_java_test_utils.com.google.common.base.Preconditions.checkState(Preconditions.java:444)
13:05:49 at
org.apache.beam.sdk.testutils.metrics.MetricsReader.checkIfMetricResultIsUnique(MetricsReader.java:127)
13:05:49 at
org.apache.beam.sdk.testutils.metrics.MetricsReader.getCounterMetric(MetricsReader.java:65)
13:05:49 at
org.apache.beam.sdk.nexmark.NexmarkLauncher.monitor(NexmarkLauncher.java:447)
13:05:49 at
org.apache.beam.sdk.nexmark.NexmarkLauncher.run(NexmarkLauncher.java:1156)
13:05:49 at org.apache.beam.sdk.nexmark.Main$Run.call(Main.java:108)
13:05:49 at org.apache.beam.sdk.nexmark.Main$Run.call(Main.java:96)
13:05:49 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
13:05:49 at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
13:05:49 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
13:05:49 at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
13:05:49 at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
13:05:49 at java.lang.Thread.run(Thread.java:748)
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)