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

Flaky tests: Service "port" tests #36501

Open
thaJeztah opened this issue Mar 6, 2018 · 12 comments
Open

Flaky tests: Service "port" tests #36501

thaJeztah opened this issue Mar 6, 2018 · 12 comments
Labels
area/testing kind/bug Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed. status/needs-attention Calls for a collective discussion during a review session

Comments

@thaJeztah
Copy link
Member

thaJeztah commented Mar 6, 2018

whoops, this is actually a duplicate of #30427 (which also contains some discussion)

Seen failing on various ocassions, for example https://jenkins.dockerproject.org/job/Docker-PRs/48388/console;

00:03:29 ----------------------------------------------------------------------
00:03:29 FAIL: docker_api_swarm_service_test.go:32: DockerSwarmSuite.TestAPIServiceUpdatePort
00:03:29 
00:03:29 [d6ea06f28b948] waiting for daemon to start
00:03:29 [d6ea06f28b948] daemon started
00:03:29 
00:03:29 docker_api_swarm_service_test.go:38:
00:03:29     waitAndAssert(c, defaultReconciliationTimeout, d.CheckActiveContainerCount, checker.Equals, 1)
00:03:29 docker_utils_test.go:465:
00:03:29     c.Assert(v, checker, args...)
00:03:29 ... obtained int = 0
00:03:29 ... expected int = 1
00:03:29 
00:03:29 [d6ea06f28b948] exiting daemon
00:03:41 
00:18:48 ----------------------------------------------------------------------
00:18:48 FAIL: docker_cli_service_update_test.go:14: DockerSwarmSuite.TestServiceUpdatePort
00:18:48 
00:18:48 [d54ce4b13d862] waiting for daemon to start
00:18:48 [d54ce4b13d862] daemon started
00:18:48 
00:18:48 docker_cli_service_update_test.go:23:
00:18:48     waitAndAssert(c, defaultReconciliationTimeout, d.CheckActiveContainerCount, checker.Equals, 1)
00:18:48 docker_utils_test.go:465:
00:18:48     c.Assert(v, checker, args...)
00:18:48 ... obtained int = 0
00:18:48 ... expected int = 1
00:18:48 
00:18:48 [d54ce4b13d862] exiting daemon
00:18:49 
00:27:51 ----------------------------------------------------------------------
00:27:51 FAIL: docker_cli_swarm_test.go:1682: DockerSwarmSuite.TestSwarmPublishDuplicatePorts
00:27:51 
00:27:51 [dfb7743237f4d] waiting for daemon to start
00:27:51 [dfb7743237f4d] daemon started
00:27:51 
00:27:51 docker_cli_swarm_test.go:1690:
00:27:51     // make sure task has been deployed.
00:27:51     waitAndAssert(c, defaultReconciliationTimeout, d.CheckActiveContainerCount, checker.Equals, 1)
00:27:51 docker_utils_test.go:465:
00:27:51     c.Assert(v, checker, args...)
00:27:51 ... obtained int = 0
00:27:51 ... expected int = 1
00:27:51 
00:27:51 [dfb7743237f4d] exiting daemon
00:27:54 
@thaJeztah thaJeztah added kind/bug Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed. area/testing labels Mar 6, 2018
@thaJeztah
Copy link
Member Author

Opened #36502 to remove the TestServiceUpdatePort test, as it's basically a duplicate of TestAPIServiceUpdatePort

@arm64b
Copy link
Contributor

arm64b commented Mar 8, 2018

This issue is very similar as reported by #36386, seems the busybox service created but exit very soon...

@arm64b
Copy link
Contributor

arm64b commented Mar 8, 2018

I think the root cause can be traced as defaultReconciliationTimeout()

@thaJeztah
Copy link
Member Author

Ah! yes could definitely be they have the same cause.

I think the root cause can be traced as defaultReconciliationTimeout()

Yes, they’re basically the same test, using different parameters

@anusha-ragunathan
Copy link
Contributor

Looking more at TestSwarmPublishDuplicatePorts failure from https://jenkins.dockerproject.org/job/Docker-PRs/49062/console, ServiceCreate passes, but container count fails.

Attached are the relevant daemon logs.
docker.log

@anusha-ragunathan
Copy link
Contributor

greping for error in docker.log

