You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Vikram Srivastava (JIRA)" <ji...@apache.org> on 2014/01/29 08:34:09 UTC

[jira] [Updated] (ACCUMULO-2270) bulk import thread pool initialized in non-static method.

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

Vikram Srivastava updated ACCUMULO-2270:
----------------------------------------

    Attachment: ACCUMULO-2270.v1.patch.txt

Attached patch against master.

> bulk import thread pool initialized in non-static method.
> ---------------------------------------------------------
>
>                 Key: ACCUMULO-2270
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2270
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.5.0
>            Reporter: Keith Turner
>         Attachments: ACCUMULO-2270.v1.patch.txt
>
>
> In 1.5 org.apache.accumulo.server.master.tableOps.BulkImport.LoadFiles has a static thread pool. This static thread pool is initialized with a non-static syncronized method.  1.4 initializes in a static code block.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)