mneethiraj opened a new pull request, #536: URL: https://github.com/apache/ranger/pull/536
## What changes were proposed in this pull request? The test checks for null value for AbstractRangerAuditWriter.logWriter in the main test thread. This member is updated in antoher thread that periodically looks to close the audit file. AbstractRangerAuditWriter.logWriter is now made vollatile so that updated value is visible in the main test thread. ## How was this patch tested? Build with unit tests completed successfully. -- 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: dev-unsubscr...@ranger.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org