[jira] [Commented] (LUCENE-6435) java.util.ConcurrentModificationException: Removal from the cache failed error in SimpleNaiveBayesClassifier

2015-10-02 Thread Chang KaiShin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14940825#comment-14940825 ] Chang KaiShin commented on LUCENE-6435: --- Good to hear the problem solved! >

[jira] [Commented] (LUCENE-6435) java.util.ConcurrentModificationException: Removal from the cache failed error in SimpleNaiveBayesClassifier

2015-10-01 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14939428#comment-14939428 ] Tommaso Teofili commented on LUCENE-6435: - thanks Adrien for following up LUCENE-6821, I'll mark

[jira] [Commented] (LUCENE-6435) java.util.ConcurrentModificationException: Removal from the cache failed error in SimpleNaiveBayesClassifier

2015-09-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14935120#comment-14935120 ] Adrien Grand commented on LUCENE-6435: -- This is a good question. I opened LUCENE-6821 which is

[jira] [Commented] (LUCENE-6435) java.util.ConcurrentModificationException: Removal from the cache failed error in SimpleNaiveBayesClassifier

2015-09-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14935113#comment-14935113 ] ASF subversion and git services commented on LUCENE-6435: - Commit 1705850 from

[jira] [Commented] (LUCENE-6435) java.util.ConcurrentModificationException: Removal from the cache failed error in SimpleNaiveBayesClassifier

2015-09-29 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14935108#comment-14935108 ] Tommaso Teofili commented on LUCENE-6435: - now I see Adrien, thanks a lot, the patch looks good

[jira] [Commented] (LUCENE-6435) java.util.ConcurrentModificationException: Removal from the cache failed error in SimpleNaiveBayesClassifier

2015-09-29 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14935064#comment-14935064 ] Tommaso Teofili commented on LUCENE-6435: - [~jpountz] what do you think of the attached patch to

[jira] [Commented] (LUCENE-6435) java.util.ConcurrentModificationException: Removal from the cache failed error in SimpleNaiveBayesClassifier

2015-09-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14935074#comment-14935074 ] Adrien Grand commented on LUCENE-6435: -- Woops sorry I had lost track of this issue. The patch seems

[jira] [Commented] (LUCENE-6435) java.util.ConcurrentModificationException: Removal from the cache failed error in SimpleNaiveBayesClassifier

2015-09-16 Thread Chang KaiShin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14747126#comment-14747126 ] Chang KaiShin commented on LUCENE-6435: --- By running the JUnit test in debugging mode , I get the

[jira] [Commented] (LUCENE-6435) java.util.ConcurrentModificationException: Removal from the cache failed error in SimpleNaiveBayesClassifier

2015-09-16 Thread Chang KaiShin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14747081#comment-14747081 ] Chang KaiShin commented on LUCENE-6435: --- The hashcode of class TermQuery doesn't remain consistent

[jira] [Commented] (LUCENE-6435) java.util.ConcurrentModificationException: Removal from the cache failed error in SimpleNaiveBayesClassifier

2015-09-16 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14747291#comment-14747291 ] Tommaso Teofili commented on LUCENE-6435: - with the patch provided by [~GushGG] the

[jira] [Commented] (LUCENE-6435) java.util.ConcurrentModificationException: Removal from the cache failed error in SimpleNaiveBayesClassifier

2015-09-02 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14728521#comment-14728521 ] Tommaso Teofili commented on LUCENE-6435: - enable _SNCTest#testPerformance_ (comment @Ignore)

[jira] [Commented] (LUCENE-6435) java.util.ConcurrentModificationException: Removal from the cache failed error in SimpleNaiveBayesClassifier

2015-09-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14727119#comment-14727119 ] Adrien Grand commented on LUCENE-6435: -- Do you have a test case that reproduces the issue that I

[jira] [Commented] (LUCENE-6435) java.util.ConcurrentModificationException: Removal from the cache failed error in SimpleNaiveBayesClassifier

2015-08-28 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14718530#comment-14718530 ] Tommaso Teofili commented on LUCENE-6435: - thanks [~jpountz] for the explanation,

[jira] [Commented] (LUCENE-6435) java.util.ConcurrentModificationException: Removal from the cache failed error in SimpleNaiveBayesClassifier

2015-04-17 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14499938#comment-14499938 ] Adrien Grand commented on LUCENE-6435: -- Hi Tommaso, the reason why it does not fail