Jan

Results 157 comments of Jan

@Fruchtgummi : I moved the changes over to another PR (https://github.com/arangodb/arangodb/pull/15414) a while ago and wanted to land them in our devel. Unfortunately it turned out to be more complicated...

Tests failed with relevant errors: https://jenkins01.arangodb.biz/job/arangodb-matrix-pr-linux.x86-64/23508/EDITION=community,STORAGE_ENGINE=rocksdb,TEST_SUITE=single,limit=linux&&test&&x86-64/artifact/testfailures.txt ``` [FAILED] tests/js/server/aql/aql-optimizer-rule-optimize-traversals-spec.js "Rule optimize-traversals should not take effect in these queries" failed: AssertionError: FOR v, e, p IN 2 OUTBOUND 'circles/A' GRAPH 'myUnittestGraph'...

Hi @riversand963 or anyone else. We would still like to use the SstFileWriter but can't due to this issue. Do you think it can be addressed any time soon? Thanks!

Hi everyone, an update on if/when this can be fixed would be highly appreciated. Thanks!

Any update on whether this PR can be accepted? Without the changes from the PR in place, we have seen RocksDB go into an endless write stop sporadically. Thank you...

According to our tests, this PR fixes an actual bug in the compaction picker, which can lead to an endless write stop and no further compactions being fired. We have...

@cbi42 : thanks for following up on this. As you are suggesting a potentially even better solution for the problem, is it possible for you or someone else from the...

@mpoeter : This PR can potentially be closed after the merge of https://github.com/facebook/rocksdb/pull/11764.

The query result is not cached because the query produced warnings. Queries that produce warnings will not be considered for addition to the query results cache. The full list of...

Such warnings will be raised whenever an edge is followed that points to a vertex that doesn't exist. Potentially it would be better to remove such dangling edges so the...