`pinot.server.instance.reload.consumingSegment` deprecated?
- Dominant language
- Java
- Stars
- 6.1k
- Forks
- 1.5k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 189
Description
There are several references to `pinot.server.instance.reload.consumingSegment` in the docs such as [1] and [2]. When I go to the code base at [3], it seems `CONFIG_OF_INSTANCE_RELOAD_CONSUMING_SEGMENT ` is never used anywhere.
[1] https://docs.pinot.apache.org/configuration-reference/server
[2] https://docs.pinot.apache.org/users/tutorials/schema-evolution
[3] https://github.com/apache/pinot/blob/12edbdb1e521e0d9ee35a2d6ef2fed172e5beaa1/pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java#L254-L255
Contributor guide
Research direction
Compare the references in the server configuration and schema-evolution documentation with CONFIG_OF_INSTANCE_RELOAD_CONSUMING_SEGMENT in pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java. Trace whether the setting is used, then determine whether the documentation or constant needs updating; done means the supported status is consistent across the named locations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100