diff --git a/src/wa_raft_log_catchup.erl b/src/wa_raft_log_catchup.erl index 5ba05e7..6039b23 100644 --- a/src/wa_raft_log_catchup.erl +++ b/src/wa_raft_log_catchup.erl @@ -144,6 +144,7 @@ is_catching_up(Catchup, Peer) -> %% provided RAFT partition. -spec default_name(Table :: wa_raft:table(), Partition :: wa_raft:partition()) -> Name :: atom(). default_name(Table, Partition) -> + % elp:ignore W0023 (atoms_exhaustion) - Limit set of inputs list_to_atom("raft_log_catchup_" ++ atom_to_list(Table) ++ "_" ++ integer_to_list(Partition)). %% Get the registered name for the RAFT log catchup server associated with the