BatchExplorer icon indicating copy to clipboard operation
BatchExplorer copied to clipboard

Tasks Filter does not return results when job has large number of tasks

Open mlugosan opened this issue 6 years ago • 3 comments

Describe the bug Applying an "Advanced filters" in the tasks pane does not produce any results when job has a large number of tasks

To Reproduce Steps to reproduce the behavior:

  1. Generate job with more than 100k tasks in various stages of execution
  2. Go to Jobs->[Your Job]->Toggle Advanced Filters
  3. Click on "Running" checkbox in Tasks Advanced Filters pane
  4. Wait............

Expected behavior The list of running tasks

Version (please complete the following information):

  • OS: Windows
  • Version 2.3.1-stable.378

mlugosan avatar Oct 23 '19 15:10 mlugosan

Thank you for reporting this! I'll look into repro'ing this as time permits and then provide an update.

bgklein avatar Oct 23 '19 16:10 bgklein

@protointent I was unable to reproduce this. I created a job with 100k tasks and was able to use all of the filters: image What exactly are you seeing when you do this? Are you seeing the loading bubble consistently or an empty results pane?

Additionally if you open the developer tools (ctrl +shift + i), does the network tab show the request being made with any results? Also are you able to craft a SDK or view through the portal to confirm there are tasks in the given state?

bgklein avatar Oct 24 '19 17:10 bgklein

I see an empty list most of the time, but sometimes the wait bubble is there for a while.

After looking at Batch's Azure portal UX, I'm not sure if this is a bug on the explorer or the Batch itself, as it has similar behavior.

Overall it seems that any query operations, using portal or explorer, on jobs with large number of tasks exhibit similar behavior. (hope this helps)

mlugosan avatar Oct 24 '19 17:10 mlugosan