corda/gradle-plugins/cordformation
Alberto Arri eb0e2535ed [CORDA-442] Make cordformation serialize NodeInfos to disk during deployment. (#1546)
Initial PR for https://r3-cev.atlassian.net/projects/CORDA/issues/CORDA-442

Allow for cordformation not to specify which node is the network map.
When that happens Cordformation will start each node and make it serialize its NodeInfo to disk.
This make 'depolyNodes' slower. On my machine for the traderDemo it's ~25s

PersistentNetworkMapCache will load files from disk at startup.
Additionally nodeinfos are loaded in the networkMapCache only if they're newer than the currently known version.
2017-10-03 15:43:50 +01:00
..
src [CORDA-442] Make cordformation serialize NodeInfos to disk during deployment. (#1546) 2017-10-03 15:43:50 +01:00
build.gradle Gradle API Scanner plugin (#1669) 2017-09-29 16:55:26 +01:00
README.rst Docsite reorg ahead of beta launch. 2017-06-05 13:37:23 +01:00

Please refer to the documentation in <corda-root>/doc/build/html/running-a-node.html#cordformation.