Opened 21 months ago
Closed 21 months ago
#2691 closed defect (fixed)
rasj does not stop rasmgr keep alive thread when no rasql query is submitted
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.1 |
Component: | java | Version: | development |
Keywords: | Cc: | Bang Pham Huu | |
Complexity: | Medium |
Description
This causes GRPC excaptions to be logged in petascope.log about the "channel being shutdown" already, as the keep alive thread is trying to communicate on a channel to rasmgr that was already closed. The issue is harmless but the errors in petascope.log should be fixed.
Note:
See TracTickets
for help on using tickets.