-
Notifications
You must be signed in to change notification settings - Fork 1
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
Configure CloudWatch to count occurences of http.client.RemoteDisconnected #35
Comments
Can not find
|
The log of the controller are currently being saved to this file: |
@thomasyu888 The default logging driver used by Docker is Current default logging driver on the controller instance:
The controller currently uses
@thomasyu888 Using the logging driver |
|
@tschaffter You can also see these logs in the ELK stack. I would query against all the containers to check, I don't think it would be part of the workflow_orchestrator logs. I suspect the
Here is the query in ELK stack |
@thomasyu888 The remote disconnect error appears for two different type of containers: some container have a fully random name (red in the screenshot below) and other container names include the submission ID and |
@thomasyu888 The log below are all the log available for the container It would be informative to include in the log for this container(s) the exact curl request performed. So that we can see in the log what is the curl request that generated the remote disconnect error. More specifically, I don't know at this point whether the remote disconnect error affect the data node OR the tools OR both. |
The container runs once and is only responsible for getting the tool, each container is removed immediately after.
Unfortunately, ELK doesn't show the commands... |
Example of the complete message from the container that sends curl requests to the data node and tools:
The text was updated successfully, but these errors were encountered: