mapshen commented on issue #7924: URL: https://github.com/apache/pinot/issues/7924#issuecomment-997075188
> It is used in `HelixInstanceDataManagerConfig.shouldReloadConsumingSegment()`. There is no directly access to the constant because the prefix is trimmed off in the instance data manager config. As per [1], `pinot.server.instance.reload.consumingSegment` is set to `false` by default, but based on our tests, without setting this to `true`, the current consuming segment(s) will still reflect the default null value for newly added columns, which conflicts with what documented at [2] > Real-Time Pinot table: In case of real-time tables, make sure the "pinot.server.instance.reload.consumingSegment" config is set to true inside Server config. Without this, the current consuming segment(s) will not reflect the default null value for newly added columns. [1] https://docs.pinot.apache.org/configuration-reference/server [2] https://docs.pinot.apache.org/users/tutorials/schema-evolution -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
