-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.9
-
Component/s: openolt-adapter, voltha-lib-go
-
Labels:None
-
Story Points:2
-
Epic Link:
During the verification of patches https://gerrit.opencord.org/c/voltha-go/+/28936 and https://gerrit.opencord.org/c/voltha-openonu-adapter-go/+/28800, a crash of the openolt adapter occurs.
The test sequence was:
- create OLT device
- enable OLT device
- restart openonu adapter
- delete OLT device
Panic seen in openolt adapter log:
{{{{
panic: send on closed channel
goroutine 3432 [running]:
github.com/opencord/voltha-lib-go/v7/pkg/grpc.(*Client).Start.func1(0xc001252820, 0x1230780, 0xc0012457d0, 0x112dc98, 0x0, 0xc0003b3cf0, 0xc000ba69c0)
/go/src/vendor/github.com/opencord/voltha-lib-go/v7/pkg/grpc/client.go:406 +0x45b
created by github.com/opencord/voltha-lib-go/v7/pkg/grpc.(*Client).Start
/go/src/vendor/github.com/opencord/voltha-lib-go/v7/pkg/grpc/client.go:392 +0x6bd
}}}}
- relates to
-
VOL-4421 Use delete force when ONUS are in reconciling and delete OLT is issued
- Resolved