You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Matthias Boehm (JIRA)" <ji...@apache.org> on 2017/05/23 07:06:04 UTC

[jira] [Resolved] (SYSTEMML-1616) Multi-threaded JMLC failures due to side effects of constant folding

     [ https://issues.apache.org/jira/browse/SYSTEMML-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Boehm resolved SYSTEMML-1616.
--------------------------------------
       Resolution: Fixed
         Assignee: Matthias Boehm
    Fix Version/s: SystemML 1.0

> Multi-threaded JMLC failures due to side effects of constant folding
> --------------------------------------------------------------------
>
>                 Key: SYSTEMML-1616
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1616
>             Project: SystemML
>          Issue Type: Bug
>            Reporter: Matthias Boehm
>            Assignee: Matthias Boehm
>             Fix For: SystemML 1.0
>
>
> In scenarios with multiple concurrently running JMLC connections and prepared scripts per JVM process (e.g., in spark executors, or multi-threaded containers), there are potential side effects between scripts which ultimately can lead to compilation and runtime errors.
> The root cause are static reuse objects (for program block and execution context) in the constant folding rewrite. Accordingly, folded constants might leak from one script compilation into another script compilation which can cause all sorts of incomprehensible errors.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)