Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ETL can't proceed when writing big Batch #1077

Closed
godexsoft opened this issue Jan 4, 2024 · 0 comments
Closed

ETL can't proceed when writing big Batch #1077

godexsoft opened this issue Jan 4, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@godexsoft
Copy link
Collaborator

In Clio we have Batched writes and the size of the batch is not limited by anything. If it happens that there are a big amount of transactions in one ledger we end up hitting the threshold of Scylla for maximum batch data size in Kb.
When this happens, ETL can't progress.

Example of a ledger that got this issue: https://devnet.xrpl.org/ledgers/3058257

Suggested fix is to split writes into smaller batches which is to be controlled by a configuration parameter.

@godexsoft godexsoft added the bug Something isn't working label Jan 4, 2024
@godexsoft godexsoft self-assigned this Jan 4, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Clio Jan 4, 2024
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Merged in Clio Jan 4, 2024
godexsoft added a commit that referenced this issue Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: ✅ Merged
Development

No branches or pull requests

1 participant