Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

StreamClosedError on restart for sync client #219

Open
thinkroth opened this issue Oct 10, 2015 · 2 comments
Open

StreamClosedError on restart for sync client #219

thinkroth opened this issue Oct 10, 2015 · 2 comments

Comments

@thinkroth
Copy link
Member

StreamClosedError is raised every time we restart our flask app.

File "tchannel/tchannel.py", line 200, in call
    traceflag=traceflag,
  File "tornado/gen.py", line 870, in run
    value = future.result()
  File "tornado/concurrent.py", line 215, in result
    raise_exc_info(self._exc_info)
  File "tornado/gen.py", line 876, in run
    yielded = self.gen.throw(*exc_info)
  File "tchannel/tornado/peer.py", line 526, in send
    connection = yield peer.connect()
  File "tornado/gen.py", line 870, in run
    value = future.result()
  File "tornado/concurrent.py", line 215, in result
    raise_exc_info(self._exc_info)
  File "tornado/gen.py", line 876, in run
    yielded = self.gen.throw(*exc_info)
  File "tchannel/tornado/connection.py", line 432, in outgoing
    yield stream.connect((host, int(port)))
  File "tornado/gen.py", line 870, in run
    value = future.result()
  File "tornado/concurrent.py", line 215, in result
    raise_exc_info(self._exc_info)
  File "<string>", line 3, in raise_exc_info
@abhinav
Copy link
Contributor

abhinav commented Oct 12, 2015

Is this for the sync client?

@thinkroth
Copy link
Member Author

Yes

Sent from my iPhone 5S

On Oct 12, 2015, at 9:57 AM, Abhinav Gupta [email protected] wrote:

Is this for the sync client?


Reply to this email directly or view it on GitHub.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants