-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[ZEPPELIN-1150] Table contents disappear 2nd run onwards #1171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I got a following build error. |
|
@astroshim Thanks for testing. Build error is addressed in last commit. |
|
@Leemoonsoo Tested, For the second item, I would keep the solution used in https://issues.apache.org/jira/browse/ZEPPELIN-1078 |
|
Build error has gone and working good! |
|
@corneadoug Try revert line 413 and 473. And then run paragraph multiple times (with table result). In my machine after 2~3 times without 413, 473 change, browser almost freeze. |
|
@corneadoug I tried more and it looks like slowing down without 413 and 473 change is not consistently reproducible. Anyway, logically, 413 and 473 change reduce text rendering from So, i'd like to keep it while it doesn't bring any side effect or increase complexity of code. |
|
@Leemoonsoo I tested again, originally I was testing with previous |
|
@corneadoug 413 and 473 "together" are alternative fix for ZEPPELIN-1078 for better performance. Without 413, applying 473 will bring ZEPPELIN-1078 problem again. |
|
@Leemoonsoo I was testing with %spark only, while ZEPPELIN-1078's issue shows with %python. |
|
Thanks @astroshim @corneadoug for review this! Merge it into master if there're no more discussions. |
|
I missed this (which solve the same problem as #1182), let me check this. |
|
LGTM 👍 |
Fix for [ZEPPELIN-1150](https://issues.apache.org/jira/browse/ZEPPELIN-1150). Bug Fix * [x] - Recreate table on data refresh * [x] - Better solution for [ZEPPELIN-1078](https://issues.apache.org/jira/browse/ZEPPELIN-1078) without performance degrade [ZEPPELIN-1150](https://issues.apache.org/jira/browse/ZEPPELIN-1150) Reproduce procedure described in the issue * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Lee moon soo <moon@apache.org> Closes #1171 from Leemoonsoo/ZEPPELIN-1150 and squashes the following commits: 7978f47 [Lee moon soo] remove multiple newlines b3406b7 [Lee moon soo] Recreate table when (data) is refreshed (cherry picked from commit b1e6e2c) Signed-off-by: Mina Lee <minalee@apache.org> Conflicts: zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js
### What is this PR for? Fix for [ZEPPELIN-1150](https://issues.apache.org/jira/browse/ZEPPELIN-1150). ### What type of PR is it? Bug Fix ### Todos * [x] - Recreate table on data refresh * [x] - Better solution for [ZEPPELIN-1078](https://issues.apache.org/jira/browse/ZEPPELIN-1078) without performance degrade ### What is the Jira issue? [ZEPPELIN-1150](https://issues.apache.org/jira/browse/ZEPPELIN-1150) ### How should this be tested? Reproduce procedure described in the issue ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Lee moon soo <moon@apache.org> Closes apache#1171 from Leemoonsoo/ZEPPELIN-1150 and squashes the following commits: 7978f47 [Lee moon soo] remove multiple newlines b3406b7 [Lee moon soo] Recreate table when (data) is refreshed
What is this PR for?
Fix for ZEPPELIN-1150.
What type of PR is it?
Bug Fix
Todos
What is the Jira issue?
ZEPPELIN-1150
How should this be tested?
Reproduce procedure described in the issue
Questions: