You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@livy.apache.org by GitBox <gi...@apache.org> on 2019/07/17 08:17:15 UTC

[GitHub] [incubator-livy] yantzu opened a new pull request #182: [LIVY-571] cleanupStatement should not throw exception when statementId not exist

yantzu opened a new pull request #182: [LIVY-571] cleanupStatement should not throw exception when statementId not exist
URL: https://github.com/apache/incubator-livy/pull/182
 
 
   ## What changes were proposed in this pull request?
   
   To fix LIVY-571. ThriftSessionState is used to store query result by statementId. When exception during execute query, no query result is stored. But when statement closed from beeline, a request is invoked to remove cached query result in ThriftSessionState.
   
   Remove statement query result from ThriftSessionState should just return if no item found, this could be the default behavior to avoid relevant issue.
   
   https://issues.apache.org/jira/browse/LIVY-571
   
   ## How was this patch tested?
   
   Existing unit tests.
   
   Please review https://livy.incubator.apache.org/community/ before opening a pull request.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services