We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Stacktrace: [2024-06-14T14:59:28Z ERROR actix_http::h1::dispatcher] stream error: request parse error: invalid Header provided [2024-06-16T06:31:51Z ERROR actix_http::h1::dispatcher] stream error: request parse error: invalid Header provided [2024-06-17T01:03:27Z ERROR actix_http::h1::dispatcher] stream error: request parse error: invalid Header provided [2024-06-17T06:02:36Z ERROR actix_http::h1::dispatcher] stream error: request parse error: invalid Header provided [2024-06-17T10:08:36Z ERROR parseable::handlers::airplane] Datafusion Error: Failed to create logical plan: Error during planning: table 'datafusion.public.webapp' not found [2024-06-17T10:09:47Z ERROR parseable::handlers::airplane] Datafusion Error: Failed to create logical plan: Error during planning: table 'datafusion.public.webapp' not found thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrow-array-51.0.0/src/record_batch.rs:376:9: assertion failed: (offset + length) <= self.num_rows() note: run with RUST_BACKTRACE=1 environment variable to display a backtrace thread 'local-sync' panicked at server/src/event/writer.rs:215:46: called Result::unwrap() on an Err value: PoisonError { .. } Error: Failed to sync local data to drive. Please restart the Parseable server.
RUST_BACKTRACE=1
Result::unwrap()
Err
The text was updated successfully, but these errors were encountered:
@nitisht how to reproduce the issue. Can you please share some info
Sorry, something went wrong.
cc @balaji-jr
Closing this issue as it is not reproducible now. @nitisht @dharanad
No branches or pull requests
Stacktrace:
[2024-06-14T14:59:28Z ERROR actix_http::h1::dispatcher] stream error: request parse error: invalid Header provided
[2024-06-16T06:31:51Z ERROR actix_http::h1::dispatcher] stream error: request parse error: invalid Header provided
[2024-06-17T01:03:27Z ERROR actix_http::h1::dispatcher] stream error: request parse error: invalid Header provided
[2024-06-17T06:02:36Z ERROR actix_http::h1::dispatcher] stream error: request parse error: invalid Header provided
[2024-06-17T10:08:36Z ERROR parseable::handlers::airplane] Datafusion Error: Failed to create logical plan: Error during planning: table 'datafusion.public.webapp' not found
[2024-06-17T10:09:47Z ERROR parseable::handlers::airplane] Datafusion Error: Failed to create logical plan: Error during planning: table 'datafusion.public.webapp' not found
thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrow-array-51.0.0/src/record_batch.rs:376:9:
assertion failed: (offset + length) <= self.num_rows()
note: run with
RUST_BACKTRACE=1
environment variable to display a backtracethread 'local-sync' panicked at server/src/event/writer.rs:215:46:
called
Result::unwrap()
on anErr
value: PoisonError { .. }Error: Failed to sync local data to drive. Please restart the Parseable server.
The text was updated successfully, but these errors were encountered: