Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI #2450] Update lastAccessTime in getStatus and add opHandle to…
… opHandleSet before run ### _Why are the changes needed?_ close #2450 1. The client obtains the status of the Operation by calling getOperationStatus cyclically. We need to update the lastAccessTime in the getStatus method to prevent timeouts caused by long-running. 2. We need to add opHandle to opHandleSet before running to avoid losing Operation by calling close during Operation running. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #2452 from wForget/KYUUBI-2450. Closes #2450 3500239 [wforget] add opHandle to opHandleSet before run dc82f65 [wforget] unnecessary change cca3377 [wforget] [KYUUBI-2450] Update lastAccessTime in getStatus and catch close launchEngineOp exception Authored-by: wforget <643348094@qq.com> Signed-off-by: Fei Wang <fwang12@ebay.com> (cherry picked from commit 86f016d) Signed-off-by: Fei Wang <fwang12@ebay.com>
- Loading branch information