Vadim Pakhnushev created IGNITE-22254:
-----------------------------------------
Summary: Cluster can't initialize when event log is configured
Key: IGNITE-22254
URL: https://issues.apache.org/jira/browse/IGNITE-22254
Project: Ignite
Issue Type: Bug
Reporter: Vadim Pakhnushev
Assignee: Vadim Pakhnushev
When event logging is configured in the cluster init configuration:
{code}
eventlog {
sinks.logSink: { channel: testChannel },
channels.testChannel: { events: [USER_AUTHENTICATED] }
}
{code}
Then the cluster initialization fails with the following exception:
{code}
InitException: ... Unable to initialize the cluster: Validation did not pass
for keys: [eventlog.channels.testChannel.events, Unable to find event type
'USER_AUTHENTICATED' in the system. Please, make sure you set the correct event
type.]{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)