-
Notifications
You must be signed in to change notification settings - Fork 66
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
"panic: index out of range" on attempted join #5097
Comments
In a group discussion @nwt mentioned that the problem of the successful exit code is a known problem that shows up in a couple operators ( |
Verified in Zed commit 1ffe14f. I happened to be working with a community user that mentioned a
I've opened separate issue #5270 to track the secondary issue described above in #5097 (comment). Thanks @mattnibs! |
Now that Arena has been backed out (#5278) I've been re-verifying issues that were fixed in the Arena era to make sure that prior issues haven't resurfaced, and it looks like this one has. Using the same repro steps shown above, here's this one happening once again now at current tip of
The dump that appears when
|
Repro is with GA Zed tagged
v1.15.0
and the test data ats3://zed-issues/5097/all.zng.gz
, as it's too large to attach to a GitHub Issue.Save this
program.zed
:Now start a local
zed serve
, then load the test data and run the query as shown below. (For some reason I've not been able to repro the problem withzq
or querying the lake directly at a filesystem location).At this point we find the
zed serve
has crashed with this panic dump:In addition to the panic, I'm somewhat concerned that the
zed query
simply produced no output and had an exit code of0
implying success. I respect that there may be catastrophic failures likekill -9
in which thezed serve
process would not be given a chance to say anything meaningful as it dies, but in this case since it was able to produce the panic dump at the console, is there some way it could have also returned enough info back to the client to imply something went wrong?FYI, this bug does not seem new. I went through several releases all the way back to Zed
v1.10.0
and these repro steps produced a panic in each one.The text was updated successfully, but these errors were encountered: