
jira at apache
May 3, 2012, 3:22 AM
Post #4 of 4
(67 views)
Permalink
|
|
[jira] [Issue Comment Edited] (SOLR-3408) org.apache.lucene.store.AlreadyClosedException: MMapIndexInput already closed: MMapIndexInput(path="/eneeds/fs/apache-solr-ra-4.0/example/solr/data/index/_5e9_0.frq")
[In reply to]
|
|
[ https://issues.apache.org/jira/browse/SOLR-3408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13264502#comment-13264502 ] Lyubov Romanchuk edited comment on SOLR-3408 at 5/3/12 10:22 AM: ----------------------------------------------------------------- The scenario to reproduce this issue is described in [^SOLR-3408-scenario_for_reproduction.txt](attached). <fields> <field name="id" type="long" indexed="true" stored="true" required="true"/> <field name="type" type="int" indexed="true" stored="false" required="true" /> <field name="time" type="string" indexed="true" stored="false" required="false" omitTermFreqAndPositions="true"/> <field name="dst_ip_str" type="string" indexed="true" stored="false" required="false" omitTermFreqAndPositions="true"/> <field name="dst_machine_name_str" type="string" indexed="true" stored="false" required="false" omitTermFreqAndPositions="true"/> <field name="dst_user_name_str" type="string" indexed="true" stored="false" required="false" omitTermFreqAndPositions="true"/> <field name="src_ip_str" type="string" indexed="true" stored="false" required="false" omitTermFreqAndPositions="true"/> <field name="src_machine_name_str" type="string" indexed="true" stored="false" required="false" omitTermFreqAndPositions="true"/> <field name="user_name_str" type="string" indexed="true" stored="false" required="false" omitTermFreqAndPositions="true"/> <field name="interface_str" type="string" indexed="true" stored="false" required="false" omitTermFreqAndPositions="true"/> <field name="origin_str" type="string" indexed="true" stored="false" required="false" omitTermFreqAndPositions="true"/> <field name="rule_uid_str" type="string" indexed="true" stored="false" required="false" omitTermFreqAndPositions="true"/> <field name="policy_name_str" type="string" indexed="true" stored="false" required="false" omitTermFreqAndPositions="true"/> <field name="action_str" type="string" indexed="true" stored="false" required="false" omitTermFreqAndPositions="true"/> <field name="appi_name_str" type="string" indexed="true" stored="false" required="false" omitTermFreqAndPositions="true"/> <field name="service_name_str" type="string" indexed="true" stored="false" required="false" omitTermFreqAndPositions="true"/> <field name="product_str" type="string" indexed="true" stored="false" required="false" omitTermFreqAndPositions="true"/> <!-- must have this field --> <field name="_version_" type="long" indexed="true" stored="true"/> </fields> <uniqueKey>id</uniqueKey> <defaultSearchField>id</defaultSearchField> <solrQueryParser defaultOperator="OR"/> was (Author: lyuba): The scenario to reproduce this issue is described in [^SOLR-3408-scenario_for_reproduction.txt](attached). > org.apache.lucene.store.AlreadyClosedException: MMapIndexInput already closed: MMapIndexInput(path="/eneeds/fs/apache-solr-ra-4.0/example/solr/data/index/_5e9_0.frq") > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: SOLR-3408 > URL: https://issues.apache.org/jira/browse/SOLR-3408 > Project: Solr > Issue Type: Bug > Components: search > Affects Versions: 4.0 > Environment: Linux Fedora 12 (2.6.32.16-141.fc12.x86_64 #1 SMP) > JDK 1.6.0_17-b04 > Reporter: Nagendra Nagarajayya > Labels: faceted-search, nrt, > Fix For: 4.0 > > Attachments: SOLR-3408-scenario_for_reproduction.txt, solrconfig.xml > > > {noformat} > Apr 21, 2012 2:22:22 PM org.apache.solr.core.SolrCore execute > INFO: [] webapp=/solr path=/select/ params={facet=true&debugQuery=true&start=0&q=*:*&facet.field=action_str&wt=xml&rows=10} hits=8136707 status=500 QTime=29339 > Apr 21, 2012 2:22:22 PM org.apache.solr.common.SolrException log > SEVERE: null:org.apache.lucene.store.AlreadyClosedException: MMapIndexInput already closed: MMapIndexInput(path="/eneeds/fs/apache-solr-ra-4.0/example/solr/data/index/_5e9_0.frq") > ... > {noformat} > (*EDIT*: see comments below for full stack trace) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe [at] lucene For additional commands, e-mail: dev-help [at] lucene
|