-
Notifications
You must be signed in to change notification settings - Fork 8.3k
keeper-data-dumper build error #29366
Description
Make sure that
git diffresult is empty and you've just pulled fresh master. Try cleaning up cmake cache. Just in case, official build instructions are published here: https://clickhouse.yandex/docs/en/development/build/
Operating system
OS kind or distribution, specific version/release, non-standard kernel if any. If you are trying to build inside virtual machine, please mention it too.
Cmake version
n/a
Ninja version
n/a
Compiler name and version
n/a
Full cmake and/or ninja output
/Users/max_w/ClickHouse-sync/utils/keeper-data-dumper/main.cpp:71:24: error: no matching constructor for initialization of 'DB::KeeperLogStore'
DB::KeeperLogStore changelog(argv[2], 10000000, true);
^ ~~~~~~~~~~~~~~~~~~~~~~~
/Users/max_w/ClickHouse-sync/src/Coordination/KeeperLogStore.h:16:5: note: candidate constructor not viable: requires 4 arguments, but 3 were provided
KeeperLogStore(const std::string & changelogs_path, uint64_t rotate_interval_, bool force_sync_, bool compress_logs_);
^
/Users/max_w/ClickHouse-sync/src/Coordination/KeeperLogStore.h:13:7: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 3 were provided
class KeeperLogStore : public nuraft::log_store