[jira] [Updated] (ACCUMULO-4779) Instantiating iterator accesses config in a very slow way

2018-02-02 Thread Keith Turner (JIRA)

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

Keith Turner updated ACCUMULO-4779:
---
Fix Version/s: (was: 1.7.4)

> Instantiating iterator accesses config in a very slow way
> -
>
> Key: ACCUMULO-4779
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4779
> Project: Accumulo
>  Issue Type: Bug
>Affects Versions: 1.7.3, 1.8.1
>Reporter: Keith Turner
>Assignee: Keith Turner
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.9.0, 2.0.0
>
>  Time Spent: 7h 40m
>  Remaining Estimate: 0h
>
> I noticed this will looking at profiling data.  When creating iterators all 
> configuration is put in a TreeMap just to get two keys out.
> The following code 
> https://github.com/apache/accumulo/blob/rel/1.8.1/start/src/main/java/org/apache/accumulo/start/classloader/vfs/ContextManager.java#L118
> calls the following code
> https://github.com/apache/accumulo/blob/rel/1.8.1/core/src/main/java/org/apache/accumulo/core/conf/AccumuloConfiguration.java#L153



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ACCUMULO-4779) Instantiating iterator accesses config in a very slow way

2018-01-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot updated ACCUMULO-4779:
-
Labels: pull-request-available  (was: )

> Instantiating iterator accesses config in a very slow way
> -
>
> Key: ACCUMULO-4779
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4779
> Project: Accumulo
>  Issue Type: Bug
>Affects Versions: 1.7.3, 1.8.1
>Reporter: Keith Turner
>Assignee: Keith Turner
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.7.4, 1.9.0, 2.0.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> I noticed this will looking at profiling data.  When creating iterators all 
> configuration is put in a TreeMap just to get two keys out.
> The following code 
> https://github.com/apache/accumulo/blob/rel/1.8.1/start/src/main/java/org/apache/accumulo/start/classloader/vfs/ContextManager.java#L118
> calls the following code
> https://github.com/apache/accumulo/blob/rel/1.8.1/core/src/main/java/org/apache/accumulo/core/conf/AccumuloConfiguration.java#L153



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ACCUMULO-4779) Instantiating iterator accesses config in a very slow way

2018-01-17 Thread Keith Turner (JIRA)

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

Keith Turner updated ACCUMULO-4779:
---
Fix Version/s: 1.7.4

> Instantiating iterator accesses config in a very slow way
> -
>
> Key: ACCUMULO-4779
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4779
> Project: Accumulo
>  Issue Type: Bug
>Affects Versions: 1.7.3, 1.8.1
>Reporter: Keith Turner
>Assignee: Keith Turner
>Priority: Major
> Fix For: 1.7.4, 1.9.0, 2.0.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> I noticed this will looking at profiling data.  When creating iterators all 
> configuration is put in a TreeMap just to get two keys out.
> The following code 
> https://github.com/apache/accumulo/blob/rel/1.8.1/start/src/main/java/org/apache/accumulo/start/classloader/vfs/ContextManager.java#L118
> calls the following code
> https://github.com/apache/accumulo/blob/rel/1.8.1/core/src/main/java/org/apache/accumulo/core/conf/AccumuloConfiguration.java#L153



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ACCUMULO-4779) Instantiating iterator accesses config in a very slow way

2018-01-11 Thread Christopher Tubbs (JIRA)

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

Christopher Tubbs updated ACCUMULO-4779:

Fix Version/s: 2.0.0
   1.9.0

> Instantiating iterator accesses config in a very slow way
> -
>
> Key: ACCUMULO-4779
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4779
> Project: Accumulo
>  Issue Type: Bug
>Affects Versions: 1.7.3, 1.8.1
>Reporter: Keith Turner
>Assignee: Keith Turner
> Fix For: 1.9.0, 2.0.0
>
>
> I noticed this will looking at profiling data.  When creating iterators all 
> configuration is put in a TreeMap just to get two keys out.
> The following code 
> https://github.com/apache/accumulo/blob/rel/1.8.1/start/src/main/java/org/apache/accumulo/start/classloader/vfs/ContextManager.java#L118
> calls the following code
> https://github.com/apache/accumulo/blob/rel/1.8.1/core/src/main/java/org/apache/accumulo/core/conf/AccumuloConfiguration.java#L153



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (ACCUMULO-4779) Instantiating iterator accesses config in a very slow way

2018-01-11 Thread Keith Turner (JIRA)

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

Keith Turner updated ACCUMULO-4779:
---
Summary: Instantiating iterator accesses config in a very slow way  (was: 
Instantiating iterator access config in a very slow way)

> Instantiating iterator accesses config in a very slow way
> -
>
> Key: ACCUMULO-4779
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4779
> Project: Accumulo
>  Issue Type: Bug
>Affects Versions: 1.7.3, 1.8.1
>Reporter: Keith Turner
>Assignee: Keith Turner
>
> I noticed this will looking at profiling data.  When creating iterators all 
> configuration is put in a TreeMap just to get two keys out.
> The following code 
> https://github.com/apache/accumulo/blob/rel/1.8.1/start/src/main/java/org/apache/accumulo/start/classloader/vfs/ContextManager.java#L118
> calls the following code
> https://github.com/apache/accumulo/blob/rel/1.8.1/core/src/main/java/org/apache/accumulo/core/conf/AccumuloConfiguration.java#L153



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)