Skip to content

Conversation

@joka921
Copy link
Member

@joka921 joka921 commented Nov 24, 2025

but there still seem to be issues with pfpfs queries.

but there still seem to be issues with pfpfs queries.

Signed-off-by: Johannes Kalmbach <[email protected]>
@sparql-conformance
Copy link

Overview

Number of Tests Passed ✅ Failed ❌ Intended ⚠️ Not tested
525 439 19 67 0

Conformance check passed ✅

No test result changes.

Details: https://qlever.dev/sparql-conformance-ui?cur=1cd6121af010491ad0b1781afe5dbc8e2ac1dc2a&prev=9cea86b51c8a5c90979e7ae621fa92ababad5835

@codecov
Copy link

codecov bot commented Nov 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.12%. Comparing base (6ee3a75) to head (1cd6121).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2533      +/-   ##
==========================================
+ Coverage   91.11%   91.12%   +0.01%     
==========================================
  Files         466      466              
  Lines       39777    39801      +24     
  Branches     5320     5316       -4     
==========================================
+ Hits        36242    36270      +28     
+ Misses       2024     2021       -3     
+ Partials     1511     1510       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
E Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@pfps
Copy link

pfps commented Dec 5, 2025

I also see termination on queries that don't have an enclosing COUNT piece. One of these terminates very quickly. Here is the server log of the terminations, both with and without COUNT. This is using the most recent Wikidata RDF dump and the most recent version of QLever with the same server options as before.

STARTING QLEVER
2025-12-05 06:56:04.866 - INFO: QLever Server, compiled on Thu Dec  4 01:24:25 PM EST 2025 using git hash dbce46
2025-12-05 06:56:04.868 - INFO: Initializing server ...
2025-12-05 06:56:04.869 - INFO: The git hash used to build this index was "3f7a4c"
2025-12-05 06:56:04.869 - INFO: Reading vocabulary from file wikidata2025-update.vocabulary.words ...
2025-12-05 06:56:04.934 - INFO: Done, number of words: 3,701,011,214
2025-12-05 06:56:04.934 - INFO: Number of words in internal vocabulary (these are also part of the external vocabulary): 3,720,981
2025-12-05 06:56:04.998 - INFO: Registered PSO permutation: #relations = 19,014, #blocks = 293,737, #triples = 9,124,902,096
2025-12-05 06:56:05.124 - INFO: Registered PSO permutation: #relations = 60,534, #blocks = 667,093, #triples = 20,712,720,568
2025-12-05 06:56:05.171 - INFO: Registered POS permutation: #relations = 19,014, #blocks = 293,737, #triples = 9,124,902,096
2025-12-05 06:56:05.297 - INFO: Registered POS permutation: #relations = 60,534, #blocks = 667,093, #triples = 20,712,720,568
2025-12-05 06:56:05.401 - INFO: Registered OPS permutation: #relations = 3,742,659,009, #blocks = 579,340, #triples = 20,712,720,568
2025-12-05 06:56:05.505 - INFO: Registered OSP permutation: #relations = 3,742,659,009, #blocks = 579,340, #triples = 20,712,720,568
2025-12-05 06:56:05.574 - INFO: Registered SPO permutation: #relations = 2,270,679,194, #blocks = 442,331, #triples = 20,712,720,568
2025-12-05 06:56:05.644 - INFO: Registered SOP permutation: #relations = 2,270,679,194, #blocks = 442,331, #triples = 20,712,720,568
2025-12-05 06:56:05.644 - INFO: Reading patterns from file wikidata2025-update.index.patterns ...
2025-12-05 06:56:10.937 - INFO: Sorting random result tables to estimate the sorting performance of this machine ...
2025-12-05 06:56:15.588 - INFO: Access token for restricted API calls is ""
2025-12-05 06:56:15.588 - INFO: The server is ready, listening for requests on port 7001 ...
2025-12-05 06:57:00.304 - INFO: 
2025-12-05 06:57:00.304 - INFO: Request received via GET, content type "application/sparql-query"
2025-12-05 06:57:00.306 - INFO: Processing the following SPARQL query:
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT (COUNT (*) AS ?benchmark_count) WHERE { SELECT * WHERE { ?x1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q151885> . OPTIONAL { ?x2 <http://www.wikidata.org/prop/direct/P279> ?x1 . } OPTIONAL { ?x3 <http://www.wikidata.org/prop/direct/P279> ?x2 . } OPTIONAL { ?x4 <http://www.wikidata.org/prop/direct/P279> ?x3 . } OPTIONAL { ?x5 <http://www.wikidata.org/prop/direct/P279> ?x4 . } OPTIONAL { ?x6 <http://www.wikidata.org/prop/direct/P279> ?x5 . } OPTIONAL { ?x7 <http://www.wikidata.org/prop/direct/P279> ?x6 . } OPTIONAL { ?x8 <http://www.wikidata.org/prop/direct/P279> ?x6 . } OPTIONAL { ?x9 <http://www.wikidata.org/prop/direct/P279> ?x8 . }  } LIMIT 10000000 }
2025-12-05 06:57:00.306 - INFO: Requested media types of the result are: "text/tab-separated-values"
2025-12-05 06:57:00.309 - INFO: Query planning done in 5 ms
2025-12-05 06:57:00.823 - WARN: No timeout check has been performed for at least 66ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 06:57:01.322 - WARN: No timeout check has been performed for at least 215ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 06:57:02.296 - WARN: No timeout check has been performed for at least 438ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 06:57:24.999 - WARN: No timeout check has been performed for at least 66ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 06:57:25.934 - WARN: No timeout check has been performed for at least 200ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 06:57:26.637 - WARN: No timeout check has been performed for at least 402ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 06:57:30.864 - WARN: No timeout check has been performed for at least 776ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 06:57:42.571 - WARN: No timeout check has been performed for at least 1,371ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 06:59:49.938 - WARN: No timeout check has been performed for at least 196ms, should be at most 50ms. Checked at Operation.cpp:150 at stage "Sort (internal order) on ?x4".
2025-12-05 06:59:50.297 - WARN: No timeout check has been performed for at least 54ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 06:59:50.647 - WARN: No timeout check has been performed for at least 104ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 06:59:51.339 - WARN: No timeout check has been performed for at least 295ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 06:59:52.735 - WARN: No timeout check has been performed for at least 590ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 06:59:55.673 - WARN: No timeout check has been performed for at least 1,325ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:00:01.221 - WARN: No timeout check has been performed for at least 2,418ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:00:11.596 - WARN: No timeout check has been performed for at least 4,133ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:00:24.075 - WARN: No timeout check has been performed for at least 89ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
terminate called after throwing an instance of 'ad_utility::detail::AllocationExceedsLimitException'
  what():  Tried to allocate 104.9 GB, but only 73.6 GB were available




STARTING QLEVER
2025-12-05 07:00:55.697 - INFO: QLever Server, compiled on Thu Dec  4 01:24:25 PM EST 2025 using git hash dbce46
2025-12-05 07:00:55.699 - INFO: Initializing server ...
2025-12-05 07:00:55.701 - INFO: The git hash used to build this index was "3f7a4c"
2025-12-05 07:00:55.701 - INFO: Reading vocabulary from file wikidata2025-update.vocabulary.words ...
2025-12-05 07:00:55.766 - INFO: Done, number of words: 3,701,011,214
2025-12-05 07:00:55.766 - INFO: Number of words in internal vocabulary (these are also part of the external vocabulary): 3,720,981
2025-12-05 07:00:55.829 - INFO: Registered PSO permutation: #relations = 19,014, #blocks = 293,737, #triples = 9,124,902,096
2025-12-05 07:00:55.957 - INFO: Registered PSO permutation: #relations = 60,534, #blocks = 667,093, #triples = 20,712,720,568
2025-12-05 07:00:56.005 - INFO: Registered POS permutation: #relations = 19,014, #blocks = 293,737, #triples = 9,124,902,096
2025-12-05 07:00:56.129 - INFO: Registered POS permutation: #relations = 60,534, #blocks = 667,093, #triples = 20,712,720,568
2025-12-05 07:00:56.231 - INFO: Registered OPS permutation: #relations = 3,742,659,009, #blocks = 579,340, #triples = 20,712,720,568
2025-12-05 07:00:56.334 - INFO: Registered OSP permutation: #relations = 3,742,659,009, #blocks = 579,340, #triples = 20,712,720,568
2025-12-05 07:00:56.403 - INFO: Registered SPO permutation: #relations = 2,270,679,194, #blocks = 442,331, #triples = 20,712,720,568
2025-12-05 07:00:56.473 - INFO: Registered SOP permutation: #relations = 2,270,679,194, #blocks = 442,331, #triples = 20,712,720,568
2025-12-05 07:00:56.473 - INFO: Reading patterns from file wikidata2025-update.index.patterns ...
2025-12-05 07:01:01.779 - INFO: Sorting random result tables to estimate the sorting performance of this machine ...
2025-12-05 07:01:06.503 - INFO: Access token for restricted API calls is ""
2025-12-05 07:01:06.503 - INFO: The server is ready, listening for requests on port 7001 ...
2025-12-05 07:01:36.583 - INFO: 
2025-12-05 07:01:36.583 - INFO: Request received via GET, content type "application/sparql-query"
2025-12-05 07:01:36.585 - INFO: Processing the following SPARQL query:
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT (COUNT (*) AS ?benchmark_count) WHERE { SELECT * WHERE { ?x1 <http://www.wikidata.org/prop/direct/P361> ?x2 . ?x1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q329618> . OPTIONAL { ?x2 <http://www.wikidata.org/prop/direct/P361> ?x3 . } OPTIONAL { ?x3 <http://www.wikidata.org/prop/direct/P361> ?x4 . } OPTIONAL { ?x4 <http://www.wikidata.org/prop/direct/P361> ?x5 . }  } LIMIT 10000000 }
2025-12-05 07:01:36.585 - INFO: Requested media types of the result are: "text/tab-separated-values"
2025-12-05 07:01:36.588 - INFO: Query planning done in 4 ms
2025-12-05 07:01:41.143 - WARN: No timeout check has been performed for at least 53ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
terminate called after throwing an instance of 'ad_utility::generatorFromActionWithCallback<Result::IdTableVocabPair, qlever::joinHelpers::runLazyJoinAndConvertToGenerator<OptionalJoin::lazyOptionalJoin(std::shared_ptr<Result const>, std::shared_ptr<Result const>, bool)::{lambda(std::function<void (IdTable&, LocalVocab&)>)#1}>(OptionalJoin::lazyOptionalJoin(std::shared_ptr<Result const>, std::shared_ptr<Result const>, bool)::{lambda(std::function<void (IdTable&, LocalVocab&)>)#1}, std::optional<std::vector<unsigned long, std::allocator<unsigned long> > >)::{lambda(std::function<void (Result::IdTableVocabPair)>)#1}>(qlever::joinHelpers::runLazyJoinAndConvertToGenerator<OptionalJoin::lazyOptionalJoin(std::shared_ptr<Result const>, std::shared_ptr<Result const>, bool)::{lambda(std::function<void (IdTable&, LocalVocab&)>)#1}>(OptionalJoin::lazyOptionalJoin(std::shared_ptr<Result const>, std::shared_ptr<Result const>, bool)::{lambda(std::function<void (IdTable&, LocalVocab&)>)#1}, std::optional<std::vector<unsigned long, std::allocator<unsigned long> > >)::{lambda(std::function<void (Result::IdTableVocabPair)>)#1})::CallbackToRangeAdapter::startThread()::{lambda()#1}::operator()() const::FinishedBecauseOuterIsFinishedException'


STARTING QLEVER
2025-12-05 07:02:24.337 - INFO: QLever Server, compiled on Thu Dec  4 01:24:25 PM EST 2025 using git hash dbce46
2025-12-05 07:02:24.339 - INFO: Initializing server ...
2025-12-05 07:02:24.341 - INFO: The git hash used to build this index was "3f7a4c"
2025-12-05 07:02:24.341 - INFO: Reading vocabulary from file wikidata2025-update.vocabulary.words ...
2025-12-05 07:02:24.407 - INFO: Done, number of words: 3,701,011,214
2025-12-05 07:02:24.407 - INFO: Number of words in internal vocabulary (these are also part of the external vocabulary): 3,720,981
2025-12-05 07:02:24.471 - INFO: Registered PSO permutation: #relations = 19,014, #blocks = 293,737, #triples = 9,124,902,096
2025-12-05 07:02:24.598 - INFO: Registered PSO permutation: #relations = 60,534, #blocks = 667,093, #triples = 20,712,720,568
2025-12-05 07:02:24.646 - INFO: Registered POS permutation: #relations = 19,014, #blocks = 293,737, #triples = 9,124,902,096
2025-12-05 07:02:24.772 - INFO: Registered POS permutation: #relations = 60,534, #blocks = 667,093, #triples = 20,712,720,568
2025-12-05 07:02:24.874 - INFO: Registered OPS permutation: #relations = 3,742,659,009, #blocks = 579,340, #triples = 20,712,720,568
2025-12-05 07:02:24.977 - INFO: Registered OSP permutation: #relations = 3,742,659,009, #blocks = 579,340, #triples = 20,712,720,568
2025-12-05 07:02:25.046 - INFO: Registered SPO permutation: #relations = 2,270,679,194, #blocks = 442,331, #triples = 20,712,720,568
2025-12-05 07:02:25.117 - INFO: Registered SOP permutation: #relations = 2,270,679,194, #blocks = 442,331, #triples = 20,712,720,568
2025-12-05 07:02:25.117 - INFO: Reading patterns from file wikidata2025-update.index.patterns ...
2025-12-05 07:02:30.409 - INFO: Sorting random result tables to estimate the sorting performance of this machine ...
2025-12-05 07:02:35.054 - INFO: Access token for restricted API calls is ""
2025-12-05 07:02:35.055 - INFO: The server is ready, listening for requests on port 7001 ...
2025-12-05 07:02:54.415 - INFO: 
2025-12-05 07:02:54.415 - INFO: Request received via GET, content type "application/sparql-query"
2025-12-05 07:02:54.417 - INFO: Processing the following SPARQL query:
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT * WHERE { ?x1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q151885> . OPTIONAL { ?x2 <http://www.wikidata.org/prop/direct/P279> ?x1 . } OPTIONAL { ?x3 <http://www.wikidata.org/prop/direct/P279> ?x2 . } OPTIONAL { ?x4 <http://www.wikidata.org/prop/direct/P279> ?x3 . } OPTIONAL { ?x5 <http://www.wikidata.org/prop/direct/P279> ?x4 . } OPTIONAL { ?x6 <http://www.wikidata.org/prop/direct/P279> ?x5 . } OPTIONAL { ?x7 <http://www.wikidata.org/prop/direct/P279> ?x6 . } OPTIONAL { ?x8 <http://www.wikidata.org/prop/direct/P279> ?x6 . } OPTIONAL { ?x9 <http://www.wikidata.org/prop/direct/P279> ?x8 . }  } LIMIT 10000000
2025-12-05 07:02:54.417 - INFO: Requested media types of the result are: "text/tab-separated-values"
2025-12-05 07:02:54.420 - INFO: Query planning done in 4 ms
2025-12-05 07:02:54.836 - WARN: No timeout check has been performed for at least 69ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:02:55.168 - WARN: No timeout check has been performed for at least 150ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:02:55.787 - WARN: No timeout check has been performed for at least 319ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:02:57.116 - WARN: No timeout check has been performed for at least 696ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:02:59.747 - WARN: No timeout check has been performed for at least 1,426ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:03:24.376 - WARN: No timeout check has been performed for at least 180ms, should be at most 50ms. Checked at Operation.cpp:150 at stage "Sort (internal order) on ?x3".
2025-12-05 07:03:25.148 - WARN: No timeout check has been performed for at least 101ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:03:26.126 - WARN: No timeout check has been performed for at least 228ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:03:28.029 - WARN: No timeout check has been performed for at least 430ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:03:30.176 - WARN: No timeout check has been performed for at least 875ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:03:32.919 - WARN: No timeout check has been performed for at least 1,666ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:03:41.805 - WARN: No timeout check has been performed for at least 3,295ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:04:03.790 - WARN: No timeout check has been performed for at least 6,613ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:04:26.678 - WARN: No timeout check has been performed for at least 123ms, should be at most 50ms. Checked at Operation.cpp:150 at stage "OptionalJoin on ?x3 ".
2025-12-05 07:07:22.048 - WARN: No timeout check has been performed for at least 1,229ms, should be at most 50ms. Checked at Operation.cpp:150 at stage "Sort (internal order) on ?x4".
2025-12-05 07:07:22.440 - WARN: No timeout check has been performed for at least 70ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:07:22.824 - WARN: No timeout check has been performed for at least 204ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:07:23.571 - WARN: No timeout check has been performed for at least 400ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:07:25.003 - WARN: No timeout check has been performed for at least 781ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:07:27.851 - WARN: No timeout check has been performed for at least 1,578ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:07:33.458 - WARN: No timeout check has been performed for at least 3,130ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:07:44.430 - WARN: No timeout check has been performed for at least 6,094ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
terminate called after throwing an instance of 'ad_utility::detail::AllocationExceedsLimitException'
  what():  Tried to allocate 26.2 GB, but only 12.5 GB were available


STARTING QLEVER
2025-12-05 07:09:49.670 - INFO: QLever Server, compiled on Thu Dec  4 01:24:25 PM EST 2025 using git hash dbce46
2025-12-05 07:09:49.672 - INFO: Initializing server ...
2025-12-05 07:09:49.673 - INFO: The git hash used to build this index was "3f7a4c"
2025-12-05 07:09:49.674 - INFO: Reading vocabulary from file wikidata2025-update.vocabulary.words ...
2025-12-05 07:09:49.739 - INFO: Done, number of words: 3,701,011,214
2025-12-05 07:09:49.739 - INFO: Number of words in internal vocabulary (these are also part of the external vocabulary): 3,720,981
2025-12-05 07:09:49.802 - INFO: Registered PSO permutation: #relations = 19,014, #blocks = 293,737, #triples = 9,124,902,096
2025-12-05 07:09:49.931 - INFO: Registered PSO permutation: #relations = 60,534, #blocks = 667,093, #triples = 20,712,720,568
2025-12-05 07:09:49.977 - INFO: Registered POS permutation: #relations = 19,014, #blocks = 293,737, #triples = 9,124,902,096
2025-12-05 07:09:50.103 - INFO: Registered POS permutation: #relations = 60,534, #blocks = 667,093, #triples = 20,712,720,568
2025-12-05 07:09:50.207 - INFO: Registered OPS permutation: #relations = 3,742,659,009, #blocks = 579,340, #triples = 20,712,720,568
2025-12-05 07:09:50.312 - INFO: Registered OSP permutation: #relations = 3,742,659,009, #blocks = 579,340, #triples = 20,712,720,568
2025-12-05 07:09:50.382 - INFO: Registered SPO permutation: #relations = 2,270,679,194, #blocks = 442,331, #triples = 20,712,720,568
2025-12-05 07:09:50.451 - INFO: Registered SOP permutation: #relations = 2,270,679,194, #blocks = 442,331, #triples = 20,712,720,568
2025-12-05 07:09:50.451 - INFO: Reading patterns from file wikidata2025-update.index.patterns ...
2025-12-05 07:09:55.726 - INFO: Sorting random result tables to estimate the sorting performance of this machine ...
2025-12-05 07:10:00.378 - INFO: Access token for restricted API calls is ""
2025-12-05 07:10:00.378 - INFO: The server is ready, listening for requests on port 7001 ...
2025-12-05 07:10:25.970 - INFO: 
2025-12-05 07:10:25.970 - INFO: Request received via GET, content type "application/sparql-query"
2025-12-05 07:10:25.972 - INFO: Processing the following SPARQL query:
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT * WHERE { ?x1 <http://www.wikidata.org/prop/direct/P361> ?x2 . ?x1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q329618> . OPTIONAL { ?x2 <http://www.wikidata.org/prop/direct/P361> ?x3 . } OPTIONAL { ?x3 <http://www.wikidata.org/prop/direct/P361> ?x4 . } OPTIONAL { ?x4 <http://www.wikidata.org/prop/direct/P361> ?x5 . }  } LIMIT 10000000
2025-12-05 07:10:25.972 - INFO: Requested media types of the result are: "text/tab-separated-values"
2025-12-05 07:10:25.975 - INFO: Query planning done in 4 ms
2025-12-05 07:10:26.491 - WARN: No timeout check has been performed for at least 68ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:10:26.973 - WARN: No timeout check has been performed for at least 149ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:10:27.787 - WARN: No timeout check has been performed for at least 363ms, should be at most 50ms. Checked at AddCombinedRowToTable.h:275.
2025-12-05 07:10:32.257 - INFO: Result has unknown size (not computed yet)
2025-12-05 07:10:49.005 - WARN: No timeout check has been performed for at least 61ms, should be at most 50ms. Checked at ExportQueryExecutionTrees.cpp:940.
terminate called after throwing an instance of 'ad_utility::generatorFromActionWithCallback<Result::IdTableVocabPair, qlever::joinHelpers::runLazyJoinAndConvertToGenerator<OptionalJoin::lazyOptionalJoin(std::shared_ptr<Result const>, std::shared_ptr<Result const>, bool)::{lambda(std::function<void (IdTable&, LocalVocab&)>)#1}>(OptionalJoin::lazyOptionalJoin(std::shared_ptr<Result const>, std::shared_ptr<Result const>, bool)::{lambda(std::function<void (IdTable&, LocalVocab&)>)#1}, std::optional<std::vector<unsigned long, std::allocator<unsigned long> > >)::{lambda(std::function<void (Result::IdTableVocabPair)>)#1}>(qlever::joinHelpers::runLazyJoinAndConvertToGenerator<OptionalJoin::lazyOptionalJoin(std::shared_ptr<Result const>, std::shared_ptr<Result const>, bool)::{lambda(std::function<void (IdTable&, LocalVocab&)>)#1}>(OptionalJoin::lazyOptionalJoin(std::shared_ptr<Result const>, std::shared_ptr<Result const>, bool)::{lambda(std::function<void (IdTable&, LocalVocab&)>)#1}, std::optional<std::vector<unsigned long, std::allocator<unsigned long> > >)::{lambda(std::function<void (Result::IdTableVocabPair)>)#1})::CallbackToRangeAdapter::startThread()::{lambda()#1}::operator()() const::FinishedBecauseOuterIsFinishedException'

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

Successfully merging this pull request may close these issues.

2 participants