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

[shim] Fix container logs processing #1721

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

un-def
Copy link
Collaborator

@un-def un-def commented Sep 24, 2024

As the shim creates the container with Tty: false (the default), Client.ContainerLogs returns the logs in the the multiplexed format, which requires additional processing (demultiplexing).

See ContainerLogs documentation for details.

Fixes: #1720

As the shim creates the container with Tty: false (the default),
Client.ContainerLogs returns the logs in the the multiplexed format,
which requires additional processing (demultiplexing).

See ContainerLogs documentation for details.

Fixes: #1720
@un-def
Copy link
Collaborator Author

un-def commented Sep 24, 2024

image
image

@un-def un-def merged commit 42b9bcb into master Sep 25, 2024
23 checks passed
@un-def un-def deleted the issue_1720_fix_shim_get_container_last_logs branch September 25, 2024 08:07
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

Successfully merging this pull request may close these issues.

[Bug]: dstack server fails to process a run if it failed during provision by shim
2 participants