Skip to content

Commit ab081ab

Browse files
authored
[ci] Enable canton amplification improvements (#3151)
Signed-off-by: Nicu Reut <[email protected]>
1 parent 8600131 commit ab081ab

File tree

6 files changed

+14
-0
lines changed

6 files changed

+14
-0
lines changed

apps/app/src/test/resources/include/mediators.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ _mediator_template {
1515
time-tracker.min-observation-duration = 10s
1616
sequencer-client {
1717
use-new-connection-pool = false
18+
enable-amplification-improvements = true
1819
}
1920
topology.validate-initial-topology-snapshot = false
2021
}

apps/app/src/test/resources/include/participants.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ _participant_template {
4545
# Use a higher number of in flight batches to increase throughput
4646
maximum-in-flight-event-batches = 50
4747
use-new-connection-pool = false
48+
enable-amplification-improvements = true
4849
}
4950

5051
# TODO(DACH-NY/canton-network-node#8331) Tune cache sizes

cluster/images/canton-mediator/app.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ canton {
2222
sequencer-client {
2323
acknowledgement-interval = 10m
2424
use-new-connection-pool = false
25+
enable-amplification-improvements = true
2526
}
2627

2728
storage = ${_storage}

cluster/images/canton-participant/app.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ canton {
3030
# Use a higher number of in flight batches to increase throughput
3131
maximum-in-flight-event-batches = 50
3232
use-new-connection-pool = false
33+
enable-amplification-improvements = true
3334
}
3435

3536
monitoring.grpc-health-server {

cluster/images/multi-participant/pre-bootstrap.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ canton.participants.participant_$index = {
3030
# Use a higher number of in flight batches to increase throughput
3131
maximum-in-flight-event-batches = 50
3232
use-new-connection-pool = false
33+
enable-amplification-improvements = true
3334
}
3435
3536
monitoring.grpc-health-server {

docs/src/release_notes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
66
.. _release_notes:
77

8+
Upcoming
9+
========
10+
11+
- Sequencer connections
12+
13+
- Improve retries for sending sequencer submissions when a sequencer rejects the request with an overloaded error code by retrying immediately on another node.
14+
- The network timeout for the connection was lowered to 15 seconds to detect failures faster.
15+
16+
817
0.5.1
918
=====
1019

0 commit comments

Comments
 (0)