mirror of
https://github.com/corda/corda.git
synced 2025-01-18 18:56:28 +00:00
CORDA-1850: Minor: improve flow timeout error message (#3764)
This commit is contained in:
parent
dfea9b6940
commit
0746b1f927
@ -202,8 +202,8 @@ class StaffedFlowHospital {
|
||||
return Diagnosis.DISCHARGE
|
||||
} else {
|
||||
val errorMsg = "Maximum number of retries reached for flow ${flowFiber.snapshot().flowLogic.javaClass}. " +
|
||||
"If the flow involves notarising a transaction, this usually means that the notary is being overloaded and " +
|
||||
"unable to service requests fast enough. Please try again later."
|
||||
"If the flow involves notarising a transaction, it means that no response was received from the notary." +
|
||||
"This could be either due to the the notary being overloaded or unable to reach this node."
|
||||
newError.setMessage(errorMsg)
|
||||
log.warn(errorMsg)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user