You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Sandesh (JIRA)" <ji...@apache.org> on 2016/07/08 15:33:10 UTC

[jira] [Created] (APEXCORE-482) Default Unifiers should be ThreadLocal with downstream operators

Sandesh created APEXCORE-482:
--------------------------------

             Summary: Default Unifiers should be ThreadLocal with downstream operators
                 Key: APEXCORE-482
                 URL: https://issues.apache.org/jira/browse/APEXCORE-482
             Project: Apache Apex Core
          Issue Type: Improvement
            Reporter: Sandesh


Default Unifiers are currently deployed ( except in Mx1 ) as CONTAINER_LOCAL with the downstream operator. It is better to make it THREAD_LOCAL to improve the performance.

Custom unifiers can still be CONTAINER_LOCAL and possibly allow the users to control the behaviours.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)