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
When calling the list_topics() method on a Kafka Consumer object after the close() method has already been invoked, a segmentation fault occurs, causing the Python interpreter to crash and shut down the terminal. This issue was encountered in the following situation:
Steps to Reproduce:
Create and configure a Kafka Consumer object.
Call the close() method on the Consumer object.
Attempt to call list_topics() on the closed Consumer object.
Observed Behavior:
The terminal crashes and a segmentation fault error is raised. The following error log details the issue:
I also encountered a similar problem: When the kafka server is stopped for a period of time and then restarted, the python interpreter will crash abnormally. However, this situation does not necessarily occur, and I do not know the specific cause.
Description:
When calling the list_topics() method on a Kafka Consumer object after the close() method has already been invoked, a segmentation fault occurs, causing the Python interpreter to crash and shut down the terminal. This issue was encountered in the following situation:
Steps to Reproduce:
Observed Behavior:
The terminal crashes and a segmentation fault error is raised. The following error log details the issue:
Impact:
This issue results in the abrupt termination of the application and loss of any unsaved work in the IPython environment.
The text was updated successfully, but these errors were encountered: