Solr nightly build failure

2009-01-19 Thread solr-dev
init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build [mkdir] Created dir: /tmp/apache-solr-nightly/build/web compile-solrj: [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj [javac] Compiling 73 source files to /tmp/apache-solr-nightly/build/solrj

[jira] Created: (SOLR-967) NamedList - Deprecating ctor. with heterogenous List and replacing with a type-safe variant.

2009-01-19 Thread Kay Kay (JIRA)
NamedList - Deprecating ctor. with heterogenous List and replacing with a type-safe variant. - Key: SOLR-967 URL: https://issues.apache.org/jira/browse/SOLR-967

[jira] Updated: (SOLR-967) NamedList - Deprecating ctor. with heterogenous List and replacing with a type-safe variant.

2009-01-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-967: - Fix Version/s: 1.4 Priority: Minor (was: Major) NamedList - Deprecating ctor. with heterogenous List

[jira] Commented: (SOLR-912) org.apache.solr.common.util.NamedList - Typesafe efficient variant - ModernNamedList introduced - implementing the same API as NamedList

2009-01-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12665163#action_12665163 ] Kay Kay commented on SOLR-912: -- Logged a separate issue - SOLR-967 for the temporary fix and

[jira] Updated: (SOLR-967) NamedList - Deprecating ctor. with heterogenous List and replacing with a type-safe variant.

2009-01-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-967: - Attachment: SOLR-967.patch NamedList - Deprecating ctor. with heterogenous List and replacing with a type-safe

[jira] Commented: (SOLR-967) NamedList - Deprecating ctor. with heterogenous List and replacing with a type-safe variant.

2009-01-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12665165#action_12665165 ] Kay Kay commented on SOLR-967: -- |1. add an EntryString, T[] constructor (with a warning,

[jira] Created: (SOLR-968) NamedList#toString() - StringBuilder as opposed to StringBuffer

2009-01-19 Thread Kay Kay (JIRA)
NamedList#toString() - StringBuilder as opposed to StringBuffer Key: SOLR-968 URL: https://issues.apache.org/jira/browse/SOLR-968 Project: Solr Issue Type: Improvement

[jira] Updated: (SOLR-968) NamedList#toString() - StringBuilder as opposed to StringBuffer

2009-01-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-968: - Attachment: SOLR-968.patch NamedList#toString() - StringBuilder as opposed to StringBuffer

[jira] Updated: (SOLR-968) NamedList#toString() - StringBuilder as opposed to StringBuffer

2009-01-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-968: - Fix Version/s: 1.4 NamedList#toString() - StringBuilder as opposed to StringBuffer

[jira] Created: (SOLR-969) Context#FULL_DUMP, DELTA_DUMP, FIND_DELTA as an enum

2009-01-19 Thread Kay Kay (JIRA)
Context#FULL_DUMP, DELTA_DUMP, FIND_DELTA as an enum - Key: SOLR-969 URL: https://issues.apache.org/jira/browse/SOLR-969 Project: Solr Issue Type: Improvement Components:

[jira] Commented: (SOLR-969) Context#FULL_DUMP, DELTA_DUMP, FIND_DELTA as an enum

2009-01-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12665185#action_12665185 ] Kay Kay commented on SOLR-969: -- New enum value called IMPORT_INVALID for corner cases.

[jira] Updated: (SOLR-969) Context#FULL_DUMP, DELTA_DUMP, FIND_DELTA as an enum

2009-01-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-969: - Attachment: SOLR-969.patch Context#FULL_DUMP, DELTA_DUMP, FIND_DELTA as an enum

[jira] Updated: (SOLR-970) SolrPluginUtils#parseQueryStrings(SolrQueryRequest) - using LinkedList for the internal impl of return type List

2009-01-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-970: - Fix Version/s: 1.4 SolrPluginUtils#parseQueryStrings(SolrQueryRequest) - using LinkedList for the internal impl

[jira] Updated: (SOLR-970) SolrPluginUtils#parseQueryStrings(SolrQueryRequest) - replacing LinkedList with ArrayList for the internal impl of return type

2009-01-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-970: - Summary: SolrPluginUtils#parseQueryStrings(SolrQueryRequest) - replacing LinkedList with ArrayList for the

[jira] Created: (SOLR-970) SolrPluginUtils#parseQueryStrings(SolrQueryRequest) - using LinkedList for the internal impl of return type List

2009-01-19 Thread Kay Kay (JIRA)
SolrPluginUtils#parseQueryStrings(SolrQueryRequest) - using LinkedList for the internal impl of return type List - Key: SOLR-970 URL:

[jira] Commented: (SOLR-380) There's no way to convert search results into page-level hits of a structured document.

2009-01-19 Thread Tricia Williams (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12665195#action_12665195 ] Tricia Williams commented on SOLR-380: -- Hi Laurent, Thanks for your interest in my

[jira] Created: (SOLR-971) StringBuffer - StringBuilder for instances that do not require thread-safety

2009-01-19 Thread Kay Kay (JIRA)
StringBuffer - StringBuilder for instances that do not require thread-safety -- Key: SOLR-971 URL: https://issues.apache.org/jira/browse/SOLR-971 Project: Solr

[jira] Updated: (SOLR-971) StringBuffer - StringBuilder for instances that do not require thread-safety

2009-01-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-971: - Fix Version/s: 1.4 Priority: Minor (was: Major) StringBuffer - StringBuilder for instances that do not

[jira] Updated: (SOLR-971) StringBuffer - StringBuilder for instances that do not require thread-safety

2009-01-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-971: - Attachment: SOLR-971.patch StringBuffer - StringBuilder for instances that do not require thread-safety

[jira] Created: (SOLR-972) EventListener are not created per request ( full / delta-imports) but rather instantiated once per lifetime of the application - maintaining state + efficient

2009-01-19 Thread Kay Kay (JIRA)
EventListener are not created per request ( full / delta-imports) but rather instantiated once per lifetime of the application - maintaining state + efficient

[jira] Updated: (SOLR-972) EventListener are not created per request ( full / delta-imports) but rather instantiated once per lifetime of the application - maintaining state + efficient

2009-01-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-972: - Attachment: SOLR-972.patch EventListener are not created per request ( full / delta-imports) but rather

[jira] Updated: (SOLR-972) EventListener are not created per request ( full / delta-imports) but rather instantiated once per lifetime of the application - maintaining state + efficient

2009-01-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-972: - Fix Version/s: 1.4 EventListener are not created per request ( full / delta-imports) but rather instantiated

[jira] Updated: (SOLR-972) EventListener-s creation changed from a per request ( full / delta-imports) scenario to once through the lifetime of the DIH plugin.

2009-01-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-972: - Summary: EventListener-s creation changed from a per request ( full / delta-imports) scenario to once through the

[jira] Updated: (SOLR-935) DataImportHandler: Add logging to record failure to acquire lock by DataImporter for a given request

2009-01-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-935: - Attachment: SOLR-935.patch New Patch submitted for workflow modification to track failures better. - Logging

[jira] Commented: (SOLR-969) Context#FULL_DUMP, DELTA_DUMP, FIND_DELTA as an enum

2009-01-19 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12665326#action_12665326 ] Noble Paul commented on SOLR-969: - It was not made an enum because I wamted them to be used

[jira] Commented: (SOLR-972) EventListener-s creation changed from a per request ( full / delta-imports) scenario to once through the lifetime of the DIH plugin.

2009-01-19 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12665328#action_12665328 ] Noble Paul commented on SOLR-972: - bq.Also EventListener is changed to an interface rather