Remove or deprecate port search properties
Open
enhancement
- Dominant language
- Java
- Stars
- 1.2k
- Forks
- 487
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 13
Description
**Is your feature request related to a problem? Please describe.**
Some accumulo servers have a port search property, like `tserver.port.search`. This property seems redundant w/ the ability to specify a range for a port property.
**Describe the solution you'd like**
Remove or deprecate the port search properties in favor of ranges for ports. Seems like this would really simplify the code.
**Additional context**
Tracked down the issue ACCUMULO-4331 where port ranges were added and it recommended removing the port search props.
Contributor guide
Assessment
This issue has not been assessed yet.