Uploaded image for project: 'VOLTHA'
  1. VOLTHA
  2. VOL-5264

Partial deletion in the case of adpter restart during delete device call.

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: To Do (View Workflow)
    • Priority: Medium
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: voltha-go
    • Labels:
      None
    • Story Points:
      1

      Description

      Analysis for this id done so here core sends the grpc request to delete device towards adapter and once the delete device request lands to the adtran-adapter the adpter goes for a restart and the grpc call for delete device fails with unavailable desc error. So the core updated the transition status to DELETING_FAILED. Now once the adpter comes back up as part of register adpter method core fires grpc call to force-delete-request towards adapter now this force-delete also fails from adpter due to handler not found. This is because the adpter restarted and it comes back up fresh so it will loose the device handler.

      And thats why when ever restart happens we fire a reconcile device from core towards adpter to create the handler back.

        Attachments

        # Subject Branch Project Status CR V

          Activity

            People

            Assignee:
            aksoni Akash Soni
            Reporter:
            aksoni Akash Soni
            Watchers:
            1 Start watching this issue

              Dates

              Created:
              Updated:

                Gerrit Reviews