gaodayue opened a new pull request #3149: Fix NPE when access follower Fe's web 
console
URL: https://github.com/apache/incubator-doris/pull/3149
 
 
   This CL fixes the following NPE when access follower's web console
   ```
   2020-03-19 14:54:24,174 WARN 84 [SystemAction.appendSystemInfo():93] Fail to 
forward.
   java.lang.NullPointerException: null
           at 
org.apache.doris.qe.MasterOpExecutor.forward(MasterOpExecutor.java:63) 
~[palo-fe.jar:?]
           at 
org.apache.doris.qe.MasterOpExecutor.execute(MasterOpExecutor.java:56) 
~[palo-fe.jar:?]
           at 
org.apache.doris.http.action.SystemAction.appendSystemInfo(SystemAction.java:91)
 [palo-fe.jar:?]
           at 
org.apache.doris.http.action.SystemAction.executeGet(SystemAction.java:65) 
[palo-fe.jar:?]
           at 
org.apache.doris.http.action.WebBaseAction.execute(WebBaseAction.java:116) 
[palo-fe.jar:?]
           at 
org.apache.doris.http.BaseAction.handleRequest(BaseAction.java:89) 
[palo-fe.jar:?]
           at 
org.apache.doris.http.HttpServerHandler.channelRead(HttpServerHandler.java:73) 
[palo-fe.jar:?]
   ```
   
   It's a follow-up of #3020 which forgets to set ConnectContext's catalog in 
`checkAuthWithCookie`.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to