Closed wubx closed 3 weeks ago
main
Error: error happens after fetched 0 rows: APIError: ResponseError with 1104: called `Result::unwrap()` on an `Err` value: FromStdError. Code: 1001, Text = Ipc error: Expected compressed length of 1144251 got 1144259.
0: databend_common_exception::exception_backtrace::capture
at /data1/wubx/databend/src/common/exception/src/exception_backtrace.rs:82:17
1: databend_common_exception::exception::ErrorCode<C>::from_std_error
at /data1/wubx/databend/src/common/exception/src/exception.rs:291:24
2: databend_common_exception::exception_into::<impl core::convert::From<arrow_schema::error::ArrowError> for databend_common_exception::exception::ErrorCode>::from
at /data1/wubx/databend/src/common/exception/src/exception_into.rs:133:18
3: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual
at /rustc/cf2df68d1f5e56803c97d91e2b1a9f1c9923c533/library/core/src/result.rs:1989:27
databend_common_expression::utils::arrow::read_column
at /data1/wubx/databend/src/query/expression/src/utils/arrow.rs:108:15
at /rustc/cf2df68d1f5e56803c97d91e2b1a9f1c9923c533/library/std/src/panicking.rs:553:40
std::panicking::try
at /rustc/cf2df68d1f5e56803c97d91e2b1a9f1c9923c533/library/std/src/panicking.rs:517:19
std::panic::catch_unwind
at /rustc/cf2df68d1f5e56803c97d91e2b1a9f1c9923c533/library/std/src/panic.rs:350:14
10: databend_common_base::runtime::catch_unwind::catch_unwind
at /data1/wubx/databend/src/common/base/src/runtime/catch_unwind.rs:47:11
11: databend_query::pipelines::executor::query_pipeline_executor::QueryPipelineExecutor::execute_threads::{{closure}}
at /data1/wubx/databend/src/query/service/src/pipelines/executor/query_pipeline_executor.rs:378:34
databend_common_base::runtime::runtime_tracker::ThreadTracker::tracking_function::{{closure}}::{{closure}}
at /data1/wubx/databend/src/common/base/src/runtime/runtime_tracker.rs:208:17
databend_common_base::runtime::thread::Thread::named_spawn::{{closure}}
at /data1/wubx/databend/src/common/base/src/runtime/thread.rs:78:21
std::sys::backtrace::__rust_begin_short_backtrace
at /rustc/cf2df68d1f5e56803c97d91e2b1a9f1c9923c533/library/std/src/sys/backtrace.rs:155:18
12: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
at /rustc/cf2df68d1f5e56803c97d91e2b1a9f1c9923c533/library/std/src/thread/mod.rs:542:17
<core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
at /rustc/cf2df68d1f5e56803c97d91e2b1a9f1c9923c533/library/core/src/panic/unwind_safe.rs:272:9
std::panicking::try::do_call
at /rustc/cf2df68d1f5e56803c97d91e2b1a9f1c9923c533/library/std/src/panicking.rs:553:40
std::panicking::try
at /rustc/cf2df68d1f5e56803c97d91e2b1a9f1c9923c533/library/std/src/panicking.rs:517:19
std::panic::catch_unwind
at /rustc/cf2df68d1f5e56803c97d91e2b1a9f1c9923c533/library/std/src/panic.rs:350:14
std::thread::Builder::spawn_unchecked_::{{closure}}
at /rustc/cf2df68d1f5e56803c97d91e2b1a9f1c9923c533/library/std/src/thread/mod.rs:541:30
core::ops::function::FnOnce::call_once{{vtable.shim}}
at /rustc/cf2df68d1f5e56803c97d91e2b1a9f1c9923c533/library/core/src/ops/function.rs:250:5
13: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
at /rustc/cf2df68d1f5e56803c97d91e2b1a9f1c9923c533/library/alloc/src/boxed.rs:2064:9
<alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
at /rustc/cf2df68d1f5e56803c97d91e2b1a9f1c9923c533/library/alloc/src/boxed.rs:2064:9
std::sys::pal::unix::thread::Thread::new::thread_start
at /rustc/cf2df68d1f5e56803c97d91e2b1a9f1c9923c533/library/std/src/sys/pal/unix/thread.rs:108:17
14: start_thread
at ./nptl/pthread_create.c:442:8
15: __GI___clone3
at ./misc/../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
https://github.com/databendlabs/databend/issues/16605
Test this issue after it complete.
The new painic seems to be a different problem
Search before asking
Version
main
What's Wrong?
settings:
How to Reproduce?
No response
Are you willing to submit PR?