Victor Cavichioli

Results 23 issues of Victor Cavichioli

In order to provide support for Java 17 in EcChronos, identify the minimal changes necessary for the project to compile and run with Java 17. Additionally, implement these changes and...

Story Description: Create new object in package com.ericsson.bss.cassandra.ecchronos.application.config.connection called DatacenterAwareConfig(_**If it not exists**_), it must represent the below configuration in ecc.yml: ```yaml jmx: datacenterAware: enabled: false datacenters: - name: datacenter1...

enhancement
PoC/Agent

Story Description: Based on class com.ericsson.bss.cassandra.ecchronos.application.DefaultJmxConnectionProvider, create in the same package a new class called DatacenterJmxConnectionProvider, this class must have a method to declare node status and populate the data...

enhancement
PoC/Agent

Story Description: As reported from Spring boot team, the CVE-2016-1000027 in Spring-web project will be fixed in Spring 6, which depends of the Java 17, so to fix the vulnerability...

bug
enhancement

Story Description: It would be very useful to have a command on ecctool to get the status from the others ecchronos instances, like nodetool status Acceptance Criteria: - [ ]...

enhancement
PoC/Agent

Story Description: From the documentation, "The [Testcontainers](https://www.testcontainers.org/) library provides a way to manage services running inside Docker containers. It integrates with JUnit, allowing you to write a test class that...

enhancement
good first issue
PoC/Agent

Story Description: As the options connection.cql.datacenterAware and connection.jmx.datacenterAware does the same thing, it would be good to extract in a common level, it might be exposed in the connection level...

enhancement
PoC/Agent

Story Description: In the current implementation ecchronos calculate priority by nodes, to understand how it works it is described in the [architecture documentation](https://github.com/Ericsson/ecchronos/blob/master/docs/ARCHITECTURE.md#leases), the idea is to create a similar...

enhancement
PoC/Agent

Story Description: As the ecchronos_id is the partition key for nodes_sync table, the goal is to find a way to create a unique identification for the instance, so when a...

enhancement
PoC/Agent