$ grep error docker.log 
time="2018-04-19T12:38:45.917259347Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
time="2018-04-19T12:38:45.917329283Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
time="2018-04-19T12:38:46.592063260Z" level=debug msg="no node credentials found in: /go/src/github.com/docker/docker/bundles/test-integration/d79dadbb82abb/root/swarm/certificates/swarm-node.crt" error="open /go/src/github.com/docker/docker/bundles/test-integration/d79dadbb82abb/root/swarm/certificates/swarm-node.key: no such file or directory" module=node
time="2018-04-19T12:38:46.612076857Z" level=error msg="failed to create predefined network bridge" error="<nil>" module=node node.id=8cxpwltrwvaivqfk431ww4mbc
time="2018-04-19T12:38:46.612117516Z" level=error msg="failed to create predefined network host" error="<nil>" module=node node.id=8cxpwltrwvaivqfk431ww4mbc
time="2018-04-19T12:38:47.221017750Z" level=error msg="error reading the kernel parameter net.ipv4.neigh.default.gc_thresh1, error: open /proc/sys/net/ipv4/neigh/default/gc_thresh1: no such file or directory"
time="2018-04-19T12:38:47.221053538Z" level=error msg="error reading the kernel parameter net.ipv4.neigh.default.gc_thresh2, error: open /proc/sys/net/ipv4/neigh/default/gc_thresh2: no such file or directory"
time="2018-04-19T12:38:47.221082126Z" level=error msg="error reading the kernel parameter net.ipv4.neigh.default.gc_thresh3, error: open /proc/sys/net/ipv4/neigh/default/gc_thresh3: no such file or directory"
time="2018-04-19T12:38:47.361930043Z" level=error msg="Failed creating ingress network: subnet sandbox join failed for \"10.255.0.0/16\": error creating vxlan interface: file exists"
time="2018-04-19T12:38:47.445126854Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=8cxpwltrwvaivqfk431ww4mbc service.id=gguwdoslclxilarzqv07ccwwh task.id=vrzzteou0owgu7pgu0u5u0g54
time="2018-04-19T12:38:47.685790661Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=8cxpwltrwvaivqfk431ww4mbc service.id=gguwdoslclxilarzqv07ccwwh task.id=w4kwaalnwap81ny9slfwi8mba
time="2018-04-19T12:38:52.687393635Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=8cxpwltrwvaivqfk431ww4mbc service.id=gguwdoslclxilarzqv07ccwwh task.id=ncrdwv1n4435cltfaa32g6xrq
time="2018-04-19T12:38:57.690734320Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=8cxpwltrwvaivqfk431ww4mbc service.id=gguwdoslclxilarzqv07ccwwh task.id=2zr3y5w32mdiqfw9164w5qhc4
time="2018-04-19T12:39:02.693451789Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=8cxpwltrwvaivqfk431ww4mbc service.id=gguwdoslclxilarzqv07ccwwh task.id=rcuh48qoxuxsd4583gxlhz02o
time="2018-04-19T12:39:07.698382067Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=8cxpwltrwvaivqfk431ww4mbc service.id=gguwdoslclxilarzqv07ccwwh task.id=l420r4vipw8pzouvmy3ir2hv8
time="2018-04-19T12:39:08.110733328Z" level=warning msg="failed to deactivate service binding for container nifty_goldberg.1.2zr3y5w32mdiqfw9164w5qhc4" error="No such container: nifty_goldberg.1.2zr3y5w32mdiqfw9164w5qhc4" module=node/agent node.id=8cxpwltrwvaivqfk431ww4mbc
time="2018-04-19T12:39:12.705353913Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=8cxpwltrwvaivqfk431ww4mbc service.id=gguwdoslclxilarzqv07ccwwh task.id=m00b8vzxp5tol3xbcoybhkrye
time="2018-04-19T12:39:13.119713084Z" level=warning msg="failed to deactivate service binding for container nifty_goldberg.1.l420r4vipw8pzouvmy3ir2hv8" error="No such container: nifty_goldberg.1.l420r4vipw8pzouvmy3ir2hv8" module=node/agent node.id=8cxpwltrwvaivqfk431ww4mbc
time="2018-04-19T12:39:17.321505322Z" level=warning msg="failed to deactivate service binding for container nifty_goldberg.1.vrzzteou0owgu7pgu0u5u0g54" error="No such container: nifty_goldberg.1.vrzzteou0owgu7pgu0u5u0g54" module=node/agent node.id=8cxpwltrwvaivqfk431ww4mbc
time="2018-04-19T12:39:17.321567661Z" level=warning msg="failed to deactivate service binding for container nifty_goldberg.1.rcuh48qoxuxsd4583gxlhz02o" error="No such container: nifty_goldberg.1.rcuh48qoxuxsd4583gxlhz02o" module=node/agent node.id=8cxpwltrwvaivqfk431ww4mbc
time="2018-04-19T12:39:17.321635708Z" level=warning msg="failed to deactivate service binding for container nifty_goldberg.1.w4kwaalnwap81ny9slfwi8mba" error="No such container: nifty_goldberg.1.w4kwaalnwap81ny9slfwi8mba" module=node/agent node.id=8cxpwltrwvaivqfk431ww4mbc
time="2018-04-19T12:39:17.321682263Z" level=warning msg="failed to deactivate service binding for container nifty_goldberg.1.ncrdwv1n4435cltfaa32g6xrq" error="No such container: nifty_goldberg.1.ncrdwv1n4435cltfaa32g6xrq" module=node/agent node.id=8cxpwltrwvaivqfk431ww4mbc
time="2018-04-19T12:39:17.321718460Z" level=warning msg="failed to deactivate service binding for container nifty_goldberg.1.m00b8vzxp5tol3xbcoybhkrye" error="No such container: nifty_goldberg.1.m00b8vzxp5tol3xbcoybhkrye" module=node/agent node.id=8cxpwltrwvaivqfk431ww4mbc
time="2018-04-19T12:39:17.350936876Z" level=error msg="failed to remove node" error="rpc error: code = Aborted desc = dispatcher is stopped" method="(*Dispatcher).Session" node.id=8cxpwltrwvaivqfk431ww4mbc node.session=le3s5u11tgan6ndfyuv97m9wi
time="2018-04-19T12:39:17.350983385Z" level=debug msg="error handling streaming rpc" error="rpc error: code = Aborted desc = node must disconnect" rpc=/docker.swarmkit.v1.Dispatcher/Session
time="2018-04-19T12:39:17.351015357Z" level=debug msg="error handling streaming rpc" error="context canceled" rpc=/docker.swarmkit.v1.Dispatcher/Assignments
time="2018-04-19T12:39:17.351028754Z" level=debug msg="error handling streaming rpc" error="context canceled" rpc=/docker.swarmkit.v1.Watch/Watch
time="2018-04-19T12:39:17.351275987Z" level=info msg="grpc: addrConn.resetTransport failed to create client transport: connection error: desc = \"transport: dial unix /tmp/docker-execroot/d79dadbb82abb/swarm/control.sock: connect: no such file or directory\"; Reconnecting to {/tmp/docker-execroot/d79dadbb82abb/swarm/control.sock <nil>}" module=grpc
time="2018-04-19T12:39:17.351363559Z" level=error msg="failed to receive changes from store watch API" error="rpc error: code = Internal desc = transport is closing"
time="2018-04-19T12:39:17.351562579Z" level=error msg="failed to restart task after waiting for previous restart" error="raft: failed to process the request: node is stopped" module=node node.id=8cxpwltrwvaivqfk431ww4mbc
time="2018-04-19T12:39:17.352101425Z" level=error msg="failed to retrieve ingress network lp0wap9h2swj8r7kwutq1by4p: network lp0wap9h2swj8r7kwutq1by4p not found"

