Investigate limiting amount of data conditional writer sends to tserver
Open
task
- Dominant language
- Java
- Stars
- 200
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
Need to look into make the Accumulo conditional writer limit the amount of data it sends to a tserver. Currently it will sends as much as it has. If many clients to this at the same time, could cause tserver to OOME. Worked around this in a crude way in #593 thats probably not always effective at preventing disaster.
Contributor guide
Assessment
This issue has not been assessed yet.