You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Stephen Mallette (Jira)" <ji...@apache.org> on 2021/04/20 19:28:00 UTC

[jira] [Commented] (TINKERPOP-2484) Python IOLoop close errors

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

Stephen Mallette commented on TINKERPOP-2484:
---------------------------------------------

Fixed on TINKERPOP-2546

> Python  IOLoop close errors
> ---------------------------
>
>                 Key: TINKERPOP-2484
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2484
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: python
>    Affects Versions: 3.5.0
>            Reporter: Stephen Mallette
>            Assignee: Stephen Mallette
>            Priority: Blocker
>             Fix For: 3.5.0
>
>
> When building gremlin-python on {{master}} there are a number of error messages in the logs when the tests complete - they look like this:
> {code}
>      [exec] ERROR:asyncio:Task was destroyed but it is pending!
>      [exec] task: <Task pending coro=<WebSocketProtocol13._receive_frame_loop() done, defined at /home/smallette/git/apache/tinkerpop/gremlin-python/target/python3/env/lib/python3.6/site-packages/tornado-6.1-py3.6-linux-x86_64.egg/tornado/websocket.py:1113> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7fa0e9f88108>()]> cb=[IOLoop.add_future.<locals>.<lambda>() at /home/smallette/git/apache/tinkerpop/gremlin-python/target/python3/env/lib/python3.6/site-packages/tornado-6.1-py3.6-linux-x86_64.egg/tornado/ioloop.py:688]>
>      [exec] ERROR:asyncio:Task was destroyed but it is pending!
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)