Skip to content

Remove fatal log messages from ConsistentHash #45780

@pruivo

Description

@pruivo

Description

Before merging, these log messages should have been changed to the debug level

private void addKeycloakNode(String uuid) {
if (uuid.startsWith(MEMBER_KEY_PREFIX)) {
log.fatalf("Adding a keycloak instance with ID: %s", uuid);
membership.add(uuid);
}
}
private void removeKeycloakNode(String uuid) {
if (uuid.startsWith(MEMBER_KEY_PREFIX)) {
log.fatalf("Removing keycloak instance with ID: %s", uuid);
membership.remove(uuid);
}
}

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions