anvabr
9a66b08590
Recovery from small-scale component failures
...
Added host HealthWatchdog design for external (to JVM) health monitoring and recover/restarting of components without failure to the secondary host
2017-11-16 12:15:44 +00:00
josecoll
5bdbd2457a
Removal of transaction contract state as BLOB in VaultStates table. ( #2034 )
...
* Removal of transaction contract state as BLOB in VaultStates table.
Transaction contract state now resolved using StateLoader (from DBTransactionStorage).
Fixed broken JUnits.
* Changes to address review comments by RP
Address logic error.
* Fixed failing JUnit (CashExitFlowTests.exit zero cash).
* Fix VaultQueryTests to respect transaction visibility boundaries.
* Adopt consistent use of "session" using DatabaseTransactionManager.
* Removed redundant transaction demarcation boundaries in Vault Query tests.
2017-11-15 19:28:04 +00:00
szymonsztuka
b423fea537
Consistent database tables naming convention. ( #2064 )
...
* Added explicit table names (mostly for join tables).
* Shorten or alter name of 2 tables backing notaries.
* Change a compound index declaration to one column index.
2017-11-15 18:35:26 +00:00
Matthew Nesbit
fc066cadb5
Update design.md
2017-11-15 17:05:35 +00:00
Joel Dudley
8e18e1ba2a
Updates flow cookbook to use freshKeyAndCert not freshKey.
2017-11-15 16:49:06 +00:00
Matthew Nesbit
760fd5d538
Update design.md
2017-11-15 15:39:02 +00:00
Matthew Nesbit
94af2a426a
Update design.md
2017-11-15 15:38:13 +00:00
Ross Nicoll
d78308f510
Detangle issuers in NodeVaultServiceTest ( #2057 )
...
Detangle issuers in NodeVaultServiceTest, which has been using two keys on a single node, for different
issuing identities, which doesn't work right now because we don't actually have multiple identity support.
Also remove duplicate data in parameters to fillWithSomeTestCash().
2017-11-15 15:26:17 +00:00
Rick Parker
7337996e08
Add config library and default config to webserver JAR ( #2047 )
...
* Add config library and default config to webserver JAR
* Applied Clinton's feedback to create a config rather than do filtering.
2017-11-15 15:03:15 +00:00
Michele Sollecito
92c8861802
[CORDA-760]: Propagate invocation context across the codebase. ( #2016 )
2017-11-15 14:58:43 +00:00
David Lee
43bebee6f4
Links fixed
2017-11-15 14:33:13 +00:00
David Lee
e750c9c352
Changes
...
Merge branch 'dl-hadr-design-doc' of github.com:corda/enterprise into dl-hadr-design-doc
2017-11-15 14:31:06 +00:00
David Lee
b8fe4d824d
Updates
2017-11-15 14:25:04 +00:00
MarkOldfield
d703d689f4
Update design.md
...
Added short descriptions for current, hot-cold, hot-warm, hot-hot solutions
2017-11-15 14:22:52 +00:00
szymonsztuka
4f2d8d058e
Ability to run integration tests against standalone databases (part 2) ( #109 )
...
Commit 359610ff14
didn't fully covered:
* Integration tests extends IntegrationTest class which can run SQL scripts before and after a test and before and after test class.
*Driver.kt creates notaries without a table name prefixes (separation is achieved by using different user/schema).
*Revert wrongly altered H2 JDBC connection string for tests.
2017-11-15 14:04:48 +00:00
Matthew Nesbit
4aa7247eda
Update pluggable-broker.md
2017-11-15 13:58:26 +00:00
Matthew Nesbit
ca30f22cfc
Update e2e-encryption.md
2017-11-15 13:57:41 +00:00
Matthew Nesbit
f15f57e83d
Update ssl-termination.md
2017-11-15 13:56:18 +00:00
Matthew Nesbit
1636a4bb0c
Update p2p-protocol.md
2017-11-15 13:53:03 +00:00
szymonsztuka
f0a5ea96e7
Consistent database columns naming convention. ( #2043 )
...
* Consistent database column naming convention.
* Remove a column length constraint in NodeAttachmentService.
2017-11-15 13:09:25 +00:00
David Lee
829262c868
Update
2017-11-15 13:05:06 +00:00
Alberto Arri
233f1fb8e2
Move all the configuration for running doorman in its configuration f… ( #104 )
...
* Move all the configuration for running doorman in its configuration files
2017-11-15 13:04:16 +00:00
David Lee
169e51d682
Updated requirements with Nick Arini
2017-11-15 13:01:57 +00:00
David Lee
f3ded28bef
Added extra design decision info
2017-11-15 12:49:27 +00:00
josecoll
4e263a1981
Removed incorrect @Lob annotation from key_hash schema fields. ( #2033 )
2017-11-15 12:14:45 +00:00
David Lee
f86b952c8a
Added link
2017-11-15 11:50:51 +00:00
David Lee
38352d5175
Added ssl-termination options doc
2017-11-15 11:50:19 +00:00
Thomas Schroeter
419fe5063f
Merge pull request #2055 from thschroeter/thomas-store-raft-index
...
Store Raft commit index in DistributedImmutableMap
2017-11-15 11:40:00 +00:00
Andrzej Cichocki
b5fffa76f2
Retire a lateinit var. ( #2038 )
2017-11-15 11:24:27 +00:00
Andrzej Cichocki
c4a9320e70
CORDA-716 Don't allow the netty global executor to inherit serialization env holder ( #2048 )
...
and close some dangling RPC connections.
2017-11-15 11:22:35 +00:00
Thomas Schroeter
ecd09b7e6c
Store raft commit index in DistributedImmutableMap
2017-11-15 10:52:22 +00:00
David Lee
cf22e22113
Added link
2017-11-15 10:06:15 +00:00
David Lee
5b4667ad9b
added decision doc on p2p protocol
2017-11-15 10:05:04 +00:00
Thomas Schroeter
2577c75f28
Merge pull request #2046 from thschroeter/thomas-remove-snapshotting
...
CORDA-767: Raft Notary: remove snapshotting
2017-11-15 09:59:34 +00:00
mkit
fffcdb47da
Introducing the InputReader interface ( #102 )
...
* Introducing the InputReader interface
* Addressing review comments
* Addressing review comments
2017-11-15 08:36:24 +00:00
Shams Asari
75d42a25fb
Removed ValidateClasspathTest smoke test, as NodeProcess.Factory does the same thing and has wider coverage
2017-11-14 20:52:14 +00:00
Shams Asari
2fe41715cc
On exit, the driver will automaticallly shutdown any nodes which weren't waited for.
...
The motivation for this came with the recent change that a default notary is started by the driver, which if ignored will leak the notary process.
Also, waitForAllNodesToFinish() has been replaced by a driver parameter.
2017-11-14 20:20:00 +00:00
David Lee
5c62f9b243
Wording updates
2017-11-14 19:26:42 +00:00
Matthew Nesbit
032f50c8fe
Update design.md
2017-11-14 17:29:05 +00:00
Alberto Arri
c56ea4088f
fix enterprise build ( #108 )
...
fix enterprise build
2017-11-14 17:27:03 +00:00
David Lee
4e5a9e924e
Removed point
2017-11-14 16:48:35 +00:00
David Lee
4abe176af5
Update design.md
2017-11-14 16:45:48 +00:00
David Lee
414be6531d
Additional amendments based on restructuring with Mark O
2017-11-14 16:37:02 +00:00
Thomas Schroeter
fc8ed34205
Switch from compaction mode sequential to full
...
Full requires the command to be `closed` before it can be removed from
the log during compaction. We don't close commands, thus and retaining
the log forever, allowing users to increase the cluster size. The
downsize is the unbounded growth of the size of the log.
Cluster membership changes need testing.
2017-11-14 16:34:41 +00:00
David Lee
916add39b2
Structure & flow changes discussed with Mark Oldfield
2017-11-14 16:11:29 +00:00
Richard Green
b0af1c715c
From code review
2017-11-14 15:24:02 +00:00
Richard Green
4e67a979a0
Added some more details regarding setting log levels for individual modules
2017-11-14 15:24:02 +00:00
Thomas Schroeter
8a5bbe7cf8
Merge pull request #2018 from thschroeter/thomas-raft-notary-bootstrap
...
CORDA-768: Raft Notary: bootstrap command line flag
2017-11-14 14:48:34 +00:00
Thomas Schroeter
0d2382619b
Raft Notary: bootstrap command line flag
2017-11-14 13:51:21 +00:00
Matthew Nesbit
e270f2bfe1
Update design.md
2017-11-14 13:02:26 +00:00