We recently upgraded from Flink 1.7 to Flink 1.9.2 and the history server UI
now seems to be broken. It doesn't load and always just displays a blank screen. The individual endpoints (e.g. /jobs/overview) still work. Could this be an issue caused by the Angular update for the regular UI? -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/ |
If all the rest api could be viewed successfully, then the reason may be js cache. You could try to force a refresh(e.g. Cmd+Shft+R for Mac). It solved my problem before. Best, Yang pwestermann <[hidden email]> 于2020年3月4日周三 下午8:40写道: We recently upgraded from Flink 1.7 to Flink 1.9.2 and the history server UI |
I'm also suspecting a problem with the UI updated Do the Developer Tools of the browser show any error messages? On Thu, Mar 5, 2020 at 7:00 AM Yang Wang <[hidden email]> wrote:
|
Hey Robert,
I just tried Flink 1.10 and the history server UI works for me too. Only Flink 1.9.2 is not loading. Since we were already looking into upgrading to 1.10, I might just do that now. Thanks, Peter -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/ |
Hi pwestermann
I believe this is related to https://issues.apache.org/jira/browse/FLINK-13799 It seems that the configuration.features['web-submit'] is missed from the api when you upgrading from 1.7 to 1.9.2 Do you have the same problem when upgrading to 1.10? feel free to ping me if you still have related problems. -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/ |
Free forum by Nabble | Edit this page |