Jan

Results 157 comments of Jan

> if the starter is commanded to be silent, it should be. @dothebart: can you please provide the exact command-line plus what was the starter's output for it?

Seems that compilers don't agree on whether `return std::move(...)` is a good thing. g++-11.2 explicitly warns about using it and suggesting removing the move, older compilers seem to warn about...

This bug is still causing us a lot of operational issues and a lot of "unnecessary" support cases, e.g. - customer's disk runs full - RocksDB starts to report "no...

Any idea if/when this issue can be investigated or even fixed? Thanks!

Hi everyone, it has been a while, but the issue is still unresolved/uncommented. We would really appreciate if this could be addressed for one of the upcoming RocksDB releases. Thanks!

The problem is that we need something that works the same way in a distributed environment, e.g. use a sequence from multiple shards on different servers. Then this is not...

Thanks a lot for your contribution to ArangoDB! We would like to try and accept your patch, but for legal reasons we need you to fill out and sign our...

@sashashura : CLA received, thanks! I will now quickly test your changes with a few pushes that modify .h / .cpp files in the repository, so that the workflow is...

Verified the changes via https://github.com/arangodb/arangodb/pull/17199 / https://github.com/arangodb/arangodb/actions/runs/3127125691/jobs/5073406096. Works nicely!

Thanks @sashashura for your contribution!