vi-eclipse / Eclipse-Platform

Umbrella repository for managing a backlog of features/issues related to the Eclipse Platform
2 stars 0 forks source link

Analyze UI-Freezes in Grafana dashboard and extract issues out of them #119

Open fedejeanne opened 1 week ago

fedejeanne commented 1 week ago

Goal

Regularly check this dashboard and extract some issues out of it: UI Freezes (Grafana)

Hints

Expected results

Current issues

This is a first prioritization, feel free to pick one and create an issue for it:

Prioritized (the higher in the list, the more important)

  1. at org.eclipse.jdt.internal.core.JavaModelManager.determineIfOnClasspath(JavaModelManager.java:1207)
  2. at org.eclipse.core.internal.watson.ElementTree.includes(ElementTree.java:549)
  3. at org.eclipse.jdt.internal.core.JavaModelManager.getInfo(JavaModelManager.java:2268)
  4. at org.eclipse.core.internal.dtree.AbstractDataTreeNode.indexOfChild(AbstractDataTreeNode.java:463)
  5. at org.eclipse.ui.internal.views.markers.Markers.getMarkerCounts(Markers.java:311)

Not prioritized

Ignore

fedejeanne commented 1 week ago

@christianstaib I moved the issue here so we can all see the same issues and avoid duplicate work. I'll remove the "original" issue in the other backlog.

christianstaib commented 1 week ago

Prioritized item 2 (at org.eclipse.core.internal.watson.ElementTree.includes(ElementTree.java:549)) might be related to opening a Problems view the first time after startup with many problems. In the meantime I was able to reproduce the freeze at least one time but im still not quit sure what conditions have to be meet to trigger the freeze.

fedejeanne commented 4 days ago

@christianstaib 👍 . Please post the steps you followed and I'll give it a try. If I can't reproduce the freeze after a few attempts then we may move to another issue.