3 Open Issues Need Help Last updated: Sep 11, 2025

Open Issues Need Help

View All on GitHub
good first issue To Fix - Riak 3.4

Riak Key/Value Store

Erlang

AI Summary: This GitHub issue requests exposing the `riak_client:repair_node()` function directly through the Riak command-line interface (CLI). Currently, this crucial recovery function, especially important for systems using ephemeral disks, is only accessible via the `remote_console`. The request emphasizes the need for CLI availability, along with proper documentation and help guidelines, to improve user accessibility.

Complexity: 2/5
good first issue

Riak Key/Value Store

Erlang

AI Summary: The `riak_kv_ttaaefs_manager` crashes and the `riak_client:ttaaefs_fullsync(all_check)` command hangs when executed on a node where `ttaaefs_scope` is set to `disabled`. The crash dump indicates a `case_clause` error related to the `disabled` state within the manager's `handle_cast` function, suggesting an unhandled scenario for manual syncs when the feature is disabled.

Complexity: 2/5
good first issue

Riak Key/Value Store

Erlang