Ethan Li created STORM-3266:
-------------------------------
Summary: prevent flooding supervisor log with "Successfully
authenticated"
Key: STORM-3266
URL: https://issues.apache.org/jira/browse/STORM-3266
Project: Apache Storm
Issue Type: Bug
Reporter: Ethan Li
flooding of messages:
{code:java}
2018-10-19 22:34:21.317 o.a.s.s.a.s.SimpleSaslServerCallbackHandler
pool-12-thread-9 [INFO] Successfully authenticated client: authenticationID =
[email protected] authorizationID = [email protected]
2018-10-19 22:34:21.445 o.a.s.s.a.s.SimpleSaslServerCallbackHandler
pool-12-thread-10 [INFO] Successfully authenticated client: authenticationID =
[email protected] authorizationID = [email protected]
2018-10-19 22:34:22.050 o.a.s.s.a.s.SimpleSaslServerCallbackHandler
pool-12-thread-11 [INFO] Successfully authenticated client: authenticationID =
[email protected] authorizationID = [email protected]
2018-10-19 22:34:22.327 o.a.s.s.a.s.SimpleSaslServerCallbackHandler
pool-12-thread-12 [INFO] Successfully authenticated client: authenticationID =
[email protected] authorizationID = [email protected]
2018-10-19 22:34:22.452 o.a.s.s.a.s.SimpleSaslServerCallbackHandler
pool-12-thread-13 [INFO] Successfully authenticated client: authenticationID =
[email protected] authorizationID = [email protected]
2018-10-19 22:34:23.059 o.a.s.s.a.s.SimpleSaslServerCallbackHandler
pool-12-thread-14 [INFO] Successfully authenticated client: authenticationID =
[email protected] authorizationID = [email protected]
2018-10-19 22:34:23.334 o.a.s.s.a.s.SimpleSaslServerCallbackHandler
pool-12-thread-15 [INFO] Successfully authenticated client: authenticationID =
[email protected] authorizationID = [email protected]
2018-10-19 22:34:23.461 o.a.s.s.a.s.SimpleSaslServerCallbackHandler
pool-12-thread-16 [INFO] Successfully authenticated client: authenticationID =
[email protected] authorizationID = [email protected]
2018-10-19 22:34:24.065 o.a.s.s.a.s.SimpleSaslServerCallbackHandler
pool-12-thread-1 [INFO] Successfully authenticated client: authenticationID =
[email protected] authorizationID = [email protected]
2018-10-19 22:34:24.342 o.a.s.s.a.s.SimpleSaslServerCallbackHandler
pool-12-thread-2 [INFO] Successfully authenticated client: authenticationID =
[email protected] authorizationID = [email protected]
2018-10-19 22:34:24.468 o.a.s.s.a.s.SimpleSaslServerCallbackHandler
pool-12-thread-3 [INFO] Successfully authenticated client: authenticationID =
[email protected] authorizationID = [email protected]
{code}
I submitted wordcount topology on a secure storm cluster and it started to run.
And that's when it happens.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)