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] fix removing global filter from layer can cause app to start thrashing #72763

Merged
merged 1 commit into from
Jul 22, 2020

Conversation

nreese
Copy link
Contributor

@nreese nreese commented Jul 21, 2020

Fixes #72760

BlendedVectorLayer has a bug where applyGlobalQuery was not getting passed to the auto-generated clustering source. This resulted in applyGlobalQuery thrashing between true and false as BlendedVectorLayer switched between ESGeoGridSource and ESSearchSource. The thrashing was caused because with global filter applied, ESSearchSource was used. When global filter was not applied, ESGeoGridSource would be used. Without preserving applyGlobalQuery, the source would just switch between the two again and again

@nreese nreese requested a review from a team as a code owner July 21, 2020 22:23
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-gis (Team:Geo)

@nreese nreese requested review from kindsun and poffdeluxe and removed request for kindsun July 21, 2020 22:25
@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Build metrics

async chunks size

id value diff baseline
maps 3.8MB +78.0B 3.8MB
securitySolution 7.3MB +3.0B 7.3MB
total - +81.0B -

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@nreese nreese requested a review from nickpeihl July 22, 2020 17:29
Copy link
Contributor

@poffdeluxe poffdeluxe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@nreese nreese merged commit 8b27b1e into elastic:master Jul 22, 2020
nreese added a commit to nreese/kibana that referenced this pull request Jul 22, 2020
nreese added a commit to nreese/kibana that referenced this pull request Jul 22, 2020
gmmorris added a commit to gmmorris/kibana that referenced this pull request Jul 23, 2020
* master: (35 commits)
  Migrated karma tests to jest (elastic#72649)
  Migrate status page app to core (elastic#72017)
  Failing test: Jest Tests.src/plugins/vis_type_vega/public (elastic#71834)
  Fix Firefox TSVB flaky test with switch index patterns (elastic#72882)
  [ML] Fixing link to index management from file data visualizer (elastic#72863)
  test: 💍 add test for sub-expression variables (elastic#71644)
  fix bug (elastic#72809)
  [keystore] use get_keystore in server cli (elastic#72954)
  Show step number instead of incomplete step. (elastic#72866)
  Fix bug where user can't add an exception when "close alert" is checked (elastic#72919)
  [Monitoring] Fix issues displaying alerts (elastic#72891)
  [Ingest Manager] Add more Fleet concurrency tests elastic#71744 (elastic#72338)
  [Security Solution][Exceptions] - Update UI exceptions builder nested logic (elastic#72490)
  disable renovate masterIssue
  [ML] API integration tests for UPDATE data frame analytics endpoint (elastic#72710)
  [Uptime] Fix accessibility issue in Uptime app nav links (elastic#72926)
  [Maps] fix removing global filter from layer can cause app to start thrashing (elastic#72763)
  [Maps] fix blended layer aggregation error when using composite aggregation (elastic#72759)
  fix unexpected arguments to unload command
  Limits the upload size of lists to 9 meg size (elastic#72898)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Maps] Removing global filter from layer can cause app to start thrashing
4 participants