Open Issues Need Help
View All on GitHubAI 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.
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.