-
Notifications
You must be signed in to change notification settings - Fork 173
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
docker stats race condition #4549
Comments
cgtexmex
pushed a commit
to cgtexmex/vic
that referenced
this issue
Apr 4, 2017
In some cases a race could be encountered when executing docker stats. The race would result in an orphaned go routine that would be a memory leak. This change fixes that issue as well as increases the unit testing coverage. Fixes vmware#4549
cgtexmex
pushed a commit
to cgtexmex/vic
that referenced
this issue
Apr 5, 2017
In some cases a race could be encountered when executing docker stats. The race would result in an orphaned go routine that would be a memory leak. In addition if stats --no-stream -all was requested the persona would hang on any stopped containers. Stats now will consider the container state when processing these requests. Finally, the unit testing coverage was increased to just over 90%. Fixes vmware#4549, vmware#4585
cgtexmex
pushed a commit
to cgtexmex/vic
that referenced
this issue
Apr 6, 2017
In some cases a race could be encountered when executing docker stats. The race would result in an orphaned go routine that would be a memory leak. In addition if stats --no-stream -all was requested the persona would hang on any stopped containers. Stats now will consider the container state when processing these requests. Finally, the unit testing coverage was increased to just over 90%. Fixes vmware#4549, vmware#4585
cgtexmex
pushed a commit
to cgtexmex/vic
that referenced
this issue
Apr 6, 2017
In some cases a race could be encountered when executing docker stats. The race would result in an orphaned go routine that would be a memory leak. In addition if stats --no-stream -all was requested the persona would hang on any stopped containers. Stats now will consider the container state when processing these requests. Finally, the unit testing coverage was increased to just over 90%. Fixes vmware#4549, vmware#4585
cgtexmex
pushed a commit
to cgtexmex/vic
that referenced
this issue
Apr 6, 2017
In some cases a race could be encountered when executing docker stats. The race would result in an orphaned go routine that would be a memory leak. In addition if stats --no-stream -all was requested the persona would hang on any stopped containers. Stats now will consider the container state when processing these requests. Finally, the unit testing coverage was increased to just over 90% Fixes vmware#4549, vmware#4585
cgtexmex
pushed a commit
to cgtexmex/vic
that referenced
this issue
Apr 6, 2017
In some cases a race could be encountered when executing docker stats. The race would result in an orphaned go routine that would be a memory leak. In addition if stats --no-stream -all was requested the persona would hang on any stopped containers. Stats now will consider the container state when processing these requests. Finally, the unit testing coverage was increased to just over 90% Fixes vmware#4549, vmware#4585
cgtexmex
pushed a commit
to cgtexmex/vic
that referenced
this issue
Apr 6, 2017
In some cases a race could be encountered when executing docker stats. The race would result in an orphaned go routine that would be a memory leak. In addition if stats --no-stream -all was requested the persona would hang on any stopped containers. Stats now will consider the container state when processing these requests. Finally, the unit testing coverage was increased to just over 90% and integration tests were created. Fixes vmware#4549, vmware#4585, vmware#4421
cgtexmex
pushed a commit
to cgtexmex/vic
that referenced
this issue
Apr 8, 2017
In some cases a race could be encountered when executing docker stats. The race would result in an orphaned go routine that would be a memory leak. In addition if stats --no-stream -all was requested the persona would hang on any stopped containers. Stats now will consider the container state when processing these requests. Finally, the unit testing coverage was increased to just over 90% and integration tests were created. Fixes vmware#4549, vmware#4585, vmware#4421
cgtexmex
pushed a commit
to cgtexmex/vic
that referenced
this issue
Apr 8, 2017
In some cases a race could be encountered when executing docker stats. The race would result in an orphaned go routine that would be a memory leak. In addition if stats --no-stream -all was requested the persona would hang on any stopped containers. Stats now will consider the container state when processing these requests. Finally, the unit testing coverage was increased to just over 90% and integration tests were created. Fixes vmware#4549, vmware#4585, vmware#4421
cgtexmex
pushed a commit
to cgtexmex/vic
that referenced
this issue
Apr 10, 2017
In some cases a race could be encountered when executing docker stats. The race would result in an orphaned go routine that would be a memory leak. In addition if stats --no-stream -all was requested the persona would hang on any stopped containers. Stats now will consider the container state when processing these requests. Finally, the unit testing coverage was increased to just over 90% and integration tests were created. Fixes vmware#4549, vmware#4585, vmware#4421
cgtexmex
pushed a commit
to cgtexmex/vic
that referenced
this issue
Apr 10, 2017
In some cases a race could be encountered when executing docker stats. The race would result in an orphaned go routine that would be a memory leak. In addition if stats --no-stream -all was requested the persona would hang on any stopped containers. Stats now will consider the container state when processing these requests. Finally, the unit testing coverage was increased to just over 90% and integration tests were created. Fixes vmware#4549, vmware#4585, vmware#4421
cgtexmex
pushed a commit
to cgtexmex/vic
that referenced
this issue
Apr 13, 2017
In some cases a race could be encountered when executing docker stats. The race would result in an orphaned go routine that would be a memory leak. In addition if stats --no-stream -all was requested the persona would hang on any stopped containers. Stats now will consider the container state when processing these requests. Finally, the unit testing coverage was increased to just over 90% and integration tests were created. Fixes vmware#4549, vmware#4585, vmware#4421
cgtexmex
pushed a commit
to cgtexmex/vic
that referenced
this issue
Apr 13, 2017
In some cases a race could be encountered when executing docker stats. The race would result in an orphaned go routine that would be a memory leak. In addition if stats --no-stream -all was requested the persona would hang on any stopped containers. Stats now will consider the container state when processing these requests. Finally, the unit testing coverage was increased to just over 90% and integration tests were created. Fixes vmware#4549, vmware#4585, vmware#4421
cgtexmex
pushed a commit
to cgtexmex/vic
that referenced
this issue
Apr 13, 2017
In some cases a race could be encountered when executing docker stats. The race would result in an orphaned go routine that would be a memory leak. In addition if stats --no-stream -all was requested the persona would hang on any stopped containers. Stats now will consider the container state when processing these requests. Finally, the unit testing coverage was increased to just over 90% and integration tests were created. Fixes vmware#4549, vmware#4585, vmware#4421
cgtexmex
pushed a commit
to cgtexmex/vic
that referenced
this issue
Apr 14, 2017
In some cases a race could be encountered when executing docker stats. The race would result in an orphaned go routine that would be a memory leak. In addition if stats --no-stream -all was requested the persona would hang on any stopped containers. Stats now will consider the container state when processing these requests. Finally, the unit testing coverage was increased to just over 90% and integration tests were created. Fixes vmware#4549, vmware#4585, vmware#4421
matthewavery
pushed a commit
to matthewavery/vic
that referenced
this issue
May 3, 2017
In some cases a race could be encountered when executing docker stats. The race would result in an orphaned go routine that would be a memory leak. In addition if stats --no-stream -all was requested the persona would hang on any stopped containers. Stats now will consider the container state when processing these requests. Finally, the unit testing coverage was increased to just over 90% and integration tests were created. Fixes vmware#4549, vmware#4585, vmware#4421
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When executing
docker stats
the VCH appliance might encounter a race condition that would orphan a go routine. This orphaned routine would never be garbage collected resulting in a memory leak.The text was updated successfully, but these errors were encountered: