-
Notifications
You must be signed in to change notification settings - Fork 478
Open
Labels
bugThis issue has been verified to be a bug.This issue has been verified to be a bug.
Milestone
Description
There are several prefixes not defined in isValidZooPropertyKey, which I'm not sure is by design. For example, should isValidZooPropertyKey include any of RPC_PREFIX, INSTANCE_PREFIX, MONITOR_PREFIX, COMPACTOR_PREFIX, etc? It seems like FIXED_PROPERTIES is meant to be a subset of those that are isValidZooPropertyKey (see descriptions for isFixedZooPropertyKey and isValidZooPropertyKey). However, there are several cases of a fixed property which would not be isValidZooPropertyKey (e.g., COMPACTOR_PORTSEARCH is in FIXED_PROPERTIES but would return false for isValidZooPropertyKey). Either
- At least one description is incorrect and should be updated
isValidZooPropertyKeyis missing some prefixes and should be updated
2 seems most likely
Originally posted by @kevinrr888 in #5632 (review)
Metadata
Metadata
Assignees
Labels
bugThis issue has been verified to be a bug.This issue has been verified to be a bug.