opensearch-project / OpenSearch-Dashboards

📊 Open source visualization dashboards for OpenSearch.
https://opensearch.org/docs/latest/dashboards/index/
Apache License 2.0
1.69k stars 893 forks source link

[BUG] Discover page stuck in an infinite loop #8159

Closed n9 closed 1 month ago

n9 commented 2 months ago

Describe the bug

Click on OpenSearch Dashboards > Discover opens page that seems stuck in an infinite loop.

To Reproduce Steps to reproduce the behavior:

  1. Click on Menu > OpenSearch Dashboards > Discover: image
  2. See "Searching": image
  3. After a while Browser (Chrome) will "Page Unresponsive": image Path in browser is: /app/data-explorer/discover#?_a=(discover:(columns:!(_source),isDirty:!f,sort:!()),metadata:(indexPattern:'',view:discover))&_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))&_q=(filters:!(),query:(language:kuery,query:''))

Expected behavior Page will not stuck in an infinite loop.

OpenSearch Version 2.16.0

Dashboards Version 2.16.0

Plugins image

Screenshots See steps.

Host/Environment (please complete the following information):

Additional context

n9 commented 2 months ago

Maybe same as https://github.com/opensearch-project/OpenSearch-Dashboards/issues/7626?

Hailong-am commented 2 months ago

Maybe same as #7626?

yes, that will fixed in 2.17

CCongWang commented 2 months ago

Thanks @Hailong-am for the info, link PR: https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8082

Hailong-am commented 1 month ago

as 2.17 been released, close it