dlmarion commented on issue #4076: URL: https://github.com/apache/accumulo/issues/4076#issuecomment-1858386318
Some thoughts on probable scaling scenarios: |Component|Metric or Condition|Action|Comments| |-----------------|----------------------------|----------|--------------- | | Compactor | Idle | Shutdown unless minimum specified || | ScanServer | Idle | Shutdown unless minimum specified || | TabletServer | Idle | Shutdown unless minimum specified || | Compactor | queue.length > x | Start a new instance || | ScanServer | queue.length > x | Start a new instance, if not enough resources terminate Compactor |Would client need to emit a metric for this?| | TabletServer | hold.time > x | Start a new instance, if not enough resources terminate Compactor |Hold time indicates pause of live ingest due to flush latency| -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
