We're facing an issue related to the dataimporter status on new Admin UI
(7.0.1).

Calling to the API
http://solrip/solr/collection/dataimport?_=1512314812090&command=status&indent=on&wt=json


returns different status despite the importer is running
The messages are swapped between the following when refreshing the page:
{
  "responseHeader":{
    "status":0,
    "QTime":0},
  "initArgs":[
    "defaults",[
      "config","data-config-online-live-pervoice.xml"]],
  "command":"status",
  "status":"idle",
  "importResponse":"",
  "statusMessages":{}}

===============================
{
  "responseHeader":{
    "status":0,
    "QTime":0},
  "initArgs":[
    "defaults",[
      "config","data-config-online-live-pervoice.xml"]],
  "command":"status",
  "status":"idle",
  "importResponse":"",
  "statusMessages":{
    "Total Requests made to DataSource":"2",
    "Total Rows Fetched":"715",
    "Total Documents Processed":"679",
    "Total Documents Skipped":"0",
    "Full Dump Started":"2017-12-03 18:22:31",
    "":"Indexing completed. Added/Updated: 679 documents. Deleted 0
documents.",
    "Committed":"2017-12-03 18:22:32",
    "Total Documents Failed":"36",
    "Time taken":"0:0:54.638",
    "Full Import failed":"2017-12-03 18:22:32"}}

================================
The old Admin UI was working well.

Is that a bug on the new Admin UI?

Thanks,
Mahmoud

Reply via email to