forked from hyperledger/fabric
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-18194] Fix service discovery for legacy installed chaincodes
Service discovery endorsers query fails with errors: "failed constructing descriptor for chaincodes" "required chaincodes are not installed on sufficient peers" The chaincodes installed with legacy chaincode lifecycle were not getting recognized after peer restart since the path to installed chaincodes was set after the legacy chaincode cache initialized. Setting the installed chaincode path earlier in peer start sequence resolves the issue. Signed-off-by: David Enyeart <enyeart@us.ibm.com>
- Loading branch information
Showing
2 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters