-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.3.4 UI Regression (possible state management regression) #14412
Comments
I found other similar issues after posting, I do have some cases not discussed in those issues though. Should I keep this issue open for that or just close and post the additional info over on the existing issues? |
Seeing the same issue with grayed out exec button. This is causing a lot of disruption to our engineering workflows. |
Hi @djenriquez and @aniaptebsft and thanks for raising this with the context. I will link the issue to #14359 which has been tracking some UI regressions within 1.3.4, however, I will let @philrenaud read through this and decided whether to close this issue out as duplicate. |
Another question @jrasell @philrenaud how concerned should we be with version 1.3.4 and the non-UI functionality. Have there been any issues reported which are not related to the GUI? The current state is that we have upgraded ONLY the servers to 1.3.4 and were planning to roll out the clients with 1.3.4 within the week. |
Hi @shantanugadgil — the issues described are solved in #14381 which are restricted to the UI alone. We would still recommend moving to 1.3.5 when that releases (very shortly) |
Hi @djenriquez , @aniaptebsft — sorry for the hassle here. The issues you see will be fixed with 1.3.5, going out shortly, and can temporarily be alleviated on a per-browser basis by adding the following to your browser console:
Closing this issue and tracking in #14359 |
This is good news indeed. Thanks! 👍🏻🙏🏻 |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Nomad version
Operating system and Environment details
Amazon Linux 2
Issue
After upgrading from 1.3.3 to 1.3.4, seeing some regression in the UI:
The server page is not properly identifying the leader (every node has leader:false even though the /v1/status/leader endpoint reveals the leader), nor is it clearing out the old 1.3.3 servers that have left even after 24 hours (the data from
v1/agent/members
does not seem to be clearing out the old servers)In our development environment where ACLs are disabled, the "exec" button is disabled, even though you can click this button and an exec pop up comes up.
Related to 2, after the exec pop up window comes up, you are unable to actually run the command to execute the exec. The window just hangs. Chrome dev tools show no network traffic after pressing enter, its as if its just disabled completely.
Also seeing a js error in the console (hard to tell if these are expected since JS errors are so common these days):
When loading up the jobs page:
The UI no longer displays the Nomad Version on the bottom left hand corner (bottom of the navigation menu).
Clients that have rotated out are no longer being GC'd, atleast not as the same rate as before, hundreds of clients report as
down
(we have a busy cluster). This screenshot is filtering "Down" status.Reproduction steps
Upgrade Nomad from 1.3.3 to 1.3.4.
The text was updated successfully, but these errors were encountered: