Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
6.5.0
-
2019-10-17 build form source, Enterprise Edition 6.5.0 build 000
Description
While in Eventing for any given function/handler
- When I hit a Deploy button the UI shows first a status of "undeploy..." and then a final status of "deployed"
- When I hit a Deploy button the UI shows first a status of "undeploying..." and then a final status of "undeployed"
There seem to be issues with reporting status in the UI when doing a Pause and Resume:
- ISSUE: When I hit a Pause button the UI shows first a status of "pausing..." and then a final status of either "undeployed" or "paused" (some sort of race condition) I have seen both status messages.
- ISSUE: When I hit a Resume button the UI shows first a status of "deploying..." and then a final status of "deployed". For consistency after hitting the Resume button case the UI should first show a status of "resuming..." and then a final status of "deployed" when the resume is complete.
Attachments
Gerrit Reviews
For Gerrit Dashboard: MB-36552 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
141087,4 | MB-36552: Fix calculation of apps pausing status | unstable | eventing | Status: NEW | 0 | 0 |
Seems like the Deploy button also has a race where the incorrect status is shown.
Sometime when I hit a Deploy button the UI showed a final status of "undeployed" until I refresh the browser (see image A_ and also image B_ after a refresh to correct the GUI display). Thus I imaging that (some sort of race condition) exists for the Deploy button also.
Note in the above instance (e.g. with the pictures attached) I had a error in the function I deployed where it called a non-existant function, it did process all mutations and showed the failure.
I tried to recreate the same sequence but it is intermittent and rarely reproduces.