wzhallright opened a new pull request #2258: URL: https://github.com/apache/ozone/pull/2258
## What changes were proposed in this pull request? `ozone auditparser ~/audit.db load /logs/om-audit.log` The command throw out of bound exception: Index 6 out of bounds for length 6. The audit log like this  There is "\n" after "partNumber: 1" and "partName***" so, `bReader.readLine()` only read before the first "\n" ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-5240?filter=-2 ## How was this patch tested? UT -- 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]
