surahman commented on pull request #3786: URL: https://github.com/apache/incubator-heron/pull/3786#issuecomment-1060916880
I am time-constrained for the next few weeks and I still cannot bring up the UI. I typically find it faster to jump in with a debugger and find the issue causing the problem and address it there. Failing that it is time to find what caused the issue. We need to isolate the commit in which this happened. I would start by checking out the last tagged release to see if the UI is working there. If it is, run a [`Git bisect`](https://git-scm.com/docs/git-bisect) between that commit and `master` branch's `HEAD` to find the problematic commit. You should have a better idea of what caused the issue. There were major changes to the backend of the UI in the PR that bumped Python to 3.8/3.9, so that is a potential candidate. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