@anusha-ragunathan
Copy link
Contributor

anusha-ragunathan commented Apr 19, 2018

Looking at daemon logs for TestAPIServiceUpdatePort also shows similar errors.
docker.log

time="2018-04-19T12:13:55.722745901Z" level=error msg="Failed creating ingress network: subnet sandbox join failed for \"10.255.0.0/16\": error creating vxlan interface: file exists"
time="2018-04-19T12:13:55.781016541Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=uwaaw5qytuvupd7uilj1ny996
time="2018-04-19T12:13:56.003964129Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=rdgyt3kozlah3xtbdeioxc3wo
time="2018-04-19T12:13:56.314398238Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=u5or4mh1bh3lq2q2sxp432l1t
time="2018-04-19T12:13:56.606220654Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=swxslbmevv2ck28acoxxukp11
time="2018-04-19T12:13:56.908132659Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=hqfi2w89idf1y6vy9djn9napm
time="2018-04-19T12:13:57.216419695Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=zft8r72ntb3u0am2s8i7wi4n7
time="2018-04-19T12:13:57.514515203Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=n3mptyude41hsq028mouartei
time="2018-04-19T12:13:57.815872668Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=zcdo5ow7fc4cyzh1y8v97z4qc
time="2018-04-19T12:13:58.121841256Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=i4dkmbzgcntw4vnzw2w0v496m
time="2018-04-19T12:13:58.421255620Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=d70gu490djsczg8d2cjf8gm22
time="2018-04-19T12:13:58.727530787Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=z05wkbca3hqk2ejsk6c8lzrfa
time="2018-04-19T12:13:59.029561095Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=u216lffh0wn3w6alau3v39pxw
time="2018-04-19T12:13:59.333643451Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=cxwbs5dzowlwsx0udg8n612v6
time="2018-04-19T12:13:59.633174068Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=pvwqsei8mv5fc9kyat3xobgn3
time="2018-04-19T12:13:59.935827609Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=gab5e7i3ul9687po62j6q61x7
time="2018-04-19T12:14:00.240651142Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=793kl03hw1bwwzx8owjibg9u9
time="2018-04-19T12:14:00.584632991Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=udageqnqiid2ar9bxx5oa57s6
time="2018-04-19T12:14:00.843879378Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=c872vpdus8faoi5zohkwcyj4c
time="2018-04-19T12:14:01.146734864Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=8maw8714onqlc0l2pppltqwes
time="2018-04-19T12:14:01.446065926Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=1l2r1rwtxb7erhzz0f2owx6u5
time="2018-04-19T12:14:01.749642657Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=oepiy8y4rmkple2kyrci59hlc
time="2018-04-19T12:14:02.050137066Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=m02x4o24v34hgmboxiwayg12f
time="2018-04-19T12:14:02.352419931Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=obw8d4h0amxcabqrxhng21r7y
time="2018-04-19T12:14:02.654063879Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=xscretpsn2i4hkfwnf1jwynyo
time="2018-04-19T12:14:02.965658587Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=kxnuayduwosne5vbt83gkdf80
time="2018-04-19T12:14:03.259267861Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=rinbwdrc64bu5k3pw6notgdyu
time="2018-04-19T12:14:03.558354467Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=ead2n42i8uyk9kffds0l7ky6v
...

