Skip to content

keeper-data-dumper build error #29366

@MaxWk

Description

@MaxWk

Make sure that git diff result 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions