turboFei commented on PR #4949:
URL: https://github.com/apache/kyuubi/pull/4949#issuecomment-1586467895

   > why connection socket timeout could cause NPE?
   
   For incremental collect mode, the fetchResult might trigger a spark task to 
collect the incremental result.
   
   The jdbc client to kyuubi gateway timeout, but the fetchResult request has 
been sent to engine.
   Then the jdbc client re-send the fetchResult request.
   
   And the getNextResultSet in spark engine side concurrent execute.
   
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to