@anusha-ragunathan
Copy link
Contributor

These are the problematic errors.

time="2018-04-19T12:13:55.722745901Z" level=error msg="Failed creating ingress network: subnet sandbox join failed for \"10.255.0.0/16\": error creating vxlan interface: file exists"
time="2018-04-19T12:13:55.781016541Z" level=error msg="fatal task error" error="container ingress-sbox is already present in sandbox ingress_sbox" module=node/agent/taskmanager node.id=ysorlwps2tmgwhb776tnaky87 service.
id=z72es2b4uw1fqpgww5f4kgll8 task.id=uwaaw5qytuvupd7uilj1ny996

Another report from the community #36876

@thaJeztah
Copy link
Member Author

ping @fcrisciani @ctelfer PTAL ^^

@anusha-ragunathan
Copy link
Contributor

#36743 is a duplicate and @selansen (Elango) seems to be working on it?

@fcrisciani
Copy link
Contributor

@selansen can you please take a look to this?

@selansen
Copy link
Contributor

selansen commented May 2, 2018

can we dup this to #36743? I am working on it.

thaJeztah added a commit to thaJeztah/docker that referenced this issue May 20, 2018
Changes included:

- libnetwork#2147 Adding logs for ipam state
- libnetwork#2143 Fix race conditions in the overlay network driver
  - possibly addresses moby#36743 services do not start: ingress-sbox is already present
  - possibly addresses moby#30427 Flaky Test: TestSwarmPublishDuplicatePorts on s390
  - possibly addresses moby#36501 Flaky tests: Service "port" tests
- libnetwork#2142 Add wait time into xtables lock warning
- libnetwork#2135 filter xtables lock warnings when firewalld is active
- libnetwork#2140 Switch from x/net/context to context
- libnetwork#2134 Adding a recovery mechanism for a split gossip cluster

Signed-off-by: Sebastiaan van Stijn <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing kind/bug Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed. status/needs-attention Calls for a collective discussion during a review session
Projects
None yet
Development

No branches or pull requests

5 participants