[jira] [Updated] (IGNITE-22254) Cluster initialization fails when event log is configured

2024-05-16 Thread Vadim Pakhnushev (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-22254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vadim Pakhnushev updated IGNITE-22254:
--
Description: 
When event logging is configured in the cluster init configuration:
{code:java}
eventlog {
  sinks.logSink.channel: testChannel,
  channels.testChannel.events: [USER_AUTHENTICATED]
}
{code}
Then the cluster initialization fails with the following exception:
{code:java}
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}

  was:
When event logging is configured in the cluster init configuration:
{code:java}
eventlog {
  sinks.logSink: { channel: testChannel },
  channels.testChannel.events: [USER_AUTHENTICATED]
}
{code}
Then the cluster initialization fails with the following exception:
{code:java}
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}


> Cluster initialization fails 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
>Priority: Major
>  Labels: ignite-3
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When event logging is configured in the cluster init configuration:
> {code:java}
> eventlog {
>   sinks.logSink.channel: testChannel,
>   channels.testChannel.events: [USER_AUTHENTICATED]
> }
> {code}
> Then the cluster initialization fails with the following exception:
> {code:java}
> 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)


[jira] [Updated] (IGNITE-22254) Cluster initialization fails when event log is configured

2024-05-16 Thread Vadim Pakhnushev (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-22254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vadim Pakhnushev updated IGNITE-22254:
--
Description: 
When event logging is configured in the cluster init configuration:
{code:java}
eventlog {
  sinks.logSink: { channel: testChannel },
  channels.testChannel.events: [USER_AUTHENTICATED]
}
{code}
Then the cluster initialization fails with the following exception:
{code:java}
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}

  was:
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}



> Cluster initialization fails 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
>Priority: Major
>  Labels: ignite-3
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When event logging is configured in the cluster init configuration:
> {code:java}
> eventlog {
>   sinks.logSink: { channel: testChannel },
>   channels.testChannel.events: [USER_AUTHENTICATED]
> }
> {code}
> Then the cluster initialization fails with the following exception:
> {code:java}
> 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)


[jira] [Updated] (IGNITE-22254) Cluster initialization fails when event log is configured

2024-05-16 Thread Vadim Pakhnushev (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-22254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vadim Pakhnushev updated IGNITE-22254:
--
Summary: Cluster initialization fails when event log is configured  (was: 
Cluster can't initialize when event log is configured)

> Cluster initialization fails 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
>Priority: Major
>  Labels: ignite-3
>
> 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)