GitHub user selvaganesang opened a pull request: https://github.com/apache/incubator-trafodion/pull/1314
[TRAFODION-2821] Trafodion core code base needs to be thread safe The method Ids of the different Java classes are now initialized in a thread safe manner in JNI layer. The missing code to initialize the thread specific JNIEnv are added. You can merge this pull request into a Git repository by running: $ git pull https://github.com/selvaganesang/incubator-trafodion thread_safe Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-trafodion/pull/1314.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1314 ---- commit 31041e0f7630cea22d866e53fe6e8c7a4d046974 Author: selvaganesang <selva.govindara...@esgyn.com> Date: 2017-11-28T13:45:41Z [TRAFODION-2821] Trafodion core code base needs to be thread safe The method Ids of the different Java classes are now initialized in a thread safe manner in JNI layer. The missing code to initialize the thread specific JNIEnv are added. ---- ---