Merge remote-tracking branch 'remotes/open/master' into merges/june-19-16-47

This commit is contained in:
sollecitom
2018-06-19 16:48:12 +01:00
15 changed files with 195 additions and 33 deletions

View File

@ -8,6 +8,9 @@ Unreleased
==========
* Introduced a hierarchy of ``DatabaseMigrationException``s, allowing ``NodeStartup`` to gracefully inform users of problems related to database migrations before exiting with a non-zero code.
* Introduced a grace period before the initial node registration fails if the node cannot connect to the Doorman.
It retries 10 times with a 1 minute interval in between each try. At the moment this is not configurable.
* Added a ``FlowMonitor`` to log information about flows that have been waiting for IO more than a configurable threshold.
* H2 database changes: