You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its status (usage) never gets updated.
By checking metrics of manager, we found that IPAM controllers seems get stuck in processing certain item.
# HELP workqueue_unfinished_work_seconds How many seconds of work has been done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.
# TYPE workqueue_unfinished_work_seconds gauge
workqueue_unfinished_work_seconds{name="GlobalService"} 0
workqueue_unfinished_work_seconds{name="IPAM"} 80509.583495458
workqueue_unfinished_work_seconds{name="IPInstance"} 0
workqueue_unfinished_work_seconds{name="NetworkStatus"} 80509.584626613
workqueue_unfinished_work_seconds{name="Node"} 0
workqueue_unfinished_work_seconds{name="Pod"} 79452.589502282
workqueue_unfinished_work_seconds{name="Quota"} 0
workqueue_unfinished_work_seconds{name="RemoteCluster"} 0
workqueue_unfinished_work_seconds{name="RemoteClusterStatus"} 0
workqueue_unfinished_work_seconds{name="RemoteClusterUUID"} 0
workqueue_unfinished_work_seconds{name="SubnetStatus"} 80509.584568096
What you expected to happen
Usage of newly created subnet can be synced successfully.
How to reproduce it (as minimally and precisely as possible)
Anything else we need to know?
Environment
hybridnet version:
v0.7.5
OS (e.g. cat /etc/os-release):
Kernel (e.g. uname -a):
Kubernetes version:
Install tools:
Others:
The text was updated successfully, but these errors were encountered:
mars1024
changed the title
IPAM controllers get stuck in processing subnet which starts with IP address like 0.0.0.X
IPAM controllers get stuck in processing subnet which starts with IP address like 0.X.X.X
Nov 17, 2022
Bug Report
Type: bug report
What happened
Create a new subnet which starts with IP address like 0.0.0.X, e.g.,
Its status (usage) never gets updated.
By checking metrics of manager, we found that IPAM controllers seems get stuck in processing certain item.
What you expected to happen
Usage of newly created subnet can be synced successfully.
How to reproduce it (as minimally and precisely as possible)
Anything else we need to know?
Environment
v0.7.5
cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: