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

Concurrent appends during index join fail #6189

Closed
2 tasks done
taniabogatsch opened this issue Feb 10, 2023 · 1 comment
Closed
2 tasks done

Concurrent appends during index join fail #6189

taniabogatsch opened this issue Feb 10, 2023 · 1 comment
Assignees

Comments

@taniabogatsch
Copy link
Contributor

What happens?

The following test fails in the CI on relassert.

Screen Shot 2023-02-10 at 10 15 39

To Reproduce

Still working on that. Seems to run locally. It might be related to fuzzer issues 41 and 44 still failing (#5984, #6168).

OS:

Ubuntu 20.04.5

DuckDB Version:

master branch

DuckDB Client:

testrunner

Full Name:

Tania Bogatsch

Affiliation:

DuckDB Labs

Have you tried this on the latest master branch?

  • I agree

Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?

  • I agree
@Mytherin
Copy link
Collaborator

On a related note, the Concurrent reads during index creation test occassionally segfaults as well:

until [[ $? != 0 ]]; do build/release/test/unittest "Concurrent reads during index creation"; done

< many successes>
...
[0/1] (0%): Concurrent reads during index creation                              
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unittest is a Catch v2.13.7 host application.
Run with -? for options

-------------------------------------------------------------------------------
Concurrent reads during index creation
-------------------------------------------------------------------------------
/Users/myth/Programs/duckdb-bugfix/test/sql/parallelism/interquery/test_concurrent_index.cpp:29
...............................................................................

/Users/myth/Programs/duckdb-bugfix/test/sql/parallelism/interquery/test_concurrent_index.cpp:29: FAILED:
  {Unknown expression after the reported line}
due to a fatal error condition:
  SIGSEGV - Segmentation violation signal

===============================================================================
test cases: 1 | 1 failed
assertions: 2 | 1 passed | 1 failed

Perhaps investigate these issues with the thread sanitizer when you have time.

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

No branches or pull requests

2 participants