Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shutdown triggers exception #49

Closed
criccomini opened this issue Jan 20, 2015 · 2 comments
Closed

Shutdown triggers exception #49

criccomini opened this issue Jan 20, 2015 · 2 comments
Assignees
Labels

Comments

@criccomini
Copy link

Occasionally, when Zopkio is shutting down after a test run, I see a stack trace at the very end of the execution.

Exception in thread Thread-33 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 808, in __bootstrap_inner
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 761, in run
  File "/tmp/samza-tests/samza-integration-tests/lib/python2.7/site-packages/kafka/util.py", line 108, in _timer
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 618, in wait
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 354, in wait
<type 'exceptions.TypeError'>: 'NoneType' object is not callable

Everything appears to work. The report shows up in the browser with expected results. There's just an odd stack trace at the end.

@criccomini
Copy link
Author

This could be a problem with Samza's Kafka consumer/producer usage, rather than a problem with Zopkio.

@criccomini criccomini added the bug label Jan 20, 2015
@criccomini
Copy link
Author

Though, I think I've seen the issue with a non-Kafka stack trace as well. I'll keep my eye out.

@arpras arpras self-assigned this Jan 3, 2016
@arpras arpras closed this as completed Jan 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants