[jira] [Commented] (ACCUMULO-4028) ServerClient getConnection is inefficient

2015-10-14 Thread Eric Newton (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14957176#comment-14957176 ] Eric Newton commented on ACCUMULO-4028: --- May want to use Read/Write locks to eliminate some of

[jira] [Commented] (ACCUMULO-4028) ServerClient getConnection is inefficient

2015-10-14 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14957442#comment-14957442 ] marco polo commented on ACCUMULO-4028: -- [~ecn], I have the patch ready for you from ACCUMULO-3508

[jira] [Commented] (ACCUMULO-4028) ServerClient getConnection is inefficient

2015-10-14 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14957444#comment-14957444 ] Josh Elser commented on ACCUMULO-4028: -- {code} + TServerInstance servers[] =

[jira] [Commented] (ACCUMULO-4028) ServerClient getConnection is inefficient

2015-10-14 Thread Eric Newton (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14957593#comment-14957593 ] Eric Newton commented on ACCUMULO-4028: --- I've hoisted the creation of the array to outside of the

[jira] [Commented] (ACCUMULO-4028) ServerClient getConnection is inefficient

2015-10-14 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14957596#comment-14957596 ] Josh Elser commented on ACCUMULO-4028: -- Thanks! > ServerClient getConnection is inefficient >

[jira] [Commented] (ACCUMULO-4028) ServerClient getConnection is inefficient

2015-10-14 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14957229#comment-14957229 ] Josh Elser commented on ACCUMULO-4028: -- bq. And this is done for every file to be bulk loaded.