[K8S Nested] Kube-Manager Traceback @ _lb_delete with Service

Bug #1723555 reported by chhandak
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R4.0
Fix Committed
High
Yuvaraja Mariappan
R4.1
Fix Committed
High
Yuvaraja Mariappan
Trunk
Fix Committed
High
Yuvaraja Mariappan

Bug Description

Observed this traceback while running Ingress test in Nested Sanity

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/kube_manager/vnc/vnc_kubernetes.py", line 409, in vnc_process
    self.service_mgr.process(event)
  File "/usr/lib/python2.7/dist-packages/kube_manager/vnc/vnc_service.py", line 559, in process
    ports)
  File "/usr/lib/python2.7/dist-packages/kube_manager/vnc/vnc_service.py", line 484, in vnc_service_delete
    self._lb_delete(service_id, service_name, service_namespace)
  File "/usr/lib/python2.7/dist-packages/kube_manager/vnc/vnc_service.py", line 478, in _lb_delete
    self._vnc_delete_lb(service_id)
  File "/usr/lib/python2.7/dist-packages/kube_manager/vnc/vnc_service.py", line 467, in _vnc_delete_lb
    self.service_lb_mgr.delete(lb_id)
  File "/usr/lib/python2.7/dist-packages/kube_manager/vnc/loadbalancer.py", line 33, in delete
    self._vnc_lib.loadbalancer_delete(id=service_id)
  File "/usr/lib/python2.7/dist-packages/vnc_api/vnc_api.py", line 42, in wrapper
    return func(self, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/vnc_api/vnc_api.py", line 642, in _object_delete
    self._request_server(rest.OP_DELETE, uri)
  File "/usr/lib/python2.7/dist-packages/vnc_api/vnc_api.py", line 855, in _request_server
    retry_after_authn=retry_after_authn, retry_count=retry_count)
  File "/usr/lib/python2.7/dist-packages/vnc_api/vnc_api.py", line 933, in _request
    % (op, url, data, content))
NoIdError: Unknown id: Error: oper 4 url /loadbalancer/f5b0f208-afb0-11e7-8c0b-0212d09e3c3e body None response ID f5b0f208-afb0-11e7-8c0b-0212d09e3c3e does not exist

chhandak (chhandak)
Changed in juniperopenstack:
importance: Undecided → High
assignee: nobody → Yuvaraja Mariappan (ymariappan)
milestone: none → r4.1.0.0-fcs
information type: Proprietary → Public
Changed in juniperopenstack:
assignee: Yuvaraja Mariappan (ymariappan) → nobody
assignee: nobody → Yuvaraja Mariappan (ymariappan)
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.1

Review in progress for https://review.opencontrail.org/36538
Submitter: Yuvaraja Mariappan

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.0

Review in progress for https://review.opencontrail.org/36539
Submitter: Yuvaraja Mariappan

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/36540
Submitter: Yuvaraja Mariappan

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/36538
Committed: http://github.com/Juniper/contrail-controller/commit/074d7a1c6ec5e00276f1751e496e03d803be38e2
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit 074d7a1c6ec5e00276f1751e496e03d803be38e2
Author: Yuvaraja Mariappan <email address hidden>
Date: Sat Oct 14 07:23:07 2017 -0700

Service delete issue in nested is fixed.

Since the dependency_tracker in the reaction_map
is not correct, we are not getting the update event
for floating_ip and instance_ip. Due to this config_db is
out of sync with the real db which caused the issue
in deleting objects associated to floating_ip
or instance_ip

Change-Id: Ifa446304f2a6cb5356c00fc1afa70e8dee4501bc
Closes-bug: #1723555

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/36540
Committed: http://github.com/Juniper/contrail-controller/commit/5d7f704e9295be8e916983e9fbcd444368bd4776
Submitter: Zuul (<email address hidden>)
Branch: master

commit 5d7f704e9295be8e916983e9fbcd444368bd4776
Author: Yuvaraja Mariappan <email address hidden>
Date: Sat Oct 14 07:23:07 2017 -0700

Service delete issue in nested is fixed.

Since the dependency_tracker in the reaction_map
is not correct, we are not getting the update event
for floating_ip and instance_ip. Due to this config_db is
out of sync with the real db which caused the issue
in deleting objects associated to floating_ip
or instance_ip

Change-Id: Ifa446304f2a6cb5356c00fc1afa70e8dee4501bc
Closes-bug: #1723555

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/36539
Committed: http://github.com/Juniper/contrail-controller/commit/85d56e04054e3607b90874d9379f2cf4c1a4befd
Submitter: Zuul (<email address hidden>)
Branch: R4.0

commit 85d56e04054e3607b90874d9379f2cf4c1a4befd
Author: Yuvaraja Mariappan <email address hidden>
Date: Sat Oct 14 07:23:07 2017 -0700

Service delete issue in nested is fixed.

Since the dependency_tracker in the reaction_map
is not correct, we are not getting the update event
for floating_ip and instance_ip. Due to this config_db is
out of sync with the real db which caused the issue
in deleting objects associated to floating_ip
or instance_ip

Change-Id: Ifa446304f2a6cb5356c00fc1afa70e8dee4501bc
Closes-bug: #1723555

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.