You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by "turboFei (via GitHub)" <gi...@apache.org> on 2023/06/12 02:07:00 UTC

[GitHub] [kyuubi] turboFei commented on pull request #4949: For operation getNextRowSet method, with operation lock required

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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org