bitflicker64 commented on PR #2952: URL: https://github.com/apache/hugegraph/pull/2952#issuecomment-3960694033
PD readiness checks were failing even when the cluster was working correctly. In secured setups the PD service returns Unauthorized if no credentials are provided. The wait logic treated this response as a failure instead of a normal security behavior. This created false failures where PD and Store were actually healthy. As a result the readiness loop waited . The fix was to add authentication to the curl commands. After that the checks worked correctly and no longer timed out -- 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]
