AyWa edited a comment on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-475549925 I am kind of lost with the test: - I ran my fix, without any new test -> all the test pass on the ci - I ran my fix, with the test scenario - > always some failure (seems like `GC` or out of memory or timeout) - I ran my fix, by adding a random test (with no concurrent call) -> always some failure So i think the problem is not related to the fix itself, but more like an issue with the test: - `ExecutorService pool = Executors.newFixedThreadPool(2);` make the `GC / OOM` ? - running then auto complete make some issue ?
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
