I have not seen this before -- perhaps `ulimit -n` needs to be raised.

On Fri, Feb 11, 2022 at 12:34 PM Chao Sun <sunc...@apache.org> wrote:

> Hmm I'm running dev/release/verify-release-candidate.sh but is seeing a lot
> of errors like the following:
>
> thread 'arrow::arrow_writer::tests::date32_single_column' panicked at
> 'called `Result::unwrap()` on an `Err` value: Os { code: 24, kind:
> Uncategorized, message: "Too many open files" }', parquet/src/util/
> io.rs:82
> :50
>
>
> ---- arrow::arrow_reader::tests::test_fixed_length_binary_column_reader
> stdout ----
>
> Running single_column_reader_test ConvertedType::NONE/ArrowType::None with
> Options: TestOptions { num_row_groups: 2, num_rows: 100, record_batch_size:
> 15, null_percent: None, write_batch_size: 64, max_data_page_size: 1048576,
> max
>
> _dict_page_size: 1048576, writer_version: PARQUET_1_0, encoding: PLAIN }
>
> Running single_column_reader_test ConvertedType::NONE/ArrowType::None with
> Options: TestOptions { num_row_groups: 2, num_rows: 100, record_batch_size:
> 15, null_percent: None, write_batch_size: 64, max_data_page_size: 1048576,
> max
>
> _dict_page_size: 1048576, writer_version: PARQUET_1_0, encoding:
> RLE_DICTIONARY }
>
> Running single_column_reader_test ConvertedType::NONE/ArrowType::None with
> Options: TestOptions { num_row_groups: 2, num_rows: 100, record_batch_size:
> 15, null_percent: None, write_batch_size: 64, max_data_page_size: 1048576,
> max
>
> _dict_page_size: 1048576, writer_version: PARQUET_2_0, encoding: PLAIN }
>
> Running single_column_reader_test ConvertedType::NONE/ArrowType::None with
> Options: TestOptions { num_row_groups: 2, num_rows: 100, record_batch_size:
> 15, null_percent: None, write_batch_size: 64, max_data_page_size: 1048576,
> max
>
> _dict_page_size: 1048576, writer_version: PARQUET_2_0, encoding:
> RLE_DICTIONARY }
>
> Running single_column_reader_test ConvertedType::NONE/ArrowType::None with
> Options: TestOptions { num_row_groups: 3, num_rows: 25, record_batch_size:
> 5, null_percent: None, write_batch_size: 64, max_data_page_size: 1048576,
> max_d
>
> ict_page_size: 1048576, writer_version: PARQUET_1_0, encoding: PLAIN }
>
> thread 'arrow::arrow_reader::tests::test_fixed_length_binary_column_reader'
> panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 24,
> kind: Uncategorized, message: "Too many open files" }', parquet/src/util/
> io.rs:8
>
> 2:50
>
> Have anyone seen these?
>
> Chao
>
> On Fri, Feb 11, 2022 at 8:46 AM Andy Grove <andygrov...@gmail.com> wrote:
>
> > Just to be clear, I am voting on 9.0.2 RC3 using the following command.
> > However, The email subject refers to 9.0.3 RC3. I assume this is just a
> > typo?
> >
> > ./dev/release/verify-release-candidate.sh 9.0.2 3
> >
> > On Fri, Feb 11, 2022 at 8:58 AM Andy Grove <andygrov...@gmail.com>
> wrote:
> >
> > > +1 (binding)
> > >
> > > On Fri, Feb 11, 2022 at 3:12 AM Jörn Horstmann <
> > > joern.horstm...@signavio.com> wrote:
> > >
> > >> +1 (non-binding)
> > >>
> > >> On Thu, Feb 10, 2022 at 2:38 PM Andrew Lamb <al...@influxdata.com>
> > wrote:
> > >>
> > >> > Update for anyone following along: we have found and fixed the bug
> > >> (which
> > >> > appears to only affect a test) I believe Neville plans to re-test
> this
> > >> RC.
> > >> > More details can be found here [1]
> > >> >
> > >> > Andrew
> > >> >
> > >> > [1]
> > >> https://github.com/apache/arrow-rs/pull/1297#issuecomment-1034888108
> > >> >
> > >> > On Thu, Feb 10, 2022 at 2:43 AM Neville Dipale <
> nevilled...@gmail.com
> > >
> > >> > wrote:
> > >> >
> > >> > > Sorry, that should be a -1 because of the bug
> > >> > >
> > >> > > On Thu, 10 Feb 2022 at 09:42, Neville Dipale <
> nevilled...@gmail.com
> > >
> > >> > > wrote:
> > >> > >
> > >> > > > [X] +0 binding
> > >> > > >
> > >> > > > There's a test failure on aarch64, I've opened
> > >> > > > https://github.com/apache/arrow-rs/issues/1294
> > >> > > >
> > >> > > > thread
> > >> > > >
> > 'util::bit_chunk_iterator::tests::test_unaligned_bit_chunk_iterator'
> > >> > > > panicked at 'assertion failed: ALIGNMENT > 64',
> > >> > > > arrow/src/util/bit_chunk_iterator.rs:470:9
> > >> > > >
> > >> > > > On Wed, 9 Feb 2022 at 18:57, Andrew Lamb <al...@influxdata.com>
> > >> wrote:
> > >> > > >
> > >> > > >> Hi,
> > >> > > >>
> > >> > > >> I would like to propose a release of Apache Arrow Rust
> > >> Implementation,
> > >> > > >> version 9.0.2.
> > >> > > >>
> > >> > > >> This is the third RC[5] for the 9.x  version. While somewhat
> > >> > > inconvenient
> > >> > > >> I
> > >> > > >> am happy to say our process has found and prevented two
> critical
> > >> bugs
> > >> > > >> prior
> > >> > > >> from being released! I hope that "third time's the charm" this
> > >> time.
> > >> > > >>
> > >> > > >> This release candidate is based on commit:
> > >> > > >> ab7c2904ccc03d0c05687ef416fbc5f4ed92f125 [1]
> > >> > > >>
> > >> > > >> The proposed release tarball and signatures are hosted at [2].
> > >> > > >>
> > >> > > >> The changelog is located at [3].
> > >> > > >>
> > >> > > >> Please download, verify checksums and signatures, run the unit
> > >> tests,
> > >> > > >> and vote on the release. There is a script [4] that automates
> > some
> > >> of
> > >> > > >> the verification.
> > >> > > >>
> > >> > > >> The vote will be open for at least 72 hours.
> > >> > > >>
> > >> > > >> [ ] +1 Release this as Apache Arrow Rust
> > >> > > >> [ ] +0
> > >> > > >> [ ] -1 Do not release this as Apache Arrow Rust  because...
> > >> > > >>
> > >> > > >> [1]:
> > >> > > >>
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> https://github.com/apache/arrow-rs/tree/ab7c2904ccc03d0c05687ef416fbc5f4ed92f125
> > >> > > >> [2]:
> > >> > > >>
> > >> >
> > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-9.0.2-rc3
> > >> > > >> [3]:
> > >> > > >>
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> https://github.com/apache/arrow-rs/blob/ab7c2904ccc03d0c05687ef416fbc5f4ed92f125/CHANGELOG.md
> > >> > > >> [4]:
> > >> > > >>
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh
> > >> > > >> [5]:
> > >> https://lists.apache.org/thread/gtvv5okt49jyr0hxn5kho7vwp25rz5dk
> > >> > > >> ---------------------------------------------------------
> > >> > > >> Running rat license checker on
> > >> > > >>
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /Users/alamb/Software/arrow-rs/dev/dist/apache-arrow-rs-9.0.2-rc3/apache-arrow-rs-9.0.2.tar.gz
> > >> > > >>
> > >> > > >
> > >> > >
> > >> >
> > >>
> > >>
> > >> --
> > >> *Jörn Horstmann* | Senior Backend Engineer
> > >>
> > >> www.signavio.com
> > >> Kurfürstenstraße 111, 10787 Berlin, Germany
> > >>
> > >> Work with us! <https://hubs.ly/H0wwzcr0>
> > >>
> > >>
> > >>
> > >> <https://www.linkedin.com/company/signavio/>
> > >> <https://www.twitter.com/signavio>   <
> https://www.facebook.com/signavio
> > >
> > >> <https://www.youtube.com/user/signavio>
> > >> <https://www.xing.com/companies/signaviogmbh>
> > >>
> > >> <https://t-eu.xink.io/Tracking/Index/BSUAALBtAAAnu0MA0>
> > >>
> > >> HRB 121584 B Charlottenburg District Court, VAT ID: DE265675123
> > >> Managing Directors: Dr. Gero Decker, Rouven Morato Adam
> > >>
> > >
> >
>

Reply via email to