vthinkxie 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_r316959338
 
 

 ##########
 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:
   the upload button in the submit page is already hidden when getting the 
error message, so the user could not use the submit page in the case.
   I think we should wait for the proper solution.

----------------------------------------------------------------
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

Reply via email to