[jira] [Updated] (SOLR-4696) All threads become blocked resulting in hang when bulk adding

2013-04-09 Thread matt knecht (JIRA)

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

matt knecht updated SOLR-4696:
--

Attachment: solr.jstack.2
solr.jstack.1

jstack from solr once problem manifests.  Stopped adding documents before 
running out of threads.  One jstack from each solr node (4 cores, 2 shards)

 All threads become blocked resulting in hang when bulk adding
 -

 Key: SOLR-4696
 URL: https://issues.apache.org/jira/browse/SOLR-4696
 Project: Solr
  Issue Type: Bug
  Components: SolrCloud
Affects Versions: 4.1, 4.2, 4.2.1
 Environment: Ubuntu 12.04.2 LTS 3.5.0-27-generic
 Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
 KVM, 4xCPU, 5GB RAM, 4GB heap.
Reporter: matt knecht
  Labels: hang
 Attachments: solr.jstack.1, solr.jstack.2


 During a bulk load after about 150,000 documents load, thread usage spikes, 
 solr no longer processes any documents.  Any additional documents added 
 result in a new thread until the pool is exhausted.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-4696) All threads become blocked resulting in hang when bulk adding

2013-04-09 Thread matt knecht (JIRA)

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

matt knecht updated SOLR-4696:
--

Attachment: screenshot-1.jpg

jconsole overview.  Solr stops processing new documents, CPU usage drops, 
threads grow as new docs are submitted that go into immediate wait.

 All threads become blocked resulting in hang when bulk adding
 -

 Key: SOLR-4696
 URL: https://issues.apache.org/jira/browse/SOLR-4696
 Project: Solr
  Issue Type: Bug
  Components: SolrCloud
Affects Versions: 4.1, 4.2, 4.2.1
 Environment: Ubuntu 12.04.2 LTS 3.5.0-27-generic
 Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
 KVM, 4xCPU, 5GB RAM, 4GB heap.
Reporter: matt knecht
  Labels: hang
 Attachments: screenshot-1.jpg, solr.jstack.1, solr.jstack.2


 During a bulk load after about 150,000 documents load, thread usage spikes, 
 solr no longer processes any documents.  Any additional documents added 
 result in a new thread until the pool is exhausted.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-4696) All threads become blocked resulting in hang when bulk adding

2013-04-09 Thread matt knecht (JIRA)

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

matt knecht updated SOLR-4696:
--

Environment: 
Ubuntu 12.04.2 LTS 3.5.0-27-generic
Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
KVM, 4xCPU, 5GB RAM, 4GB heap.
4 cores, 2 shards, 2 nodes, tomcat7

  was:
Ubuntu 12.04.2 LTS 3.5.0-27-generic
Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
KVM, 4xCPU, 5GB RAM, 4GB heap.


 All threads become blocked resulting in hang when bulk adding
 -

 Key: SOLR-4696
 URL: https://issues.apache.org/jira/browse/SOLR-4696
 Project: Solr
  Issue Type: Bug
  Components: SolrCloud
Affects Versions: 4.1, 4.2, 4.2.1
 Environment: Ubuntu 12.04.2 LTS 3.5.0-27-generic
 Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
 KVM, 4xCPU, 5GB RAM, 4GB heap.
 4 cores, 2 shards, 2 nodes, tomcat7
Reporter: matt knecht
  Labels: hang
 Attachments: screenshot-1.jpg, solr.jstack.1, solr.jstack.2


 During a bulk load after about 150,000 documents load, thread usage spikes, 
 solr no longer processes any documents.  Any additional documents added 
 result in a new thread until the pool is exhausted.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-4696) All threads become blocked resulting in hang when bulk adding

2013-04-09 Thread matt knecht (JIRA)

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

matt knecht updated SOLR-4696:
--

Attachment: solrconfig.xml

solrconfig mostly default, except for:

 autoCommit 
   !-- 30 minute auto commit --
   maxTime180/maxTime 
   maxTime10/maxTime
   openSearcherfalse/openSearcher 
 /autoCommit
   autoSoftCommit 
 maxTime1000/maxTime
   /autoSoftCommit


 All threads become blocked resulting in hang when bulk adding
 -

 Key: SOLR-4696
 URL: https://issues.apache.org/jira/browse/SOLR-4696
 Project: Solr
  Issue Type: Bug
  Components: SolrCloud
Affects Versions: 4.1, 4.2, 4.2.1
 Environment: Ubuntu 12.04.2 LTS 3.5.0-27-generic
 Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
 KVM, 4xCPU, 5GB RAM, 4GB heap.
 4 cores, 2 shards, 2 nodes, tomcat7
Reporter: matt knecht
  Labels: hang
 Attachments: screenshot-1.jpg, solrconfig.xml, solr.jstack.1, 
 solr.jstack.2


 During a bulk load after about 150,000 documents load, thread usage spikes, 
 solr no longer processes any documents.  Any additional documents added 
 result in a new thread until the pool is exhausted.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org