Skip to content

Update fsnotify to v1.2.11#22088

Merged
LK4D4 merged 1 commit intomoby:masterfrom
amitkris:update_fsnotify
Apr 18, 2016
Merged

Update fsnotify to v1.2.11#22088
LK4D4 merged 1 commit intomoby:masterfrom
amitkris:update_fsnotify

Conversation

@amitkris
Copy link
Copy Markdown
Contributor

fsnotify has released a new version v1.2.11 which contains among other things a patch to build clean for Solaris in the form of fen.go which is a stub for FEN(File Event Notifications) framework.

This PR is to get the version of fsnotify bumped up in the Docker Engine as it is a dependency for an ongoing effort towards a native port of Docker on Solaris.

Signed-off-by: Amit Krishnan krish.amit@gmail.com

Signed-off-by: Amit Krishnan <krish.amit@gmail.com>
@thaJeztah
Copy link
Copy Markdown
Member

Failures are not related; a Jenkins plugin was updated and was incompatible; I'll restart the builds

@cpuguy83
Copy link
Copy Markdown
Member

LGTM

1 similar comment
@LK4D4
Copy link
Copy Markdown
Contributor

LK4D4 commented Apr 18, 2016

LGTM

@LK4D4 LK4D4 merged commit 2b6d7f7 into moby:master Apr 18, 2016
liusdu pushed a commit to liusdu/moby that referenced this pull request Oct 30, 2017
backport from moby#22088

Signed-off-by: Amit Krishnan <krish.amit@gmail.com>
Signed-off-by: Yuanhong Peng <pengyuanhong@huawei.com>
liusdu pushed a commit to liusdu/moby that referenced this pull request Oct 30, 2017
Fix docker logs hang

Steps to reproduce the issue:
1. Run the attached script, eventually the `docker logs -f` command will hang:

```
#!/bin/bash

while true
do
        container_id="$(docker run -d ubuntu:latest /bin/bash -e -c "echo -n \"foo\"")"
        docker logs -f "${container_id}"
done
```

fix DTS2017062809604

backport from moby#31856
backport from moby#27782
backport from moby#22088

conflicts:
        daemon/attach.go
        daemon/logs.go
        daemon/logger/journald/read.go
        daemon/logger/jsonfilelog/read.go
        daemon/logs.go

Signed-off-by: Jim Minter <jminter@redhat.com>
Signed-off-by: Tom Booth <tombooth@gmail.com>
Signed-off-by: Amit Krishnan <krish.amit@gmail.com>
Signed-off-by: Yuanhong Peng <pengyuanhong@huawei.com>



See merge request docker/docker!625
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants