sahilTakiar commented on issue #595: HDFS-14304: High lock contention on hdfsHashMutex in libhdfs URL: https://github.com/apache/hadoop/pull/595#issuecomment-476950505 Fixing compilation issues. `thread_local_storage.c` compilation was failing because it was using the old version of `invokeMethod`. Changed it to `findClassAndInvokeMethod` since the code is not on the hot path + it is possible this code is called before the cached Java classes are created.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
