rootvector2 opened a new pull request, #2920: URL: https://github.com/apache/tika/pull/2920
the static `DURATION_FORMAT` is shared across the ogg parser singletons but `DecimalFormat` is not thread-safe, so concurrent parses race on its mutable internal state; create it per call inside `extractDuration` like `MP4Parser` already does. -- 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]
