[ 
https://issues.apache.org/jira/browse/TAJO-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15048255#comment-15048255
 ] 

ASF GitHub Bot commented on TAJO-2014:
--------------------------------------

GitHub user jinossy opened a pull request:

    https://github.com/apache/tajo/pull/905

    TAJO-2014: TestRpcClientManager fails occasionally.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jinossy/tajo TAJO-2014

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/905.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #905
    
----
commit 5177fde4176b8f86fd8faf27d304f862520aa4c4
Author: Jinho Kim <[email protected]>
Date:   2015-12-09T08:07:02Z

    TAJO-2014: TestRpcClientManager fails occasionally.

----


> 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)

Reply via email to