indy-node icon indicating copy to clipboard operation
indy-node copied to clipboard

Make node_control_utils.hold_packages more robust.

Open WadeBarnes opened this issue 3 years ago • 1 comments

The /indy_node/utils/node_control_utils.py, hold_packages method will cause the indy-node-control service to crash when it attempts to hold a package that is not installed on the system. This also causes the indy-node service to restart.

Add some error handling to the code so the method will simply log the fact that it tried to hold a package that does not exist rather than erroring out and causing the indy-node-control service to crash.

References:

  • https://github.com/hyperledger/indy-node/pull/1741
  • https://github.com/hyperledger/indy-test-automation/issues/113

WadeBarnes avatar Mar 29 '22 21:03 WadeBarnes

Hi @WadeBarnes, I'm new to Hyperledger and oss. Could you please tell me the problem in details and guide me how to solve this ?

ggold7046 avatar May 08 '23 07:05 ggold7046