fluo
fluo copied to clipboard
Investigate limiting amount of data conditional writer sends to tserver
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.