On 9/26/2018 2:39 PM, Terry Steichen wrote:
Let me try to clarify a bit - I'm just using bin/post to index the files
in a directory.  That indexing process produces a lengthy screen display
of files that were indexed.  (I realize this isn't production-quality,
but I'm not ready for production just yet, so that should be OK.)

I see a previous message on the list from you indicating solr 6.6.0.  FYI there are five bugfix releases after 6.6.0 -- the latest 6.x release is 6.6.5.  I don't see any fixes related to the post tool, but maybe one of the problems that did get fixed might help your server behave better.

Switching my source checkout to the 6.6.0 tag and checking that version...

Each time a file is sent, you should get a log line starting with "POSTing file".

The error detection in SimplePostTool has a bunch of parts.  It seems that *most* errors will abort the tool entirely, skipping any files that have not yet been processed, and logging a message with "FATAL" included.

Can you show us a directory listing and all the output that you get from bin/post when processing that directory?

Thanks,
Shawn

Reply via email to