anshumg commented on a change in pull request #1266: SOLR-14270 export command 
to have an option to write to a zip file
URL: https://github.com/apache/lucene-solr/pull/1266#discussion_r382283413
 
 

 ##########
 File path: solr/core/src/java/org/apache/solr/util/ExportTool.java
 ##########
 @@ -390,6 +400,8 @@ void exportDocs() throws Exception {
             //ignore
           }
         }
+        System.out.println("\nTotal Docs exported: "+ (docsWritten.get() -1)+
 
 Review comment:
   @noblepaul  - the precommit failed due to the use of `System.out`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to