zentol commented on a change in pull request #9504: [FLINK-13799][web]: fix
error message web submit is disables in the c…
URL: https://github.com/apache/flink/pull/9504#discussion_r316663065
##########
File path: flink-runtime-web/web-dashboard/src/app/app.interceptor.ts
##########
@@ -32,7 +32,7 @@ export class AppInterceptor implements HttpInterceptor {
* Error response from below url should be ignored
*/
const ignoreErrorUrlEndsList = ['checkpoints/config', 'checkpoints'];
- const ignoreErrorMessage = ['File not found.'];
+ const ignoreErrorMessage = ['File not found.', 'Unable to load requested
file /jars.'];
Review comment:
While this does cover the case of multiple error messages when accessing the
page, the user still gets odd error messages if he tries to use the submit page
in any way.
If we want to backport the proper solution (See subtasks of FLINK-13799) to
1.9, then I would skip this PR.
If we don't want to backport it, then we need a more extensive fix imo.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services