-
Bug
-
Resolution: Not A Defect
-
Major
-
Jenkins 1.582 from Bitnami, running on AWS in m3.medium instance type
Server OS: Ubuntu 14.04 64bit
JDK: Oracle JDK 1.7.0_67
Browser: Chrome 37 64bit
Console output is populating log in browser window, but after several seconds stops. User has to refresh the page but it happens again. It looks like populating works only when log grown quickly and stops when job doesn't log for a while.
It seems that problem is on the server side, browser repeats AJAX requests to progressiveHtml path and all of them have "X-More-Data: true" response header, but the last one hasn't (wrongly, because job logging on server side continues).
Latest version I have seen this working: 1.466
[JENKINS-25026] Console output stops populating after several seconds
Component/s | New: core [ 15593 ] | |
Component/s | Original: console-tail [ 18144 ] | |
Description |
Original:
Console output is populating log in browser window, but after several seconds stops. User has to refresh the page but it happens again. It looks like populating works only when log grown quickly and stops when job doesn't log for a while. It seems that problem is on the server side, browser repeats AJAX requests to progressiveHtml path and all of them have "X-More-Data: true" response header, but the last one hasn't (wrongly, because job logging on server side continues). |
New:
Console output is populating log in browser window, but after several seconds stops. User has to refresh the page but it happens again. It looks like populating works only when log grown quickly and stops when job doesn't log for a while. It seems that problem is on the server side, browser repeats AJAX requests to progressiveHtml path and all of them have "X-More-Data: true" response header, but the last one hasn't (wrongly, because job logging on server side continues). Latest version I have seen this working: 1.466 |
Environment | Original: Jenkins 1.582 from Bitnami, running on AWS in m3.medium instance type |
New:
Jenkins 1.582 from Bitnami, running on AWS in m3.medium instance type Server OS: Ubuntu 14.04 64bit JDK: Oracle JDK 1.7.0_67 Browser: Chrome 37 64bit |
Attachment | New: console-error-screencast.gif [ 27777 ] |
You marked this 'regression' but do not mention which version was known to work.
Please provide the information requested here: https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue
Is this really about console-tail plugin, or did you just not read the note that says issues with Jenkins itself should use the 'core' component?