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

[Python][CI] Timeout in test_dataset.py::test_write_dataset_s3_put_only #33071

Closed
asfimport opened this issue Sep 27, 2022 · 2 comments
Closed

Comments

@asfimport
Copy link

asfimport commented Sep 27, 2022

This is very likely caused by the fix in ARROW-17614. It can be seen in multiple CI runs and reproduced locally using Archery.

Reporter: Antoine Pitrou / @pitrou
Assignee: Weston Pace / @westonpace

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-17853. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Antoine Pitrou / @pitrou:
The gdb-level backtrace looks like this:

#0  0x00007fa7adf61ad3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55f7fdacdb28)
    at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x55f7fdacdad8, cond=0x55f7fdacdb00) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x55f7fdacdb00, mutex=0x55f7fdacdad8) at pthread_cond_wait.c:655
#3  0x00007fa7a8b28b47 in std::condition_variable::wait<arrow::ConcreteFutureImpl::DoWait()::{lambda()#1}>(std::unique_lock<std::mutex>&, arrow::ConcreteFutureImpl::DoWait()::{lambda()#1}) (this=0x55f7fdacdb00, __lock=..., __p=...) at /opt/conda/envs/arrow/x86_64-conda-linux-gnu/include/c++/10.4.0/condition_variable:111
#4  0x00007fa7a8b2771f in arrow::ConcreteFutureImpl::DoWait (this=0x55f7fdacda90) at /arrow/cpp/src/arrow/util/future.cc:154
#5  0x00007fa7a8b27b0a in arrow::FutureImpl::Wait (this=0x55f7fdacda90) at /arrow/cpp/src/arrow/util/future.cc:189
#6  0x00007fa79224f60d in arrow::Future<arrow::internal::Empty>::Wait (this=0x7ffe2b877770) at /arrow/cpp/src/arrow/util/future.h:385
#7  0x00007fa79224c23a in arrow::Future<arrow::internal::Empty>::result() const & (this=0x7ffe2b877770) at /arrow/cpp/src/arrow/util/future.h:356
#8  0x00007fa792248510 in arrow::Future<arrow::internal::Empty>::status (this=0x7ffe2b877770) at /arrow/cpp/src/arrow/util/future.h:372
#9  0x00007fa792290c66 in arrow::dataset::FileSystemDataset::Write (write_options=..., scanner=...) at /arrow/cpp/src/arrow/dataset/file_base.cc:436
#10 0x00007fa79255f3dd in __pyx_pf_7pyarrow_8_dataset_10_filesystemdataset_write (__pyx_self=0x0, __pyx_v_data=0x7fa78edbc220, __pyx_v_base_dir=0x7fa78edc0700, 
    __pyx_v_basename_template=0x7fa78f024520, __pyx_v_filesystem=0x7fa78edabe80, __pyx_v_partitioning=0x7fa78edc0880, __pyx_v_file_options=0x7fa78edbc1d0, 
    __pyx_v_max_partitions=1024, __pyx_v_file_visitor=0x55f7fc753d60 <_Py_NoneStruct>, __pyx_v_existing_data_behavior=0x7fa795966c40, 
    __pyx_v_max_open_files=1024, __pyx_v_max_rows_per_file=0, __pyx_v_min_rows_per_group=0, __pyx_v_max_rows_per_group=1048576, __pyx_v_create_dir=true)
    at /arrow/python/build/temp.linux-x86_64-cpython-38/_dataset.cpp:36322

@asfimport
Copy link
Author

Weston Pace / @westonpace:
Issue resolved by pull request 14257
#14257

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants