Support to change the percentage used for calculating default low-units
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 470
- Forks
- 80
- PR merge metrics
- No merged PRs in 30d
Description
If you don't specify a value for "low-units" (or specify 0) the value used is today calculated as 0.75 * high-units.
It would be very nice to be able to set this percentage to another value than 0.75 and in this way not having to specify an explicit calculated value for "low-units" for every cache as soon as you would like another percentage.
Perhaps there is already a parameter or method for overriding this but in that case we have failed to find it....
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is identified in the issue. Start by locating the calculation that derives default low-units from high-units and checking existing configuration or override APIs. Done means a configurable percentage replaces the fixed 0.75 while explicit low-units values continue to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100