Github user satishd commented on the issue:
https://github.com/apache/storm/pull/2519
>@satishd @HeartSaVioR Unfortunately token.decodeIdentified() returns null
value in Hive related Tokens. So previous code is broken for Hive. If we want
this log, we need to add null check before printing
token.decodeIdentified()..getUser()
@omkreddy No harm in having null check and have good debug information in
the logs.
>Do we want to revert the commit, or craft a follow-up patch?
@HeartSaVioR Better to have a followup patch.
---