killme2008 / killme2008/xmemcached
Document failure mode
- Dominant language
- Java
- Stars
- 764
- Forks
- 271
- PR merge metrics
- No merged PRs in 30d
Description
From what I understand `failureMode=true` is what other clients call `failover=false` in the sense that if failure mode is on, the client does not failover to other servers but marks the failed server as dead until it come back up. This is confusing.
In the short term this should be documented. In the long term a configuration like `builder.setFailover(true)` could be added that sets `failureMode=false`.
@killme2008 If you don't mind I will submit a PR with some documentation.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the existing configuration documentation for `failureMode` and related failover settings. Document how `failureMode=true` affects failover and server health, and clarify the relationship to other clients' `failover=false` behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100