You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread Thread-3:
Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/lib/python3.6/threading.py", line 1182, in run
self.function(*self.args, **self.kwargs)
File "/home/po-kai.chang/.local/lib/python3.6/site-packages/kafka_logger/handlers.py", line 295, in flush
self.producer.send(self.kafka_topic_name, log)
File "/home/po-kai.chang/.local/lib/python3.6/site-packages/kafka/producer/kafka.py", line 603, in send
estimated_size=message_size)
File "/home/po-kai.chang/.local/lib/python3.6/site-packages/kafka/producer/record_accumulator.py", line 247, in append
assert not self._closed, 'RecordAccumulator is closed'
AssertionError: RecordAccumulator is closed
we are getting the same exception and stack trace. it its intermittent and happens only when running in batch. its an aws sagemaker batch process. we are also using gthread; not sure if that would cause a problem with the daemon thread spawned in the handler. any thoughts???
Hi guys, we got some errors like
Any ideas?
After commenting out
kafka-logging-handler/kafka_logger/handlers.py
Line 349 in 633980c
There's no such error (and no other errors seen). Maybe this is related?
our handler's config is like
The text was updated successfully, but these errors were encountered: