Documentation for readReorderThresholdPendingRequests is missing
BUG REPORT
Describe the bug
Documentation for readReorderThresholdPendingRequests is missing from https://bookkeeper.apache.org/docs/reference/config/
To Reproduce
Steps to reproduce the behavior:
- Go to https://bookkeeper.apache.org/docs/reference/config/
- Search for "readReorderThresholdPendingRequests"
- No results.
Expected behavior
readReorderThresholdPendingRequests should be documented
Additional context
readReorderThresholdPendingRequests was provided by #1504 to resolve issue #1489 . The issue is about the ensemblePlacementPolicyOrderSlowBookies solution which was added by #883 (commit cc84042a4d) to address #709 .
What I'm wondering about ensemblePlacementPolicyOrderSlowBookies is that I don't see getEnsemblePlacementPolicySlowBookies() method being called in the code base at all. Is it a dead option? Am I missing some magical way how the configuration gets used in Bookkeeper code base? Could someone check?