You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A community zync user reported failure to load the JSON file stored at s3://zui-issues/3025/mun.json (it's on S3 because it's too big to attach here in the issue) into Zui. Closer study shows evidence of multiple bugs, so this issue walks through the high-level behaviors. Other issues or PRs will be spawned from here as necessary.
Details
Repro is with Zui commit a7c3aed which uses Zed commit 38763f8.
The community zync user originally asked:
any idea why the following file mun.json would not load in the latest Zui?
I am guessing it may be the (large) size of some geometries, but not sure ...
I should mention this data is public, so it can be shared.
The JSON file is 81 MB in size and contains a single object. A summary:
As shown in the attached video, the main symptom of this issue has been addressed by the changes in #3026. The mun.json file can now be loaded into Zui without complaint.
Verify.mp4
This issue will remain open as a reminder for us to look into the zq processes that were left behind when the load was failing.
tl;dr
A community zync user reported failure to load the JSON file stored at
s3://zui-issues/3025/mun.json
(it's on S3 because it's too big to attach here in the issue) into Zui. Closer study shows evidence of multiple bugs, so this issue walks through the high-level behaviors. Other issues or PRs will be spawned from here as necessary.Details
Repro is with Zui commit a7c3aed which uses Zed commit
38763f8
.The community zync user originally asked:
The JSON file is 81 MB in size and contains a single object. A summary:
The attached video shows my own walk through the repro. A summary of what we see:
zq
has no problem reading the file via auto-detect at the shellzq
processes of thehead 100
variety seem to stay open indefinitely as long as we remain at the Preview screenzq
process of thezq -i auto *
variety seems to stay open indefinitelyRepro.mp4
The text was updated successfully, but these errors were encountered: