Solr nightly build failure

2009-06-21 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 83 source files to /tmp/apache-solr-nightly/build/solrj

Build failed in Hudson: Solr-trunk #839

2009-06-21 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/839/changes Changes: [shalin] Fixing incorrect usage of connection and read timeout variables [noble] added a sttaic method to get the enum from an int code -- [...truncated 2184 lines...]

[jira] Assigned: (SOLR-1191) NullPointerException in delta import

2009-06-21 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-1191: Assignee: Noble Paul NullPointerException in delta import

[jira] Commented: (SOLR-1191) NullPointerException in delta import

2009-06-21 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12722332#action_12722332 ] Noble Paul commented on SOLR-1191: -- The stacktrace does not refer to trunk. can you just

[jira] Commented: (SOLR-1229) deletedPkQuery feature does not work when pk and uniqueKey field do not have the same value

2009-06-21 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12722333#action_12722333 ] Noble Paul commented on SOLR-1229: -- Erik, the fix is not right see this {code} key =

[jira] Commented: (SOLR-1229) deletedPkQuery feature does not work when pk and uniqueKey field do not have the same value

2009-06-21 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12722345#action_12722345 ] Erik Hatcher commented on SOLR-1229: Noble - they do have to be the same, and that is

[jira] Commented: (SOLR-1229) deletedPkQuery feature does not work when pk and uniqueKey field do not have the same value

2009-06-21 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12722354#action_12722354 ] Noble Paul commented on SOLR-1229: -- bq.But in order to call writer.deleteDoc(key) in

[jira] Issue Comment Edited: (SOLR-1229) deletedPkQuery feature does not work when pk and uniqueKey field do not have the same value

2009-06-21 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12722354#action_12722354 ] Noble Paul edited comment on SOLR-1229 at 6/21/09 6:09 AM: --- bq.But

[jira] Commented: (SOLR-1229) deletedPkQuery feature does not work when pk and uniqueKey field do not have the same value

2009-06-21 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12722364#action_12722364 ] Erik Hatcher commented on SOLR-1229: In my latest patch, I added a comment with a

[jira] Updated: (SOLR-1229) deletedPkQuery feature does not work when pk and uniqueKey field do not have the same value

2009-06-21 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lance Norskog updated SOLR-1229: Attachment: SOLR-1229.patch There are two bugs in this issue: 1) The deletedPkQuery must say

[jira] Commented: (SOLR-1229) deletedPkQuery feature does not work when pk and uniqueKey field do not have the same value

2009-06-21 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12722441#action_12722441 ] Erik Hatcher commented on SOLR-1229: Lance - your patch misses the all important

[jira] Commented: (SOLR-1229) deletedPkQuery feature does not work when pk and uniqueKey field do not have the same value

2009-06-21 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12722443#action_12722443 ] Erik Hatcher commented on SOLR-1229: I've retested my last patch and all works fine in

[jira] Updated: (SOLR-1229) deletedPkQuery feature does not work when pk and uniqueKey field do not have the same value

2009-06-21 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-1229: --- Description: Problem doing a delta-import such that records marked as deleted in the database are

[jira] Commented: (SOLR-1229) deletedPkQuery feature does not work when pk and uniqueKey field do not have the same value

2009-06-21 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12722473#action_12722473 ] Noble Paul commented on SOLR-1229: -- bq.If the pk attribute is not used, then let's just

[jira] Created: (SOLR-1234) Multiple DIH does not work because all of them write to dataimport.properties

2009-06-21 Thread Noble Paul (JIRA)
Multiple DIH does not work because all of them write to dataimport.properties - Key: SOLR-1234 URL: https://issues.apache.org/jira/browse/SOLR-1234 Project: Solr

[jira] Created: (SOLR-1235) disallow period (.) in entity names

2009-06-21 Thread Noble Paul (JIRA)
disallow period (.) in entity names --- Key: SOLR-1235 URL: https://issues.apache.org/jira/browse/SOLR-1235 Project: Solr Issue Type: Improvement Components: contrib - DataImportHandler Affects

[jira] Assigned: (SOLR-1235) disallow period (.) in entity names

2009-06-21 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-1235: Assignee: Noble Paul disallow period (.) in entity names ---

[jira] Resolved: (SOLR-1235) disallow period (.) in entity names

2009-06-21 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-1235. -- Resolution: Fixed committed r787139 disallow period (.) in entity names