advancedxy commented on code in PR #1694: URL: https://github.com/apache/incubator-uniffle/pull/1694#discussion_r1601745461
########## deploy/kubernetes/operator/pkg/controller/sync/coordinator/coordinator.go: ########## @@ -136,7 +136,8 @@ func GenerateHeadlessSvc(rss *unifflev1alpha1.RemoteShuffleService, index int) * } // GenerateSvc generates NodePort service used by specific coordinator. If no RPCNodePort/HTTPNodePort is specified, -// this function is skipped. +// +// this function is skipped. Review Comment: Is this related? -- 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]
