[jira] [Updated] (SOLR-2729) DIH status: successful zero-document delta-import missing field

2013-01-15 Thread Steve Rowe (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-2729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Rowe updated SOLR-2729:
-

Fix Version/s: (was: 4.1)
   4.2

 DIH status: successful zero-document delta-import missing  field
 --

 Key: SOLR-2729
 URL: https://issues.apache.org/jira/browse/SOLR-2729
 Project: Solr
  Issue Type: Bug
  Components: contrib - DataImportHandler
Affects Versions: 3.2
 Environment: Linux idxst0-a 2.6.18-238.12.1.el5.centos.plusxen #1 SMP 
 Wed Jun 1 11:57:54 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
 java version 1.6.0_26
 Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
 Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
Reporter: Shawn Heisey
Assignee: James Dyer
Priority: Minor
 Fix For: 4.2

 Attachments: SOLR-2729.patch


 If you have a successful delta-import that happens to process zero documents, 
 the str name= field is not present in the status.  I've run into this 
 situation when the SQL query results in an empty set.  A workaround for the 
 problem is to instead look for the Time taken  field ... but if you don't 
 happen to notice that this field has an extraneous space in the name, that 
 won't work either.
 A full-import that processes zero documents has the field present as expected:
 str name=Indexing completed. Added/Updated: 0 documents. Deleted 0 
 documents./str

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-2729) DIH status: successful zero-document delta-import missing field

2012-04-04 Thread Shawn Heisey (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-2729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shawn Heisey updated SOLR-2729:
---

Attachment: SOLR-2729.patch

I created a method named putFinishStatus().  If this doesn't sound reasonable, 
or if this is not a good way to go, let me know and I'll fix it if I can.  When 
it's all ironed out, I'll make a patch for 3x as well.

All solr tests pass with this applied.

 DIH status: successful zero-document delta-import missing  field
 --

 Key: SOLR-2729
 URL: https://issues.apache.org/jira/browse/SOLR-2729
 Project: Solr
  Issue Type: Bug
  Components: contrib - DataImportHandler
Affects Versions: 3.2
 Environment: Linux idxst0-a 2.6.18-238.12.1.el5.centos.plusxen #1 SMP 
 Wed Jun 1 11:57:54 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
 java version 1.6.0_26
 Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
 Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
Reporter: Shawn Heisey
Priority: Minor
 Fix For: 4.0

 Attachments: SOLR-2729.patch


 If you have a successful delta-import that happens to process zero documents, 
 the str name= field is not present in the status.  I've run into this 
 situation when the SQL query results in an empty set.  A workaround for the 
 problem is to instead look for the Time taken  field ... but if you don't 
 happen to notice that this field has an extraneous space in the name, that 
 won't work either.
 A full-import that processes zero documents has the field present as expected:
 str name=Indexing completed. Added/Updated: 0 documents. Deleted 0 
 documents./str

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org