[
https://issues.apache.org/jira/browse/SOLR-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113553#comment-13113553
]
Shawn Heisey commented on SOLR-2739:
------------------------------------
I wondered how this problem didn't show up for me before now, so I checked
something. The canWrite method shows up in the solr source in exactly two
places:
[root@bigindy5 solr]# grep -rl canWrite . | grep "java$"
./core/src/java/org/apache/solr/handler/SnapShooter.java
./contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/DataImporter.java
It's slightly more prevalent on the lucene side of the house:
[root@bigindy5 lucene]# grep -rl canWrite . | grep "java$"
./contrib/spellchecker/src/java/org/apache/lucene/search/suggest/tst/TSTLookup.java
./contrib/spellchecker/src/java/org/apache/lucene/search/suggest/jaspell/JaspellLookup.java
./contrib/spellchecker/src/java/org/apache/lucene/search/suggest/fst/FSTLookup.java
./contrib/facet/src/java/org/apache/lucene/facet/search/TotalFacetCountsCache.java
> TestSqlEntityProcessorDelta.testNonWritablePersistFile failures on some
> systems
> -------------------------------------------------------------------------------
>
> Key: SOLR-2739
> URL: https://issues.apache.org/jira/browse/SOLR-2739
> Project: Solr
> Issue Type: Bug
> Affects Versions: 3.3
> Reporter: Shawn Heisey
> Assignee: Hoss Man
> Fix For: 3.5, 4.0
>
>
> Shawn Heisey noted on the mailing list that he was getting consistent
> failures from TestSqlEntityProcessorDelta.testNonWritablePersistFile on his
> machine.
> I can't reproduce his exact failures, but the test is hinky enough that i
> want to try and clean it up.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]