jayeshchoudhary commented on PR #9699: URL: https://github.com/apache/pinot/pull/9699#issuecomment-1301980988
> What is UNKNOWN? Also, we can combine MISSING and PARTIAL, both cases can be PARTIAL or WAITING TO CONVERGE, with tooltip "External view is OFFLINE or missing for one or more servers of this segment" 1. UNKNOWN is when the segment state is not matching any conditions. Though this will not happen but added a fallback state just in case. I can remove it if the conditions looks good and there will be no other case. 2. sure makes sense I'll combine those, though I added that state because there was already an edge case present in the previous logic (which was added by Johan) -- 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]
