Python process continuously doing epoll in introspect code
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R3.0 |
Fix Committed
|
High
|
Sundaresan Rajangam | |||
R3.1 |
Fix Committed
|
High
|
Sundaresan Rajangam | |||
Trunk |
Fix Committed
|
High
|
Sundaresan Rajangam |
Bug Description
root@nodeb2:
contrail 8268 0.1 0.0 207996 50820 ? Sl May18 0:48 /usr/bin/python /usr/bin/
root 16210 0.0 0.0 10464 932 pts/14 S+ 04:25 0:00 grep --color=auto contrail-schema
root@nodeb2:
Process 8268 attached
epoll_wait(4, {}, 64, 290) = 0
epoll_wait(4, {}, 64, 1) = 0
epoll_ctl(4, EPOLL_CTL_ADD, 12, {EPOLLIN, {u32=12, u64=176093659148}}) = -1 EEXIST (File exists)
epoll_wait(4, {}, 64, 499) = 0
epoll_ctl(4, EPOLL_CTL_ADD, 12, {EPOLLIN, {u32=12, u64=176093659148}}) = -1 EEXIST (File exists)
epoll_wait(4, {}, 64, 499) = 0
epoll_ctl(4, EPOLL_CTL_ADD, 12, {EPOLLIN, {u32=12, u64=176093659148}}) = -1 EEXIST (File exists)
epoll_wait(4, {}, 64, 499) = 0
epoll_ctl(4, EPOLL_CTL_ADD, 12, {EPOLLIN, {u32=12, u64=176093659148}}) = -1 EEXIST (File exists)
epoll_wait(4, {}, 64, 499) = 0
epoll_ctl(4, EPOLL_CTL_ADD, 12, {EPOLLIN, {u32=12, u64=176093659148}}) = -1 EEXIST (File exists)
epoll_wait(4, {}, 64, 499) = 0
epoll_ctl(4, EPOLL_CTL_ADD, 12, {EPOLLIN, {u32=12, u64=176093659148}}) = -1 EEXIST (File exists)
epoll_wait(4, {}, 64, 499) = 0
epoll_ctl(4, EPOLL_CTL_ADD, 12, {EPOLLIN, {u32=12, u64=176093659148}}) = -1 EEXIST (File exists)
epoll_wait(4, {}, 64, 113) = 0
epoll_wait(4, {}, 64, 1) = 0
tags: | added: config |
information type: | Proprietary → Public |
tags: | added: analytics |
Review in progress for https:/ /review. opencontrail. org/24716
Submitter: Sundaresan Rajangam (<email address hidden>)