mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
0978d041a3
* Remove all notion of message level retry. * Introduce randomness into de-duplication IDs based on the session rather than the flow, in support of idempotent flows. * CORDA-1494: Re-enable notarisation retries in the new state machine manager. The original message-based retry approach does not work well with the new flow state machine due to the way sessions are handled. We decided to move the retry logic to flow-level: introduce RetryableFlow that won't have checkpoints persisted and will be restarted after a configurable timeout if it does not complete in time. The RetryableFlow functionality will be internal for now, as it's mainly tailored for the notary client flow, and there are many subtle ways it can fail when used with arbitrary flows. |
||
---|---|---|
.. | ||
node-driver | ||
smoke-test-utils | ||
test-common | ||
test-utils |