aajisaka commented on issue #1877: HADOOP-16908. Prune jackson 1 code again. URL: https://github.com/apache/hadoop/pull/1877#issuecomment-595603775 AbfsHttpOperations.java ``` final ObjectMapper objectMapper = new ObjectMapper(); this.listResultSchema = objectMapper.readValue(stream, ListResultSchema.class); ``` ObjectMapper instance should be re-used. It can be fixed in a separate jira.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
