xyuanlu commented on PR #2669: URL: https://github.com/apache/helix/pull/2669#issuecomment-1769240166
This pr is ready to be merged. Approved by @desaikomal and @zpinto Commit message: When adding/removing instance from a cluster, it is possible that at a point of time, instance config is gone but the INSTANCE ZNode is still there. This would cause config map in helix controller cache to have instance mapped to null config. The failure is not a blocking error causing further pipeline failure but we would like to avoid noise in log. This change add null check before access instance config. -- 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]
