opensearch-project / sql

Query your data using familiar SQL or intuitive Piped Processing Language (PPL)
https://opensearch.org/docs/latest/search-plugins/sql/index/
Apache License 2.0
121 stars 140 forks source link

[BUG] stale session on metadata #3149

Open noCharger opened 2 weeks ago

noCharger commented 2 weeks ago

What is the bug? A clear and concise description of the bug.

Example

      {
        "_index" : ".query_execution_request_myglue_test",
        "_id" : "XXXX",
        "_score" : 4.1563272,
        "_source" : {
          "version" : "1.0",
          "type" : "session",
          "sessionType" : "interactive",
          "sessionId" : "XXXX",
          "state" : "running",
          "dataSourceName" : "myglue_test",
          "accountId" : null,
          "applicationId" : "XXXX",
          "jobId" : "XXXX",
          "lastUpdateTime" : 1730879165796,
          "error" : "unknown",
          "excludeJobIds" : "",
          "jobStartTime" : 0
        }
      },

How can one reproduce the bug? Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Need an approach to reproduce.

What is the expected behavior? A clear and concise description of what you expected to happen.

What is your host/environment?

Do you have any screenshots? If applicable, add screenshots to help explain your problem.

Do you have any additional context? Add any other context about the problem.