question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add backpressure support in ledger-api-test-tool

See original GitHub issue

The LotsOfParties test currently runs with a reduced number of parties (125 instead of 1024) because the ledger-api-test-tool doesn’t support the backpressure signal on party allocation.

To be able to increase the number of parties in the test again, this support needs to be added to the ledger-api-test-tool.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:14 (12 by maintainers)

github_iconTop GitHub Comments

3reactions
SamirTalwar-DAcommented, Jun 30, 2020

I am all for an optional, opt-in, --handle-backpressure switch which also reports how many times it got a RESOURCE_EXHAUSTED at the end.

0reactions
miklos-dacommented, Jun 2, 2020

As another example, PackageManagementServiceIT may also benefit from backpressure as we have limited number of threads available for uploading packages in parallel.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dealing with Backpressure with RxJava - Baeldung
A guide demonstrating several strategies of handling backpressure in RxJava.
Read more >
runtime/backlog Milestone - GitHub
No health check is exposed for the read service or other ledger-specific services ... Add backpressure support in ledger-api-test-tool component/dlik DAML ...
Read more >
Mutiny - Flow control and Back-pressure - Quarkus
It supports failure handling, both sequential and parallel operation ... Back-pressure is often required when multiple threads are involved, ...
Read more >
From RxJava to Kotlin Flow: Backpressure - ProAndroidDev
RxJava is known for its first class support for backpressure. Kotlin Flow also has some solutions for that problem.
Read more >
Release notes — DAML SDK 1.4.0-snapshot.20200729.4851 ...
Added the daml trigger-service command to the SDK to start the ... The Ledger API Test Tool --exclude and --include flags now match...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found