bilaharith commented on pull request #2548: URL: https://github.com/apache/hadoop/pull/2548#issuecomment-773020770
> > There is one one findbugs warning remaining which is of medium priority. The same can be ignored since at line 147 the continuation token returned by the ListingOperation ouside the synchroniced lock since the same involve an http call. > > well, it needs to be dealt with either by fixing or findbugs.xml. Define "medium priority" here Medium priority was a terminology used within findbugs report. The member variable continuation is returned from an external http call. Keeping this outside synchronized block since the same is costly. The same is excluded in the findbugs.xml file ---------------------------------------------------------------- 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]
