[jira] [Commented] (SOLR-2410) ConcurrentLRUCache can throw class cast exception

2014-07-28 Thread Patrick Morton (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14076119#comment-14076119 ] Patrick Morton commented on SOLR-2410: -- Arm that the hospital conducted by austin

[jira] Commented: (SOLR-2410) ConcurrentLRUCache can throw class cast exception

2011-03-08 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003843#comment-13003843 ] Dawid Weiss commented on SOLR-2410: --- Yep, sorry for belated follow up, I went to sleep

[jira] Commented: (SOLR-2410) ConcurrentLRUCache can throw class cast exception

2011-03-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003668#comment-13003668 ] Yonik Seeley commented on SOLR-2410: Here's the smallest version I could reproduce the

[jira] Commented: (SOLR-2410) ConcurrentLRUCache can throw class cast exception

2011-03-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003674#comment-13003674 ] Yonik Seeley commented on SOLR-2410: Here's an even smaller version w/ no dependencies:

[jira] Commented: (SOLR-2410) ConcurrentLRUCache can throw class cast exception

2011-03-07 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003675#comment-13003675 ] Dawid Weiss commented on SOLR-2410: --- It's because there's a bug -- PriorityQueue declares

[jira] Commented: (SOLR-2410) ConcurrentLRUCache can throw class cast exception

2011-03-07 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003676#comment-13003676 ] Dawid Weiss commented on SOLR-2410: --- Btw. this is exactly the reason Collections declare

[jira] Commented: (SOLR-2410) ConcurrentLRUCache can throw class cast exception

2011-03-07 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003682#comment-13003682 ] Dawid Weiss commented on SOLR-2410: --- Yonik, try this and it should be clear why the above