Kyriakos Tharrouniatis
17b94c45e8
Moved FlowSafeSubject under package node.internal as it is only used by NodeVaultService
2020-02-16 21:29:51 +00:00
Kyriakos Tharrouniatis
d341a982a3
Update kdocs of FlowSafeSubject/ PreventSubscriptionsSubject
2020-02-16 20:30:41 +00:00
Kyriakos Tharrouniatis
a194c79e5f
Minor text correction
2020-02-16 17:05:27 +00:00
Kyriakos Tharrouniatis
ddbcba3f2e
Add kdoc to OnNextFailedException
2020-02-16 16:59:48 +00:00
Kyriakos Tharrouniatis
9a2daeb5c9
Logging flow name instead of flow id at VaultService.rawUpdates subscribing error
2020-02-14 14:12:34 +00:00
Kyriakos Tharrouniatis
0fb49e9ed2
Added test, asserting FlowSafeSubscriber is alive and re-accessed upon flow retry
2020-02-14 14:12:34 +00:00
Kyriakos Tharrouniatis
bc79ce8058
Add fiber's id to log message and exception message
2020-02-14 14:12:34 +00:00
Kyriakos Tharrouniatis
db8457ef3f
Improve log message
2020-02-14 14:12:34 +00:00
Kyriakos Tharrouniatis
c8566d2cf9
Correcting log message
2020-02-14 14:12:34 +00:00
Kyriakos Tharrouniatis
4517457e16
Revert "Wrap PublishSubjects with FlowSafeSubjects in all tests that test Observer.tee"
...
This reverts commit e419af86
2020-02-14 14:12:34 +00:00
Kyriakos Tharrouniatis
91d8de32c4
Warning fix: Add else block to when statement
2020-02-14 14:12:34 +00:00
Kyriakos Tharrouniatis
97ec3a18b1
Make rawUpdates Rx.Observers not unsubscribe when accessed from CordaServices - Do not allow rawUpdates subscribing from flows
2020-02-14 14:12:34 +00:00
Kyriakos Tharrouniatis
f27e0641b4
Minor code formatting
2020-02-14 14:00:51 +00:00
Kyriakos Tharrouniatis
cfcca4ac18
Wrap PublishSubjects with FlowSafeSubjects in all tests that test Observer.tee
2020-02-14 14:00:51 +00:00
Kyriakos Tharrouniatis
e41fb714c1
Introducing not unsubscribing version of Rx.Subscriber
2020-02-14 13:55:44 +00:00
Kyriakos Tharrouniatis
5f446aea7e
Add explanatory comment about why we changed Observer.tee to use unsafe subscribe
2020-02-14 13:49:50 +00:00
Kyriakos Tharrouniatis
9d2df380ea
Throw SQLException or PersistenceException plain, that may come out of an unsafe subscriber
2020-02-14 13:49:50 +00:00
James Higgs
da192bcf0d
[EG-140] Allow system property paths with multiple keys to be specified in node.conf ( #5963 )
...
* [EG-140] Allow system property paths with multiple keys to be specified in node.conf
* [EG-140] Split property paths to remove quotes
* [EG-140] Quote system properties in docs
* [EG-140] Rename path to key
2020-02-14 11:18:21 +00:00
Ryan Fowler
84be738374
CORDA-3752: rethrow non-rpc specific errors rather than try to reconnect to the server ( #5922 )
2020-02-13 14:08:56 +00:00
Ryan Fowler
1c80ad8be2
CORDA-3576: Use the connectionMaxRetryInterval configuration when reconnection the RPC client ( #5957 )
2020-02-13 13:11:39 +00:00
Chris Rankin
117108f456
ENT-4921: Ensure that CorDapp classloader is not lost with graceful reconnect. ( #5954 )
2020-02-13 09:25:28 +00:00
Razvan Codreanu
c6ab07d92c
TM-197 Fix failing test caused by regression and ignoring flaky DistributedServiceTests ( #5934 )
...
* TM-197 Setting bouncy castle provider in order for the test to pass
* TM-197 setting timeout for all builds at 3 hours
* TM-197 ignoring unstable tests
2020-02-12 14:26:06 +00:00
Thomas Schroeter
af4d9c48a0
ENT-4933: Document notary.etaMessageThresholdSeconds
( #5948 )
...
* ENT-4933: Document `notary.etaMessageThresholdSeconds`
* Fix typo
2020-02-12 14:10:26 +00:00
Denis Rekalov
ba002a82ec
CORDA-3587: hashLookup command help misspelling ( #5936 )
2020-02-11 15:13:34 +00:00
Denis Rekalov
448e7baf0b
Merge pull request #5942 from corda/denis/ENT-4918-certificates-dir-symbolic-link
...
ENT-4918: Support symbolic link for certificates directory during node registration
2020-02-11 14:03:20 +00:00
Denis Rekalov
1705299bde
ENT-4918: Support symbolic link for certificates directory during node registration
2020-02-11 13:14:34 +00:00
Waldemar Żurowski
e90058962f
Updating Artifactory URLs for Corda OS ( #5930 ) ( #5939 )
...
* Switching Artifactory URLs from obsolete ci-artifactory to software.r3.com
2020-02-11 11:57:51 +00:00
Stefano Franz
b23af5f0d2
add timeouts to all tests ( #5875 )
2020-02-11 10:14:05 +00:00
Stefano Franz
1d0918cdde
NOTICK - Speed up regression tests ( #5918 )
...
* speed up regression tests
* move to local-k8s for all Jenkins builds
2020-01-31 16:47:24 +00:00
Kyriakos Tharrouniatis
9ca1dd59da
CORDA-3381 Make internalUtilsKt Observer tee not wrap with SafeSubscriber ( #5913 )
...
* Make tee not wrap PublishSubjects in SafeSubscribers, otherwise a non Rx exception from an unsafe observer shuts down all other observers under the same PublishSubject
* Throw SQLException or PersistenceException plain, that may come out of an unsafe subscriber
* Revert "Throw SQLException or PersistenceException plain, that may come out of an unsafe subscriber"
This reverts commit c7b8af3fa6
.
* Update Detekt baseline
2020-01-31 12:32:59 +00:00
Florian Friemel
cb6ed6042c
Move jimfs dependency from node to test-utils. ( #5911 )
2020-01-31 10:55:05 +00:00
jmacmahonr3
9511329e3d
[EG-75] Not handled exception when NetworkMap not accessible ( #5903 )
...
* Just passing in the exception was printing the entire stacktrace to the log, now we just pring the exception and message
* Updating exception message
2020-01-30 17:26:22 +00:00
Denis Rekalov
609ae5664b
Merge pull request #5909 from corda/christians/NOTICK-remove-forms-dependency
...
Remove unused dependency on IntelliJ forms
2020-01-30 14:03:49 +00:00
Chris Rankin
1f9e54685d
CORDA-3377: Upgrade to DJVM 1.0-RC09. ( #5910 )
2020-01-30 13:59:16 +00:00
Christian Sailer
cac96d81bf
Remove unused dependency on IntelliJ forms
2020-01-30 10:48:00 +00:00
Oliver Knowles
286fffd67a
ENT-4368 - Improve error handling when required included config resource cannot be found. Add note in docs encouraging use of required syntax for includes. ( #5907 )
2020-01-30 10:10:24 +00:00
Joel Dudley
5b186b1c65
Interfaces/classes/methods with internal
in their name are non-public API ( #5906 )
2020-01-29 15:35:00 +00:00
Ryan Fowler
d16e1126db
CORDA-3542: Use the config values for reconnecting retry interval and max reconnect attempts ( #5869 )
2020-01-29 13:08:54 +00:00
Chris Rankin
3a34b0d087
CORDA-3228: Upgrade to Quasar 0.8.0_r3 for JDK 11. ( #5904 )
2020-01-28 16:08:15 +00:00
Chris Rankin
eea8168672
CORDA-3377: Upgrade to DJVM 1.0-RC08. ( #5905 )
2020-01-28 13:54:34 +00:00
Viktor Kolomeyko
2e8f2ffc21
CORDA-3025: Permissions template for a read-only user ( #5901 )
2020-01-28 11:49:12 +00:00
Chris Rankin
c8a21cb8d2
CORDA-3536: Load DJVM serialization types more precisely to avoid runtime warnings. ( #5896 )
...
* Load DJVM serialization types more precisely to avoid runtime warnings.
* Remove unnecessary string concatenation from debug and trace log messages.
2020-01-28 09:26:13 +00:00
Nick Dunstone
a4cada4a2e
ENT-4474 O/S Changes to support bulk backchain fetching ( #5894 )
...
* Ongoing dev multi backchain fetch
* Final dev pre logging message improvements
* Trace messages
* Trace messages
* Code tidy up
* Code review comments
* Code review comments
* Whitespace removed
* Code review changes
* Code reformatting
2020-01-28 09:04:18 +00:00
davidrapacchiale
16532299c5
Merge pull request #5902 from corda/vkolomeyko/CORDA-3559
...
CORDA-3559: Remove reference to `man run`
2020-01-27 15:36:01 +00:00
Ryan Fowler
e8d6701f87
CORDA-3558: Allow initial registration errors to propagate up so the node exits with a failure code ( #5899 )
2020-01-27 15:23:07 +00:00
Chris Rankin
08925ee0a5
ENT-4911: Split network verifier's sealed CorDapps into separate packages. ( #5900 )
2020-01-27 15:20:08 +00:00
Viktor Kolomeyko
ae3ce82e60
CORDA-3559: Remove reference to man run
...
`man` shell command is deemed to be unsafe.
2020-01-27 15:01:40 +00:00
Stefano Franz
d95c3e2b8b
Use a local instance of k8s instead of remote cluster for parallel testing ( #5897 )
...
* switch to new version of plugin
* change plugin version to force refresh
* try using pre-populated cache
* do not preallocate
* no daemon
* reduce cores per fork to increase parallelism
* even more aggresive cpu allocation
2020-01-27 14:58:21 +00:00
Ryan Fowler
d0faf4d7cb
NOTICK - allow resolveJar errors to be quieter ( #5898 )
2020-01-27 14:08:08 +00:00
Stefano Franz
fa55b66c8d
Merge pull request #5889 from corda/ramzi/43-44-merge
...
OS 4.3 -> OS 4.4 Merge
2020-01-27 11:04:31 +00:00