Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-4567

atlas/api/atlas/admin/tasks API returns partial data intermittently

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.2.0
    • None
    • atlas-core
    • None

    Description

      Generally, call to atlas/api/atlas/admin/tasks returns something like below when there are some pending tasks. When there are no pending tasks, it returns []

      [
        {
          "type": "CLASSIFICATION_PROPAGATION_ADD",
          "guid": "154050a4-f593-4c11-8a94-111d8c6d5947",
          "createdBy": "hrt_qa",
          "createdTime": 1646830384858,
          "updatedTime": 1646830384858,
          "parameters": {
            "relationshipGuid": null,
            "entityGuid": "19b0ef2a-d645-4c29-ac67-37b9697bac96",
            "classificationVertexId": "163905752"
          },
          "attemptCount": 0,
          "status": "PENDING"
        }
      ] 

      But observed that in one of the case, atlas responded with just below

      [
        {
          "attemptCount": 0
        }
      ] 

      Attachments

        Activity

          People

            Unassigned Unassigned
            umesh.padashetty Umesh Padashetty
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: