akpatnam25 opened a new pull request, #3491:
URL: https://github.com/apache/celeborn/pull/3491
<!--
Thanks for sending a pull request! Here are some tips for you:
- Make sure the PR title start w/ a JIRA ticket, e.g. '[CELEBORN-XXXX]
Your PR title ...'.
- Be sure to keep the PR description updated to reflect all changes.
- Please write your PR title to summarize what this PR proposes.
- If possible, provide a concise example to reproduce the issue for a
faster review.
-->
### What changes were proposed in this pull request?
Remove some client side connection errors logging that are noisy.
### Why are the changes needed?
see above -- removing noise.
### Does this PR introduce _any_ user-facing change?
yes, removing noisy logs
### How was this patch tested?
ran an app and validated the changes:
```
25/07/23 00:14:08 INFO RegistrationClientBootstrap: authentication
initiation started for application_1753182825631_17439_1
25/07/23 00:14:08 INFO RegistrationClientBootstrap: authentication
initiation successful for application_1753182825631_17439_1
25/07/23 00:14:08 INFO RegistrationClientBootstrap: Sending SASL message
for client authentication
25/07/23 00:14:08 INFO RegistrationClientBootstrap: client authenticated
for application_1753182825631_17439_1
25/07/23 00:14:08 INFO TransportClientFactory: Attempted to register with a
Master that is not the leader after 73.1 ms: Suggested leader is host3:9097
25/07/23 00:14:08 WARN MasterClient: Connect to host1:9097 failed.
25/07/23 00:14:08 WARN MasterClient: Connect to host2:9097 failed.
25/07/23 00:14:08 INFO RegistrationClientBootstrap: authentication
initiation started for application_1753182825631_17439_1
25/07/23 00:14:08 INFO RegistrationClientBootstrap: authentication
initiation successful for application_1753182825631_17439_1
25/07/23 00:14:08 INFO RegistrationClientBootstrap: Sending SASL message
for client authentication
25/07/23 00:14:08 INFO RegistrationClientBootstrap: client authenticated
for application_1753182825631_17439_1
25/07/23 00:14:08 INFO RegistrationClientBootstrap: Registration for
application_1753182825631_17439_1
25/07/23 00:14:08 INFO MasterClient: connect to master host3:9097.
25/07/23 00:14:08 INFO MasterClient: connect to master host3:9097.
```
--
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]