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

search error

    XMLWordPrintableJSON

Details

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

    Description

      When searching Atlas version 2.1.0:
       
      POST - api/atlas/v2/search/basic
       
      JSON:

      {    "excludeDeletedEntities": true,    "includeSubClassifications": true,    "includeSubTypes": true,    "includeClassificationAttributes": true,    "entityFilters": {        "condition": "AND",        "criterion": [            {                "attributeName": "codEndpointServerDataSet",                "operator": "eq",                "attributeValue": "PROD_BI_MICROSERVICES_DM"            }        ]    },    "tagFilters": null,    "attributes": [        "codEndpointServerDataSet"    ],    "query": "*CMD*",    "limit": 25,    "offset": 0,    "typeName": "DataSet",    "classification": null,    "termName": null} 

      The survey takes 30 minutes to respond, and results in a 504 error: 504 Gateway Time-out
      Should it really take that long to give an answer as to whether or not the information exists?
      There are no errors in the Atlas log.

      Atlas runs on a VM with: 16 cores and 64 GB RAM
      Index: Elasticsearch 7.14.0
      Database: Cassandra cqlsh 5.0.1 | DSE 6.7.7

      Attachments

        Activity

          People

            Unassigned Unassigned
            fernandosiillva Fernando Bezerra
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: