[jira] [Created] (ZEPPELIN-5499) NPE in IPySparkInterpreter

2021-08-26 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5499: Summary: NPE in IPySparkInterpreter Key: ZEPPELIN-5499 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5499 Project: Zeppelin Issue Type: Bug

[GitHub] [zeppelin] zjffdu closed pull request #4208: [ZEPPELIN-5497] Memory leak of GenericObjectPool

2021-08-26 Thread GitBox
zjffdu closed pull request #4208: URL: https://github.com/apache/zeppelin/pull/4208 -- 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:

[GitHub] [zeppelin] zjffdu commented on pull request #4208: [ZEPPELIN-5497] Memory leak of GenericObjectPool

2021-08-26 Thread GitBox
zjffdu commented on pull request #4208: URL: https://github.com/apache/zeppelin/pull/4208#issuecomment-906269223 Sure, @Reamer please take over it -- 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

[GitHub] [zeppelin] Reamer commented on pull request #4208: [ZEPPELIN-5497] Memory leak of GenericObjectPool

2021-08-26 Thread GitBox
Reamer commented on pull request #4208: URL: https://github.com/apache/zeppelin/pull/4208#issuecomment-906264572 Some time ago I wrote similar code. https://github.com/apache/zeppelin/compare/master...Reamer:closeable_remote_client?expand=1 Should I take over? I have included your

[GitHub] [zeppelin] Reamer commented on pull request #4208: [ZEPPELIN-5497] Memory leak of GenericObjectPool

2021-08-26 Thread GitBox
Reamer commented on pull request #4208: URL: https://github.com/apache/zeppelin/pull/4208#issuecomment-906172740 Okay, I understand, but I think that the AutoCloseable interface is helpful for static code analyzers that can be part of the IDE. The interface can also be used