marcoabreu commented on issue #11997: Disable ccache log print due to threadunsafety URL: https://github.com/apache/incubator-mxnet/pull/11997#issuecomment-409864617 The problem is this line: https://github.com/apache/incubator-mxnet/pull/11997/files#diff-1335fbaf3930b1438d9be18edb07a1a6L122 the stats.lock may only be accessed with proper locks in place - simply grepping it causes problems, especially considering we are on a NFS. That command is also the reason for the log you pasted. Does that answer your questions?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
