Jinho Kim created TAJO-2014:
-------------------------------
Summary: TestRpcClientManager fails occasionally
Key: TAJO-2014
URL: https://issues.apache.org/jira/browse/TAJO-2014
Project: Tajo
Issue Type: Bug
Components: RPC, Unit Test
Affects Versions: 0.11.0
Reporter: Jinho Kim
Assignee: Jinho Kim
Fix For: 0.12.0, 0.11.1
CloseListener can be registered to closed channel when reconnecting
Here is the log
{noformat}
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.tajo.rpc.TestRpcClientManager.testClientCloseEventWithReconnect(TestRpcClientManager.java:133)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)