Chan Ho Lee created ZEPPELIN-6216: ------------------------------------- Summary: When job manager is disabled, job manager page shows infinite loading Key: ZEPPELIN-6216 URL: https://issues.apache.org/jira/browse/ZEPPELIN-6216 Project: Zeppelin Issue Type: Improvement Reporter: Chan Ho Lee
When `zeppelin.jobmanager.enable` is false, server does not corresponds with no message, so that job manager page show infinite loading indicator and it seems like it has some problems. We could add some `not allowed` response logic in the server and add handling in the web apps(both the classic, new UI) so that user could know it is not enabled for the current config When `zeppelin.jobmanager.enable` is set to `false`, the server does not respond with any message. As a result, the job manager page shows an infinite loading indicator, which makes it look like something is broken. It would be better to add something like `not allowed` response from the server and implement proper handling in both web apps (classic and new UI), so users can be clearly informed that the job manager is diabled in the current configuration. -- This message was sent by Atlassian Jira (v8.20.10#820010)