[ https://issues.apache.org/jira/browse/TRAFODION-2821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16268762#comment-16268762 ]
ASF GitHub Bot commented on TRAFODION-2821: ------------------------------------------- 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. ---- > Trafodion core code base needs to be thread safe > ------------------------------------------------- > > Key: TRAFODION-2821 > URL: https://issues.apache.org/jira/browse/TRAFODION-2821 > Project: Apache Trafodion > Issue Type: Improvement > Components: sql-general > Affects Versions: any > Reporter: Selvaganesan Govindarajan > Assignee: Selvaganesan Govindarajan > Fix For: 2.3-incubating > > > This is the covering trafodion jira to make trafodion core code base to be > thread safe. It is needed to ensure that type T2 JDBC driver hosted on > platform can be enabled to support multi-threaded JDBC applications. > [TRAFODION-2783] is one such case. -- This message was sent by Atlassian JIRA (v6.4.14#64029)