-
Type: Bug
-
Status: To Do (View Workflow)
-
Priority: Medium
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Future
-
Component/s: VOLTHA
-
Labels:None
-
Story Points:5
-
Epic Link:
Typical error message seen in VOLTHA when trying to re-add flows
This will be the first error seen
'grpc_error': <_Rendezvous of RPC that terminated with: status = StatusCode.INTERNAL details = "flow add failed BCM Error -5" debug_error_string = "{"created":"@1562118698.568799799","description":"Error received from peer","file":"src/core/lib/surface/call.cc","file_line":1017,"grpc_message":"flow add failed BCM Error -5","grpc_status":13}"
Every subsequent error that happens in BAL and relayed via openolt-driver/agent to VOLTHA looks like this
'grpc_error': <_Rendezvous of RPC that terminated with: status = StatusCode.INVALID_ARGUMENT details = "flow add failed BCM Error -2" debug_error_string = "{"created":"@1562118698.604085693","description":"Error received from peer","file":"src/core/lib/surface/call.cc","file_line":1017,"grpc_message":"flow add failed BCM Error -2","grpc_status":3}"
In multi-ONU (typically 2 ONUs) this case seems easier to trigger, than in single-ONU case. It can be triggered via Subscriber-remove operation or by ONU disable/re-enable (see SEBA-670)