Github user jongyoul commented on the issue:

    https://github.com/apache/incubator-zeppelin/pull/957
  
    @bzz Thanks for the review. Quick answer for last question. 
InterpreterResult include new logs only after `getProgress()` called before. 
See 
[here](https://github.com/apache/incubator-zeppelin/pull/957/files#diff-f9d22f7302ae356454cdcc637942856fR145).
 Thus logs actually doesn't grow O(N) if getProgress is called periodically. 
But I'm also finding a better way to reduce memory usage.
    
    Another problem with this implementation, it cannot covers multi-tenancy at 
all because that are thread-unsafe and unaware users from interpreter context.
    
    And I also think of finding a better name of Remote*.
    
    @felixcheung I'm very glad of you to review this PR, and give some idea. 
Thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to