apache / apache/cassandra-easy-stress
Add ability to dynamically adjust workload as it's running
- Dominant language
- Kotlin
- Stars
- 31
- Forks
- 21
- Avg merge
- 8d 23h
- Merged PRs (30d)
- 1
Description
I've been in several situations now where I've wanted to change the rate limit of a running job without stopping it entirely. Sometimes it would be nice to just reduce the throughput by 10% or change the read rate.
When starting a job, add an option to open up a control port. My current thinking is to use gRPC to listen on that control port, and add a `client` mode to easy-cass-stress that would connect to that control port and accept commands to adjust the workload.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the easy-cass-stress entry point and how a job is started. Investigate the proposed gRPC control port and client mode, including commands for changing throughput or read rate while the job runs. Done means a running job can accept those adjustments without stopping.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- grpc, kotlin
- Domain
- cli, distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100