ariel-miculas commented on PR #23777:
URL: https://github.com/apache/datafusion/pull/23777#issuecomment-5196402844
Closed and reopen to see if the test failure in an unrelated
ordered_aggregate_spill.slt is transient:
```
External error: 1 errors in file
/__w/datafusion/datafusion/datafusion/sqllogictest/test_files/ordered_aggregate_spill.slt
1. query failed: DataFusion error: Resources exhausted: Additional
allocation failed for OrderedFinalAggregateStream[1] with top memory consumers
(across reservations) as:
OrderedFinalAggregateStream[0]#39115(can spill: true) consumed 406.8 KB,
peak 496.2 KB,
OrderedFinalAggregateStream[1]#39112(can spill: true) consumed 180.0 KB,
peak 180.0 KB,
OrderedFinalAggregateStream[1]#39235(can spill: false) consumed 5.4 KB,
peak 11.5 KB.
Error: Failed to allocate additional 8.1 KB for
OrderedFinalAggregateStream[1] with 5.4 KB already allocated for this
reservation - 7.7 KB remain available for the total memory pool: greedy(used:
592.3 KB, pool_size: 600.0 KB)
[SQL] EXPLAIN ANALYZE
SELECT round(v1, -4), v1 % 5000,
sum(v1 * 2), min(CAST(v1 % 2 AS VARCHAR))
FROM generate_series(20000) AS t1(v1)
GROUP BY round(v1, -4), v1 % 5000
at
/__w/datafusion/datafusion/datafusion/sqllogictest/test_files/ordered_aggregate_spill.slt:166
Error: Execution("1 failures\n\nbacktrace: 0:
sqllogictests::run_tests::{closure#0}\n 1:
<tokio::runtime::park::CachedParkThread>::block_on::<sqllogictests::run_tests::{closure#0}>::{closure#0}\n
2:
<tokio::runtime::park::CachedParkThread>::block_on::<sqllogictests::run_tests::{closure#0}>\n
3:
<tokio::runtime::context::blocking::BlockingRegionGuard>::block_on::<sqllogictests::run_tests::{closure#0}>\n
4:
<tokio::runtime::scheduler::multi_thread::MultiThread>::block_on::<sqllogictests::run_tests::{closure#0}>::{closure#0}\n
5:
tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::multi_thread::MultiThread>::block_on<sqllogictests::run_tests::{closure#0}>::{closure#0},
core::result::Result<(), datafusion_common::error::DataFusionError>>\n 6:
<tokio::runtime::scheduler::multi_thread::MultiThread>::block_on::<sqllogictests::run_tests::{closure#0}>\n
7:
<tokio::runtime::runtime::Runtime>::block_on_inner::<sqllogictests::run_tests::{closure#0}>\
n 8:
<tokio::runtime::runtime::Runtime>::block_on::<sqllogictests::run_tests::{closure#0}>\n
9: sqllogictests::main\n 10: <fn() -> core::result::Result<(),
datafusion_common::error::DataFusionError> as
core::ops::function::FnOnce<()>>::call_once\n 11:
std::sys::backtrace::__rust_begin_short_backtrace::<fn() ->
core::result::Result<(), datafusion_common::error::DataFusionError>,
core::result::Result<(), datafusion_common::error::DataFusionError>>\n 12:
std::rt::lang_start::<core::result::Result<(),
datafusion_common::error::DataFusionError>>::{closure#0}\n 13:
std::rt::lang_start_internal\n 14:
std::rt::lang_start::<core::result::Result<(),
datafusion_common::error::DataFusionError>>\n 15: main\n 16: <unknown>\n 17:
__libc_start_main\n 18: _start\n")
error: test failed, to rerun pass `-p datafusion-sqllogictest --test
sqllogictests`
Caused by:
process didn't exit successfully:
`/__w/datafusion/datafusion/target/llvm-cov-target/ci/deps/sqllogictests-917a8f0bbb363691`
(exit status: 1)
error: process didn't exit successfully:
`/usr/local/rustup/toolchains/1.97.0-x86_64-unknown-linux-gnu/bin/cargo test
--profile ci --manifest-path /__w/datafusion/datafusion/Cargo.toml --target-dir
/__w/datafusion/datafusion/target/llvm-cov-target --exclude datafusion-examples
--exclude ffi_example_table_provider --exclude datafusion-cli --workspace --lib
--tests --bins --features
serde,avro,json,backtrace,integration-tests,parquet_encryption,substrait` (exit
status: 1)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]