insideo commented on pull request #2513: URL: https://github.com/apache/hadoop/pull/2513#issuecomment-759123552
> Hey @insideo , so I'm actively reviewing this but obviously it will be awhile before I get through the whole thing. I do have an initial ask though. When I enable debug logging my terminal gets bombarded with thousands (more?) of logs that look like the text below. It's probably just a single log call that is going berserk because of a big image over http. Could you look into that? > > ``` > 2021-01-12 23:31:25,717 DEBUG [main] http.wire (Wire.java:wire(73)) - [SNIP]" > 2021-01-12 23:31:25,717 DEBUG [main] http.wire (Wire.java:wire(73)) - [SNIP]" > ``` I think that's Apache HttpClient (could try disabling org.apache.http.wire debug logging). It shouldn't be coming from this code. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
