[jira] [Commented] (SOLR-6239) HttpSolrServer: connection still allocated

2015-10-23 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14970976#comment-14970976 ] David Smiley commented on SOLR-6239: N/P. Technically one synchronizes on a specific instance of an

[jira] [Commented] (SOLR-6239) HttpSolrServer: connection still allocated

2015-10-23 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14970989#comment-14970989 ] Shawn Heisey commented on SOLR-6239: An audit of my code revealed that this was the only place I was

[jira] [Commented] (SOLR-6239) HttpSolrServer: connection still allocated

2015-10-23 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14970960#comment-14970960 ] Shawn Heisey commented on SOLR-6239: Interesting. Good to know, I was not aware that synchronization

[jira] [Commented] (SOLR-6239) HttpSolrServer: connection still allocated

2015-10-23 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14970943#comment-14970943 ] David Smiley commented on SOLR-6239: You are synchronizing on the "firstInstance" field, which will

[jira] [Commented] (SOLR-6239) HttpSolrServer: connection still allocated

2015-10-15 Thread Mohsen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14958496#comment-14958496 ] Mohsen commented on SOLR-6239: -- Shawn, sorry for my confusing comment. I'm using Solr (single instance, no

[jira] [Commented] (SOLR-6239) HttpSolrServer: connection still allocated

2015-10-15 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14959063#comment-14959063 ] Shawn Heisey commented on SOLR-6239: I scratched my head trying to figure out how you can fix this.

[jira] [Commented] (SOLR-6239) HttpSolrServer: connection still allocated

2015-10-14 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14957168#comment-14957168 ] Sergio Fernández commented on SOLR-6239: Notice than in modern HTTP Components ({{>=4.4.0}}) the

[jira] [Commented] (SOLR-6239) HttpSolrServer: connection still allocated

2015-10-14 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14957114#comment-14957114 ] Shawn Heisey commented on SOLR-6239: [~mohsen], one instance of HttpSolrClient is supposed to be usable

[jira] [Commented] (SOLR-6239) HttpSolrServer: connection still allocated

2015-10-14 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14957250#comment-14957250 ] Shawn Heisey commented on SOLR-6239: Current versions of Solr are using the 4.4.1 versions of the

[jira] [Commented] (SOLR-6239) HttpSolrServer: connection still allocated

2015-10-14 Thread Mohsen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14956356#comment-14956356 ] Mohsen commented on SOLR-6239: -- Overriding {{createClientConnectionManager()}} and returning

[jira] [Commented] (SOLR-6239) HttpSolrServer: connection still allocated

2014-12-06 Thread Anton Kozak (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14236864#comment-14236864 ] Anton Kozak commented on SOLR-6239: --- The issue is reproducible in case of high load, I

[jira] [Commented] (SOLR-6239) HttpSolrServer: connection still allocated

2014-07-11 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14058724#comment-14058724 ] Sergio Fernández commented on SOLR-6239: The recommended way, by Httpcomponents