Hi :wink: I’m facing a bit of trouble with tasks. ...
# troubleshooting
f
Hi 😉 I’m facing a bit of trouble with tasks. When I check the API task seems to be well scheduled but still in “progressing” state. Minion is up and running and yes I’m working on purgeFor REALTIME (commited segments only)
Copy code
{
  "taskState": "IN_PROGRESS",
  "subtaskCount": {
    "total": 1,
    "completed": 0,
    "running": 0,
    "waiting": 1,
    "error": 0,
    "unknown": 0
  },
  "startTime": "2022-10-07 15:12:17 CEST",
  "subtaskInfos": [
    {
      "taskId": "Task_PurgeTask_0ebaea8f-e5ab-4f05-ab2a-d9d6a284eb98_1665148337022_0",
      "taskConfig": {
        "configs": {
          "uploadURL": "<http://localhost:9000/segments>",
          "crc": "3793535843",
          "downloadURL": "<http://localhost:9000/segments/quotations/quotations__1__0__20220920T1554Z>",
          "segmentName": "quotations__1__0__20220920T1554Z",
          "TASK_ID": "Task_PurgeTask_0ebaea8f-e5ab-4f05-ab2a-d9d6a284eb98_1665148337022_0",
          "tableName": "quotations_REALTIME"
        },
        "taskType": "PurgeTask",
        "taskId": "Task_PurgeTask_0ebaea8f-e5ab-4f05-ab2a-d9d6a284eb98_1665148337022_0"
      }
    }
  ]
}
Any Idea ? I’m in V 0.11.0 and I also do not see minionUI ... maybe a misconfiguration in my minion ? Any ideas are welcomed .
m
@Haitao Zhang ^^
h
The task is still waiting, the execution has not started, is the minion worker busy with something?
f
Minion is doing nothing same tenant.
h
Need more information, will ping you directly
f
Helix cluster in bad / weird state. Was my fault. Purge is now working on real time 💪🏻 Only with “DONE segments” I will also made a PR on this but facing some issues with dowloadURL for realtime table in unit tests.
👍 2
m
Could you share more on what was the issue with helix cluster and how that happened?
f
Seems to have 2 version side by side even if I restart the service correctly. Using a systemd service.
To solve it I’ve fully stoped all services and restart them in the right order instead of restarting them one by one.
PR submited to purge on real time 😉 -> https://github.com/apache/pinot/pull/9568