Github user HeartSaVioR commented on the issue:
https://github.com/apache/storm/pull/2204
@Ethanlm
> 1. "Prev" "First" etc buttons seems to mix together. (On non-secure and
secure cluster)
Looks like failing to load css and also js file. We don't include static
resource files to the class path, so you need to build binary distribution and
use it to test correctly.
(Please let me know if you tested it with binary distribution.)
Btw, it seems to be by intention to avoid adding static resources to the
client side. Maybe we can move static files to storm-webapp after porting UI
and Logviewer is completed, since storm-webapp module is not intended to be
used (as a dependency) for Storm client. It also helps to run and test
Logviewer and UI with IDE.
> 2. Got "page not found" while querying worker.log on secure cluster. The
file actually exists.
If you could spend some time to help me debugging, could you check the
file's permission?
> 3. Got "Request failed" which querying dumps on secure cluster
Is it occurred only from secure cluster? Looks like actual error is not
relevant to secure, so just curious.
To be honest, I didn't have a chance to deploy the patch to secured
cluster, since I feel there should be no difference between non-secure and
secure cluster. I might be wrong. I'll also spin secured cluster and test it
again.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---