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

ctrl-c does not seem to terminate all studio CLI services #359

Open
vince-leaf opened this issue Nov 16, 2018 · 0 comments
Open

ctrl-c does not seem to terminate all studio CLI services #359

vince-leaf opened this issue Nov 16, 2018 · 0 comments

Comments

@vince-leaf
Copy link

vince-leaf commented Nov 16, 2018

When using CTRL-C on some occasions not all of the threads within the python CLI are shutdown causing the CLI to remain partial running. An additional CTRL-C will remove the remaining threads and terminate the CLI.

2018-11-15 08:26:15 INFO   CompletionService - Studioml completion service shutting down
2018-11-15 08:26:15 INFO   RabbitMQShutdown - Initiating RMQ cleanup for queue rmq_vnguyen_rBranch_LEAF67_integration_textclassifier
2018-11-15 08:26:15 INFO   RabbitMQShutdown - RMQ cleanup started
2018-11-15 08:26:15 INFO   RabbitMQShutdown - RMQ connected
2018-11-15 08:26:15 INFO   RabbitMQShutdown - Bound StudioML.topic to rmq_vnguyen_rBranch_LEAF67_integration_textclassifier with StudioML.rmq_vnguyen_rBranch_LEAF67_integration_textclassifier
2018-11-15 08:26:15 INFO   RabbitMQShutdown - queue rmq_vnguyen_rBranch_LEAF67_integration_textclassifier purged.
2018-11-15 08:26:15 INFO   RabbitMQShutdown - Unbound StudioML.topic from rmq_vnguyen_rBranch_LEAF67_integration_textclassifier with StudioML.rmq_vnguyen_rBranch_LEAF67_integration_textclassifier
2018-11-15 08:26:15 INFO   RabbitMQShutdown - Deleted queue rmq_vnguyen_rBranch_LEAF67_integration_textclassifier
2018-11-15 08:26:15 INFO   RabbitMQShutdown - stopping
2018-11-15 08:26:15 INFO   RabbitMQShutdown - closing the channel
2018-11-15 08:26:15 INFO   RabbitMQShutdown - closing connection
2018-11-15 08:26:15 INFO   RabbitMQShutdown - channel closed 0 
2018-11-15 08:26:15 INFO   RabbitMQShutdown - RMQ stopped
2018-11-15 08:26:16 INFO   MinioShutdown - Initiating minio cleanup for target storage
2018-11-15 08:26:18 INFO   MinioShutdown - Initiating minio cleanup for target database
Shutting down completion service...
Shutdown completion service with following signal: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant