Uh oh!
There was an error while loading. Please reload this page.
[ZEPPELIN-1405] ConnectionPool for JDBCInterpreter. - #1396
Conversation
astroshim
commented
Sep 2, 2016
\cc @jongyoul Please review this PR if i misunderstand. |
jongyoul
commented
Sep 3, 2016
@astroshim It doesn't look completed. When are some connections closed? First of all, there's no code for closing connections. |
@jongyoul I will refactor the code to use connection pool. |
jongyoul
commented
Sep 3, 2016
In this PR or separately? On Saturday, 3 September 2016, HyungSung notifications@github.com wrote:
이종열, Jongyoul Lee, 李宗烈 |
astroshim
commented
Sep 3, 2016
I will do it in this PR and change the title this. :) |
jongyoul
commented
Sep 3, 2016
Good!! On Saturday, 3 September 2016, HyungSung notifications@github.com wrote:
이종열, Jongyoul Lee, 李宗烈 |
astroshim
commented
Sep 5, 2016
\cc @jongyoul I changed some codes to use |
astroshim
commented
Sep 6, 2016
I tested |
jongyoul
commented
Sep 6, 2016
Thanks! I'll look into it. btw, don't you have any problem when you were testing mysql? |
astroshim
commented
Sep 6, 2016
Thanks @jongyoul and there was no problem running mysql. |
| private InterpreterResult executeSql(String propertyKey, String sql, | ||
| InterpreterContext interpreterContext) { | ||
| InterpreterContext interpreterContext) { |
There was a problem hiding this comment.
@astroshim It's not recommended. you should change your IDE setting :-)
astroshim
commented
Sep 8, 2016
ping |
astroshim
commented
Sep 9, 2016
re-trigger CI |
astroshim
commented
Sep 12, 2016
re-trigger CI |
astroshim
commented
Sep 23, 2016
CI has passed. please review. |
### What is this PR for? This PR is for refactoring code for JDBCInterpreter. There is no putting 'Connection' to 'propertyKeyUnusedConnectionListMap' anywhere in the original code. ### What type of PR is it? Improvement ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1405 ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: astroshim <hsshim@nflabs.com> Closesapache#1396 from astroshim/ZEPPELIN-1405 and squashes the following commits: b07e162 [astroshim] add checking connection is null f6998c2 [astroshim] Merge branch 'master' into ZEPPELIN-1405 1862ae6 [astroshim] Merge branch 'master' into ZEPPELIN-1405 efc2bfc [astroshim] rebase 21217a7 [astroshim] fix indentation. 4d4f85c [astroshim] refactoring code of close() 9f1e368 [astroshim] replace ConnectionPool 4dabbcc [astroshim] wip) changing to use dbcp 12dd7cb [astroshim] remove propertyKeyUnusedConnectionListMap map
What is this PR for?
This PR is for refactoring code for JDBCInterpreter.
There is no putting 'Connection' to 'propertyKeyUnusedConnectionListMap' anywhere in the original code.
What type of PR is it?
Improvement
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1405
Questions: