On 12/6/2017 1:38 AM, Mahmoud Almokadem wrote: > I'm already using the admin UI and get URL for fetching the status of > dataimporter from network console and tried it outside the admin UI. Admin > UI have the same behavior, when I pressed on execute the status messages > are swapped between "not started", "started and indexing", "completed on 3 > seconds", "completed on 10 seconds" something like that. > > I understood what you mean that the dataimporter are load balanced between > shards, that's made me using the old admin UI on using dataimporter to get > accurate status of what is running now. Because the it's related to core > not collection. > > I think the dataimporter feature must moved to the core level instead of > collection level.
For production usage, you should be using the API directly, not the admin UI. In version 7, the old UI is no longer available. Moving dataimport back to the core level in the admin UI is an interesting idea that would make the problem less likely, though a good fix for SOLR-3666 would be better. Any committers want to comment? Whether it's the admin UI or the API, if you access the DIH handler through the collection instead of a core, you're going to see this behavior. Thanks, Shawn