commit | 5ae2aaebbcb4aaec617c30a3e7f128fa5f2b7906 | [log] [tgz] |
---|---|---|
author | Philipp Dallig <philipp.dallig@gmail.com> | Mon May 16 09:37:27 2022 +0200 |
committer | Philipp Dallig <philipp.dallig@gmail.com> | Thu Jun 02 17:34:57 2022 +0200 |
tree | ec1c0cd4f08eaa08d5224bd6ff976668b574b9c5 | |
parent | 105bcb550732b8fa71027f978fb494e96e594c8b [diff] |
[ZEPPELIN-5737] try to avoid deadlock ### What is this PR for? This pull request is to prevent a deadlock which occurs in connection with a fast cancel in the LazyOpenInterpreter. This PR should also correct the closing of interpreters which are not LazyOpenInterpreter. ### What type of PR is it? * Bug Fix ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-5737 ### How should this be tested? * CI * manual ### Questions: * Does the licenses files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Philipp Dallig <philipp.dallig@gmail.com> Closes #4369 from Reamer/interpreter_deadlock and squashes the following commits: c7b4f2c99 [Philipp Dallig] [ZEPPELIN-5737] try to avoid deadlock
Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration:
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0
Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.
Core features:
To know more about Zeppelin, visit our web site https://zeppelin.apache.org
Please go to install to install Apache Zeppelin from binary package.
Please check Build from source to build Zeppelin from source.