JingsongLi commented on PR #7732: URL: https://github.com/apache/paimon/pull/7732#issuecomment-4407293663
> > @TheR1sing3un If Java is fine, can we just align Java's default behavior? There's no need to expose so many configurations. > > At first, I thought the same way. But the core issue is that if these configurations cannot be adjusted, then some network configurations of the kernel will be used. However, in different machines and different clusters, these network configurations are not uniform. For example, in our internal cluster, the connect retry is only once. This will cause the client to fail directly once it encounters a little network fluctuation, and then lead to the failure of the entire ray job. What I want to confirm is, is there a problem with the Java SDK? -- 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]
