You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2015/02/05 14:12:35 UTC

[jira] [Created] (FLINK-1479) The spawned threads in the sorter have no context class loader

Stephan Ewen created FLINK-1479:
-----------------------------------

             Summary: The spawned threads in the sorter have no context class loader
                 Key: FLINK-1479
                 URL: https://issues.apache.org/jira/browse/FLINK-1479
             Project: Flink
          Issue Type: Bug
          Components: Local Runtime
    Affects Versions: 0.9
            Reporter: Stephan Ewen
             Fix For: 0.9


The context class loader of task threads is the user code class loader that has access to the libraries of the user program.

The sorter spawns extra threads (reading, sorting, spilling) without setting the context class loader on those threads.



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