Skip to content

return error :null_pointer_exception #131

@why633630

Description

@why633630

hylanda_dpt_newest_db/dpt_newest/_coordinate_search

{
  "query": {
    "bool": {
      "filter": {
        "filterjoin": {
          "foreign_key": {
            "indices": [
              "hylanda_db_7"
            ],
            "types": [
              "data"
            ],
            "path": "url_crc",
            "maxTermsPerShard": 10,
            "query": {
              "bool": {
                "must": [
                  {
                    "range": {
                      "release_date_day": {
                        "gte": "2017-05-02",
                        "lte": "2017-05-08"
                      }
                    }
                  },
                  {
                    "terms": {
                      "url_crc": [
                        "1721795334512627"
                      ]
                    }
                  }
                ]
              }
            }
          }
        }
      }
    }
  }
}

return

`{
  "error": {
    "root_cause": [
      {
        "type": "null_pointer_exception",
        "reason": null
      }
    ],
    "type": "search_phase_execution_exception",
    "reason": "all shards failed",
    "phase": "query",
    "grouped": true,
    "failed_shards": [
      {
        "shard": 0,
        "index": "hylanda_dpt_newest_db",
        "node": "Ak4l0xsVQYydaxbMT35XFw",
        "reason": {
          "type": "null_pointer_exception",
          "reason": null
        }
      }
    ]
  },
  "status": 500
}`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions