This repository was archived by the owner on Jan 27, 2022. It is now read-only.
Restart WPE on KME restart#653
Open
rranjan3 wants to merge 1 commit intohyperledger-archives:mainfrom
Open
Conversation
danintel
reviewed
Aug 7, 2020
| self._kv_helper.csv_prepend("wo-worker-scheduled", | ||
| self._worker_id, wo_id) | ||
| logger.info("Reinstating work order {} to ".format(wo_id) | ||
| + "wo-worker-scheduled as this worker will retart.") |
a1d5bb6 to
1f6098a
Compare
danintel
approved these changes
Aug 7, 2020
Contributor
danintel
left a comment
There was a problem hiding this comment.
Approved after one typo is fixed
1f6098a to
8e74c00
Compare
Ram-srini
reviewed
Aug 18, 2020
| self._worker_id, wo_id) | ||
| logger.info("Reinstating work order {} to ".format(wo_id) | ||
| + "wo-worker-scheduled as this worker will restart.") | ||
| raise |
Contributor
There was a problem hiding this comment.
What is error message and code client will as a response for the WorkerRestartException?
Contributor
Author
There was a problem hiding this comment.
This is not exposed to a client. It is an internal exception used as a signal to trigger restart.
Signed-off-by: Rajeev Ranjan <rajeev2.ranjan@intel.com>
8e74c00 to
ff441ed
Compare
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Rajeev Ranjan rajeev2.ranjan@intel.com