Skip to content
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

big blob (INSERT INTO t VALUES (zeroblob(1024 * 1024 - 1),...) overflow page error #406

Open
pereman2 opened this issue Nov 18, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@pereman2
Copy link
Collaborator

Limbo v0.0.5
Enter ".help" for usage hints.
limbo> CREATE TABLE t(x1, x2, x3, x4);
limbo> INSERT INTO t VALUES (zeroblob(1024 * 1024 - 1), zeroblob(1024 * 1024 - 2), zeroblob(1024 * 1024 - 3), zeroblob(1024 * 1024 - 4));
thread 'main' panicked at core/io/linux.rs:90:18:
submission queue is full: PushError
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[1]    257149 IOT instruction (core dumped)  limbo a1.db

It seems like allocation of overflow pages can cause overflow of submission queue.

@penberg penberg added bug Something isn't working help wanted Extra attention is needed labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants