[JIRA] (JENKINS-61096) Blue Ocean UI never allows you to have more than about 10 tabs open at a time

2020-04-06 Thread aburdajew...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Allan BURDAJEWICZ commented on  JENKINS-61096  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blue Ocean UI never allows you to have more than about 10 tabs open at a time   
 

  
 
 
 
 

 
 Can’t reproduce this. Using Chrome on OSX. In what browser did you test Alex Taylor and with what versions of core and plugins ? BO depends on plugins such as the SSE Gateway / Pub Sub light plugin that had known memory leak issues that have been fixed recently: https://issues.jenkins-ci.org/browse/JENKINS-51057 https://issues.jenkins-ci.org/browse/JENKINS-58684 https://issues.jenkins-ci.org/browse/JENKINS-59291 So I would suggests to upgrade to the latest to see if that is still an issue.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204589.1581688838000.7329.1586237280230%40Atlassian.JIRA.


[JIRA] (JENKINS-61096) Blue Ocean UI never allows you to have more than about 10 tabs open at a time

2020-02-14 Thread atay...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Taylor created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61096  
 
 
  Blue Ocean UI never allows you to have more than about 10 tabs open at a time   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2020-02-14 14:00  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Alex Taylor  
 

  
 
 
 
 

 
 Issue: If you have around 10 tabs open inside of Blue Ocean to the same instance, the last few will never load the page and will persistently reload themselves making the entire UI unusable Steps to reproduce: 1. Open any Jenkins version with any Blue Ocean Version(tested the latest along with all the way back to 1.2.x versions) 2. Create a dummy pipeline job with `node() {echo "hello"} ` 3. Run said job 4. Open up the Blue Ocean UI on the pipeline job you created 5. Hold command/ctrl and click the `build number 1` link about 10 times 6. Observe that tab 10 never loads fully and eventually reloads all the pages because it becomes unresponsive Observations: I think there is either some kind of resource deadlock when opening that many tabs or such a bad bottleneck that it blocks the continuous loading nature of the Blue Ocean plugin so that it starts getting 404 errors and needs to reload itself. This issue never shows up in any threads from Jenkins (no new threads are even created) and the browser indicates a whole bunch of failing modules but nothing consistent enough to say "this is the cause" Resolution: To me this looks core to the way Blue Ocean was designed and has existed ever since the inception of it. It is worse now because it terminates the pages faster but it was still present in early versions.