Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[maps] tile errors displayed when layer is no longer using tiles #172013

Closed
nreese opened this issue Nov 27, 2023 · 1 comment · Fixed by #172019
Closed

[maps] tile errors displayed when layer is no longer using tiles #172013

nreese opened this issue Nov 27, 2023 · 1 comment · Fixed by #172019
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Maps Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas

Comments

@nreese
Copy link
Contributor

nreese commented Nov 27, 2023

Steps

  1. install web logs sample data
  2. create new map
  3. Add filter
    {
      "error_query": {
        "indices": [
          {
            "error_type": "exception",
            "message": "local shard failure message 123",
            "name": "kibana_sample_data_logs"
          }
        ]
      }
    }
  1. add documents source from web logs sample data
  2. Change scaling to "Limit". Notice how both tile error and search error are displayed. The tile error should not be displayed
    Screenshot 2023-11-27 at 12 02 21 PM
@nreese nreese added bug Fixes for quality problems that affect the customer experience Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas Feature:Maps labels Nov 27, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-presentation (Team:Presentation)

@nreese nreese self-assigned this Nov 27, 2023
nreese added a commit that referenced this issue Nov 28, 2023
…172019)

Closes #172013

PR updates TileStatusTracker to clear tile error cache when layer is not
tiled.

---------

Co-authored-by: kibanamachine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Maps Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants