cshannon commented on issue #3094: URL: https://github.com/apache/accumulo/issues/3094#issuecomment-1335259369
This has popped up before it looks like, did a search and found: https://lists.apache.org/thread/pdrftl1o3c1q5mcnpq7tdfffz5oxz3m1 https://issues.apache.org/jira/browse/ACCUMULO-2360 Since the general theory in the past is some non Thrift process trying to connect to the Thrift port and causing the issue, identifying the actual client using the patch from #3407 would be ideal to find out the client so we know if it's external process or something self inflicted. I'll take a look and see if I can figure out why the client value might have been null when logging. It uses a ThreadLocal to capture the client address so for some reason the thread that was the logging doesn't have that value set. -- 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]
