Bug 1877190 - [ovn] ovn master pod crash when upgrade from 4.4 to 4.5
Summary: [ovn] ovn master pod crash when upgrade from 4.4 to 4.5
Keywords:
Status: CLOSED DUPLICATE of bug 1875438
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Networking
Version: 4.5
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: ---
Assignee: Ben Bennett
QA Contact: Anurag saxena
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-09-09 03:18 UTC by zhaozhanqi
Modified: 2020-09-09 13:51 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-09-09 13:51:00 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
describe crash pod (27.94 KB, text/plain)
2020-09-09 03:18 UTC, zhaozhanqi
no flags Details

Description zhaozhanqi 2020-09-09 03:18:34 UTC
Created attachment 1714205 [details]
describe crash pod

Description of problem:
Upgrade from 4.4.20 to 4.5.0-0.nightly-2020-09-07-062006 for ovn cluster.
there is one ovn master pod crashed

oc get pod -n openshift-ovn-kubernetes
NAME                   READY   STATUS             RESTARTS   AGE
ovnkube-master-9p9g7   4/4     Running            0          14h
ovnkube-master-pr6pb   3/4     CrashLoopBackOff   136        14h
ovnkube-master-tszbq   4/4     Running            0          14h
ovnkube-node-42wfp     2/2     Running            0          14h
ovnkube-node-5z286     2/2     Running            0          14h
ovnkube-node-8t7ng     2/2     Running            0          14h
ovnkube-node-bx6bv     2/2     Running            0          14h
ovnkube-node-qhkvw     2/2     Running            0          14h
ovnkube-node-qz4v5     2/2     Running            0          14h
ovs-node-c7dp8         1/1     Running            0          14h
ovs-node-hsw9h         1/1     Running            0          14h
ovs-node-qlpdc         1/1     Running            0          14h
ovs-node-rggvw         1/1     Running            0          14h
ovs-node-t2pf4         1/1     Running            0          14h
ovs-node-thk2j         1/1     Running            0          14h
Version-Release number of selected component (if applicable):
4.4.20 --> 4.5.0-0.nightly-2020-09-07-062006

How reproducible:
 

Steps to Reproduce:
1. upgrade cluster with ovn from 4.4 to 4.5
2. Found the ovn master pod crash
3. Check the logs

Actual results:

+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:53:55Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 5 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:53:57Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 6 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:53:59Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 7 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:01Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 8 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:03Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 9 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:05Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 10 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:07Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 11 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:09Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 12 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:11Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 13 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:13Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 14 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:15Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 15 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:17Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 16 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:19Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 17 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:21Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 18 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:23Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 19 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:25Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 20 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:27Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 21 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:29Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 22 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:31Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 23 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:33Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 24 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:35Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 25 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:37Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 26 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:39Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 27 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:41Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 28 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:43Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 29 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:45Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 30 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:47Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 31 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:49Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 32 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:51Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 33 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:53Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 34 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:55Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 35 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:57Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 36 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:54:59Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 37 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:55:01Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 38 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:55:03Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 39 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:55:05Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 40 -gt 40 ]]
+ sleep 2
+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000
2020-09-09T02:55:07Z|00002|ovsdb_idl|WARN|transaction error: {"details":"inconsistent data","error":"ovsdb error"}
ovn-sbctl: transaction error: {"details":"inconsistent data","error":"ovsdb error"}
+ ((  retries += 1  ))
+ [[ 41 -gt 40 ]]
+ echo 'too many failed ovn-sbctl attempts, giving up'
+ exit 1
, message: "too many failed ovn-sbctl attempts, giving up\n+ MASTER_IP=10.0.150.181\n+ [[ 10.0.150.181 == \\1\\0\\.\\0\\.\\1\\5\\0\\.\\1\\8\\1 ]]\n+ retries=0\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:53:47Z|00003|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 1 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:53:49Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 2 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:53:51Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 3 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:53:53Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 4 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:53:55Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 5 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:53:57Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 6 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:53:59Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 7 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:01Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 8 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:03Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 9 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:05Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 10 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:07Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 11 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:09Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 12 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:11Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 13 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:13Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 14 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:15Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 15 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:17Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 16 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:19Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 17 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:21Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 18 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:23Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 19 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:25Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 20 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:27Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 21 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:29Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 22 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:31Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 23 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:33Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 24 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:35Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 25 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:37Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 26 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:39Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 27 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:41Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 28 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:43Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 29 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:45Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 30 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:47Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 31 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:49Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 32 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:51Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 33 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:53Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 34 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:55Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 35 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:57Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 36 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:54:59Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 37 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:55:01Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 38 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:55:03Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 39 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:55:05Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 40 -gt 40 ]]\n+ sleep 2\n+ ovn-sbctl --no-leader-only -t 5 set-connection pssl:9642 -- set connection . inactivity_probe=60000\n2020-09-09T02:55:07Z|00002|ovsdb_idl|WARN|transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\novn-sbctl: transaction error: {\"details\":\"inconsistent data\",\"error\":\"ovsdb error\"}\n+ ((  retries += 1  ))\n+ [[ 41 -gt 40 ]]\n+ echo 'too many failed ovn-sbctl attempts, giving up'\n+ exit 1\n"

Expected results:


Additional info:

Comment 2 Ben Bennett 2020-09-09 13:51:00 UTC

*** This bug has been marked as a duplicate of bug 1875438 ***


Note You need to log in before you can comment on or make changes to this bug.