Victor Cavichioli

Results 23 issues of Victor Cavichioli

Story Description: Given a list of nodes in a datacenter, investigate how to create a nodes queue to execute repairs by nodes, one by one or parallel, the goal is...

enhancement
PoC/Agent

Story Description: The table nodes_sync has the field next_connection, the initial idea of this field is to determine when that node should be managed, and eventually to create the priority,...

enhancement
PoC/Agent

Story Description: Occasionally, it is necessary to perform bootstrapping, remove nodes, and decommission in Cassandra clusters. Therefore, it is required to periodically reload the list of nodes, refresh the JMX...

enhancement
PoC/Agent

Story Description: Investigate if the current implementation of TLS certificates is applicable for multi nodes connections (CQL and JMX), also, it should consider the hot reload of certificates for JMX...

enhancement
PoC/Agent

Story Description: we are using the java driver to connect with cassandra and than taking the nodes to create the Jmx connections, but by specifying specific contact points we must...

enhancement
PoC/Agent

Story Description: After connecting with the specified nodes list, know we need to care about creating a Scheduler to run the repairs, the goal is to analyse it and provide...

enhancement
PoC/Agent

Story Description: Create the mechanisms of JmxProxy and JmxProxyFactory that receives the nodes connections to execute the repair operations based on the nodes that is suppose to run it. Acceptance...

enhancement
PoC/Agent

Story Description: To allow repair operations to be performed in a parameterized and consistent way, we need to encapsulate all repair configuration properties in a single class. This will simplify...

enhancement
PoC/Agent

Story Description: We need to create an abstract class RepairTask that will handle the logic of executing repair operations within a distributed system. This class will manage the repair process...

enhancement
PoC/Agent