[jira] [Commented] (IGNITE-13510) Getting status of snapshot execution via command line and jmx

2022-08-16 Thread Sergei Ryzhov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-13510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17580490#comment-17580490
 ] 

Sergei Ryzhov commented on IGNITE-13510:


[~NSAmelchev] Hi, i don't have time to continue this right now.

> Getting status of snapshot execution via command line and jmx
> -
>
> Key: IGNITE-13510
> URL: https://issues.apache.org/jira/browse/IGNITE-13510
> Project: Ignite
>  Issue Type: Task
>Reporter: Sergei Ryzhov
>Assignee: Amelchev Nikita
>Priority: Major
>  Labels: iep-43, ise, snapshot
>  Time Spent: 4h 20m
>  Remaining Estimate: 0h
>
> the control.sh utility immediately relinquishes control
> and without using metricExporter it is impossible to understand whether the 
> snapshot completed or not
> Restoring
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:59.523
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
> gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:59.546
> Execution time: 23 ms
> {code}
> Creating
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:55.368
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> Creating the snapshot with name: snapshot_02052020
> gridCommandHandlerTest1 -> Creating the snapshot with name: snapshot_02052020
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:55.391
> Execution time: 23 ms
> {code}
> No snapshot operation
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:58.408
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> No snapshot operation.
> gridCommandHandlerTest1 -> No snapshot operation.
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:58.439
> Execution time: 31 ms
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (IGNITE-13510) Getting status of snapshot execution via command line and jmx

2022-07-06 Thread Sergei Ryzhov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-13510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17563432#comment-17563432
 ] 

Sergei Ryzhov commented on IGNITE-13510:


[~xtern] Hi, it's good idea! Thanks!
Yes, i want to finish this patch

> Getting status of snapshot execution via command line and jmx
> -
>
> Key: IGNITE-13510
> URL: https://issues.apache.org/jira/browse/IGNITE-13510
> Project: Ignite
>  Issue Type: Task
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: iep-43, ise, snapshot
>  Time Spent: 4h 20m
>  Remaining Estimate: 0h
>
> the control.sh utility immediately relinquishes control
> and without using metricExporter it is impossible to understand whether the 
> snapshot completed or not
> Restoring
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:59.523
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
> gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:59.546
> Execution time: 23 ms
> {code}
> Creating
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:55.368
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> Creating the snapshot with name: snapshot_02052020
> gridCommandHandlerTest1 -> Creating the snapshot with name: snapshot_02052020
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:55.391
> Execution time: 23 ms
> {code}
> No snapshot operation
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:58.408
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> No snapshot operation.
> gridCommandHandlerTest1 -> No snapshot operation.
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:58.439
> Execution time: 31 ms
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (IGNITE-15023) ClassNotFoundException when using security and trying to set a remote listener

2022-07-06 Thread Sergei Ryzhov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-15023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17563429#comment-17563429
 ] 

Sergei Ryzhov commented on IGNITE-15023:


[~dpavlov] hi, now i have a bit free time and i don't know when i can do it
but, i'm going to do it

> ClassNotFoundException when using security and trying to set a remote listener
> --
>
> Key: IGNITE-15023
> URL: https://issues.apache.org/jira/browse/IGNITE-15023
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Minor
>  Labels: ise
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> ClassNotFoundException when using security and trying to set a remote listener
> the issue in using SecurityAwarePredicate on a client node
> it makes a wrapper over the remote listener so the class is not passed 
> through the Peer Class Loader
> Caused by: java.lang.ClassNotFoundException: 
> examples.StartClientXml$$Lambda$703/253380088
>   at java.lang.Class.forName0(Native Method)
>   at java.lang.Class.forName(Class.java:348)
>   at 
> org.apache.ignite.internal.util.IgniteUtils.forName(IgniteUtils.java:9064)
>   at 
> org.apache.ignite.internal.util.IgniteUtils.forName(IgniteUtils.java:9002)
>   at 
> org.apache.ignite.internal.MarshallerContextImpl.getClass(MarshallerContextImpl.java:376)
>   at 
> org.apache.ignite.internal.marshaller.optimized.OptimizedMarshallerUtils.descriptorFromCache(OptimizedMarshallerUtils.java:329)
>   at 
> org.apache.ignite.internal.marshaller.optimized.OptimizedMarshallerUtils.classDescriptor(OptimizedMarshallerUtils.java:274)
>   at 
> org.apache.ignite.internal.marshaller.optimized.OptimizedObjectInputStream.readClass(OptimizedObjectInputStream.java:384)
>   at 
> org.apache.ignite.internal.marshaller.optimized.OptimizedObjectInputStream.readObject0(OptimizedObjectInputStream.java:329)
>   at 
> org.apache.ignite.internal.marshaller.optimized.OptimizedObjectInputStream.readObjectOverride(OptimizedObjectInputStream.java:205)
>   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:367)
>   at 
> org.apache.ignite.internal.SecurityAwarePredicate.readExternal(SecurityAwarePredicate.java:86)
>   at 
> org.apache.ignite.internal.marshaller.optimized.OptimizedObjectInputStream.readExternalizable(OptimizedObjectInputStream.java:560)
>   at 
> org.apache.ignite.internal.marshaller.optimized.OptimizedClassDescriptor.read(OptimizedClassDescriptor.java:980)
>   at 
> org.apache.ignite.internal.marshaller.optimized.OptimizedObjectInputStream.readObject0(OptimizedObjectInputStream.java:353)
>   at 
> org.apache.ignite.internal.marshaller.optimized.OptimizedObjectInputStream.readObjectOverride(OptimizedObjectInputStream.java:205)
>   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:367)
>   at 
> org.apache.ignite.internal.marshaller.optimized.OptimizedMarshaller.unmarshal0(OptimizedMarshaller.java:251)
>   ... 22 more



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (IGNITE-16160) [ignite-extensions] Failed CdcKafkaReplicationTest.testActivePassiveReplication

2022-04-25 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16160:
---
Description: 
https://ci2.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_Cdc?branch=%3Cdefault%3E=builds#all-projects
Log:

{code:java}
[2022-04-16 06:13:32,532][ERROR][async-runnable-runner-1][IgniteTestResources] 
Cdc error
  class org.apache.ignite.IgniteInterruptedException: Got interrupted while 
waiting for future to complete.
at 
org.apache.ignite.internal.util.IgniteUtils$3.apply(IgniteUtils.java:947)
at 
org.apache.ignite.internal.util.IgniteUtils$3.apply(IgniteUtils.java:945)
at 
org.apache.ignite.internal.util.IgniteUtils.convertException(IgniteUtils.java:1130)
at org.apache.ignite.Ignition.start(Ignition.java:331)
at 
org.apache.ignite.cdc.IgniteToIgniteCdcStreamer.start(IgniteToIgniteCdcStreamer.java:114)
at 
org.apache.ignite.internal.cdc.WalRecordsConsumer.start(WalRecordsConsumer.java:148)
at org.apache.ignite.internal.cdc.CdcMain.runX(CdcMain.java:283)
at org.apache.ignite.internal.cdc.CdcMain.run(CdcMain.java:230)
at 
org.apache.ignite.cdc.CdcIgniteToIgniteReplicationTest.lambda$igniteToIgnite$0(CdcIgniteToIgniteReplicationTest.java:83)
at 
org.apache.ignite.testframework.GridTestUtils$RunnableX.run(GridTestUtils.java:2569)
at 
org.apache.ignite.testframework.GridTestUtils.lambda$runAsync$3(GridTestUtils.java:1161)
at 
org.apache.ignite.testframework.GridTestUtils.lambda$runAsync$4(GridTestUtils.java:1217)
at 
org.apache.ignite.testframework.GridTestUtils$7.call(GridTestUtils.java:1538)
at 
org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:88)
[2022-04-16 06:13:32,550][ERROR][async-runnable-runner-1][IgniteTestResources] 
Cdc error
  class org.apache.ignite.IgniteException: sleep interrupted
at 
org.apache.ignite.internal.cdc.CdcMain.consumeWalSegmentsUntilStopped(CdcMain.java:414)
at org.apache.ignite.internal.cdc.CdcMain.runX(CdcMain.java:286)
at org.apache.ignite.internal.cdc.CdcMain.run(CdcMain.java:230)
at 
org.apache.ignite.cdc.CdcIgniteToIgniteReplicationTest.lambda$igniteToIgnite$0(CdcIgniteToIgniteReplicationTest.java:83)
at 
org.apache.ignite.testframework.GridTestUtils$RunnableX.run(GridTestUtils.java:2569)
at 
org.apache.ignite.testframework.GridTestUtils.lambda$runAsync$3(GridTestUtils.java:1161)
at 
org.apache.ignite.testframework.GridTestUtils.lambda$runAsync$4(GridTestUtils.java:1217)
at 
org.apache.ignite.testframework.GridTestUtils$7.call(GridTestUtils.java:1538)
at 
org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:88)
  Caused by: class 
org.apache.ignite.internal.IgniteInterruptedCheckedException: sleep interrupted
at 
org.apache.ignite.internal.util.IgniteUtils.sleep(IgniteUtils.java:8252)
at 
org.apache.ignite.internal.cdc.CdcMain.consumeWalSegmentsUntilStopped(CdcMain.java:410)
... 8 more
  Caused by: java.lang.InterruptedException: sleep interrupted
at java.lang.Thread.sleep(Native Method)
at 
org.apache.ignite.internal.util.IgniteUtils.sleep(IgniteUtils.java:8247)
... 9 more
[2022-04-16 06:13:32,564][ERROR][async-runnable-runner-1][IgniteTestResources] 
Cdc error
  class org.apache.ignite.IgniteException: sleep interrupted
at 
org.apache.ignite.internal.cdc.CdcMain.consumeWalSegmentsUntilStopped(CdcMain.java:414)
at org.apache.ignite.internal.cdc.CdcMain.runX(CdcMain.java:286)
at org.apache.ignite.internal.cdc.CdcMain.run(CdcMain.java:230)
at 
org.apache.ignite.cdc.CdcIgniteToIgniteReplicationTest.lambda$igniteToIgnite$0(CdcIgniteToIgniteReplicationTest.java:83)
at 
org.apache.ignite.testframework.GridTestUtils$RunnableX.run(GridTestUtils.java:2569)
at 
org.apache.ignite.testframework.GridTestUtils.lambda$runAsync$3(GridTestUtils.java:1161)
at 
org.apache.ignite.testframework.GridTestUtils.lambda$runAsync$4(GridTestUtils.java:1217)
at 
org.apache.ignite.testframework.GridTestUtils$7.call(GridTestUtils.java:1538)
at 
org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:88)
  Caused by: class 
org.apache.ignite.internal.IgniteInterruptedCheckedException: sleep interrupted
at 
org.apache.ignite.internal.util.IgniteUtils.sleep(IgniteUtils.java:8252)
at 
org.apache.ignite.internal.cdc.CdcMain.consumeWalSegmentsUntilStopped(CdcMain.java:410)
... 8 more
  Caused by: java.lang.InterruptedException: sleep interrupted
at java.lang.Thread.sleep(Native Method)
at 
org.apache.ignite.internal.util.IgniteUtils.sleep(IgniteUtils.java:8247)
... 9 more
[2022-04-16 06:13:32,565][ERROR][main][root] Test failed 

[jira] [Updated] (IGNITE-16160) [ignite-extensions] Failed CdcKafkaReplicationTest.testActivePassiveReplication

2022-04-25 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16160:
---
Description: 
https://ci2.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_Cdc?branch=%3Cdefault%3E=builds#all-projects
Log:

{code:java}
2022-04-16 06:13:32,532][ERROR][async-runnable-runner-1][IgniteTestResources] 
Cdc error
  class org.apache.ignite.IgniteInterruptedException: Got interrupted while 
waiting for future to complete.
at 
org.apache.ignite.internal.util.IgniteUtils$3.apply(IgniteUtils.java:947)
at 
org.apache.ignite.internal.util.IgniteUtils$3.apply(IgniteUtils.java:945)
at 
org.apache.ignite.internal.util.IgniteUtils.convertException(IgniteUtils.java:1130)
at org.apache.ignite.Ignition.start(Ignition.java:331)
at 
org.apache.ignite.cdc.IgniteToIgniteCdcStreamer.start(IgniteToIgniteCdcStreamer.java:114)
at 
org.apache.ignite.internal.cdc.WalRecordsConsumer.start(WalRecordsConsumer.java:148)
at org.apache.ignite.internal.cdc.CdcMain.runX(CdcMain.java:283)
at org.apache.ignite.internal.cdc.CdcMain.run(CdcMain.java:230)
at 
org.apache.ignite.cdc.CdcIgniteToIgniteReplicationTest.lambda$igniteToIgnite$0(CdcIgniteToIgniteReplicationTest.java:83)
at 
org.apache.ignite.testframework.GridTestUtils$RunnableX.run(GridTestUtils.java:2569)
at 
org.apache.ignite.testframework.GridTestUtils.lambda$runAsync$3(GridTestUtils.java:1161)
at 
org.apache.ignite.testframework.GridTestUtils.lambda$runAsync$4(GridTestUtils.java:1217)
at 
org.apache.ignite.testframework.GridTestUtils$7.call(GridTestUtils.java:1538)
at 
org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:88)
  [2022-04-16 
06:13:32,550][ERROR][async-runnable-runner-1][IgniteTestResources] Cdc error
  class org.apache.ignite.IgniteException: sleep interrupted
at 
org.apache.ignite.internal.cdc.CdcMain.consumeWalSegmentsUntilStopped(CdcMain.java:414)
at org.apache.ignite.internal.cdc.CdcMain.runX(CdcMain.java:286)
at org.apache.ignite.internal.cdc.CdcMain.run(CdcMain.java:230)
at 
org.apache.ignite.cdc.CdcIgniteToIgniteReplicationTest.lambda$igniteToIgnite$0(CdcIgniteToIgniteReplicationTest.java:83)
at 
org.apache.ignite.testframework.GridTestUtils$RunnableX.run(GridTestUtils.java:2569)
at 
org.apache.ignite.testframework.GridTestUtils.lambda$runAsync$3(GridTestUtils.java:1161)
at 
org.apache.ignite.testframework.GridTestUtils.lambda$runAsync$4(GridTestUtils.java:1217)
at 
org.apache.ignite.testframework.GridTestUtils$7.call(GridTestUtils.java:1538)
at 
org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:88)
  Caused by: class 
org.apache.ignite.internal.IgniteInterruptedCheckedException: sleep interrupted
at 
org.apache.ignite.internal.util.IgniteUtils.sleep(IgniteUtils.java:8252)
at 
org.apache.ignite.internal.cdc.CdcMain.consumeWalSegmentsUntilStopped(CdcMain.java:410)
... 8 more
  Caused by: java.lang.InterruptedException: sleep interrupted
at java.lang.Thread.sleep(Native Method)
at 
org.apache.ignite.internal.util.IgniteUtils.sleep(IgniteUtils.java:8247)
... 9 more
  [2022-04-16 
06:13:32,564][ERROR][async-runnable-runner-1][IgniteTestResources] Cdc error
  class org.apache.ignite.IgniteException: sleep interrupted
at 
org.apache.ignite.internal.cdc.CdcMain.consumeWalSegmentsUntilStopped(CdcMain.java:414)
at org.apache.ignite.internal.cdc.CdcMain.runX(CdcMain.java:286)
at org.apache.ignite.internal.cdc.CdcMain.run(CdcMain.java:230)
at 
org.apache.ignite.cdc.CdcIgniteToIgniteReplicationTest.lambda$igniteToIgnite$0(CdcIgniteToIgniteReplicationTest.java:83)
at 
org.apache.ignite.testframework.GridTestUtils$RunnableX.run(GridTestUtils.java:2569)
at 
org.apache.ignite.testframework.GridTestUtils.lambda$runAsync$3(GridTestUtils.java:1161)
at 
org.apache.ignite.testframework.GridTestUtils.lambda$runAsync$4(GridTestUtils.java:1217)
at 
org.apache.ignite.testframework.GridTestUtils$7.call(GridTestUtils.java:1538)
at 
org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:88)
  Caused by: class 
org.apache.ignite.internal.IgniteInterruptedCheckedException: sleep interrupted
at 
org.apache.ignite.internal.util.IgniteUtils.sleep(IgniteUtils.java:8252)
at 
org.apache.ignite.internal.cdc.CdcMain.consumeWalSegmentsUntilStopped(CdcMain.java:410)
... 8 more
  Caused by: java.lang.InterruptedException: sleep interrupted
at java.lang.Thread.sleep(Native Method)
at 
org.apache.ignite.internal.util.IgniteUtils.sleep(IgniteUtils.java:8247)
... 9 more
  [2022-04-16 06:13:32,565][ERROR][main][root] Test failed 

[jira] [Updated] (IGNITE-16160) [ignite-extensions] Failed CdcKafkaReplicationTest.testActivePassiveReplication

2022-04-25 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16160:
---
Summary: [ignite-extensions] Failed 
CdcKafkaReplicationTest.testActivePassiveReplication  (was: [ignite-extensions] 
Failed CdcKafkaReplicationTest)

> [ignite-extensions] Failed 
> CdcKafkaReplicationTest.testActivePassiveReplication
> ---
>
> Key: IGNITE-16160
> URL: https://issues.apache.org/jira/browse/IGNITE-16160
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>
> https://ci2.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_Cdc?branch=%3Cdefault%3E=builds#all-projects
> [2021-12-20 10:59:51,303][INFO ][shutdown-hook][CdcKafkaReplicationAppsTest2]
>   >>> 
> +---+
>   >>> Ignite ver. 
> 2.13.0-SNAPSHOT#20211219-sha1:a56fb60140e744db382b1ba266d1fe695fd823eb 
> stopped OK
>   >>> 
> +---+
>   >>> Ignite instance name: kafka.CdcKafkaReplicationAppsTest2
>   >>> Grid uptime: 00:00:14.162
> Process exited with code 255
>   Process exited with code 255 (Step: Run Extension's tests (Maven))
>   Waiting for 2 service processes to complete
>   Surefire report watcher
> 1 report found for paths:
> 
> /opt/buildagent/work/9319dd66c384518/modules/cdc-ext/target/surefire-reports/TEST-*.xml
> Successfully parsed
>   1 report
>   
> modules/cdc-ext/target/surefire-reports/TEST-org.apache.ignite.cdc.CacheConflictOperationsWithFieldTest.xml
>   Step Run Extension's tests (Maven) failed
> Publishing internal artifacts



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (IGNITE-16160) [ignite-extensions] Failed CdcKafkaReplicationTest

2022-04-25 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16160:
---
Summary: [ignite-extensions] Failed CdcKafkaReplicationTest  (was: 
[ignite-extensions] Failed CDC tests)

> [ignite-extensions] Failed CdcKafkaReplicationTest
> --
>
> Key: IGNITE-16160
> URL: https://issues.apache.org/jira/browse/IGNITE-16160
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>
> https://ci2.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_Cdc?branch=%3Cdefault%3E=builds#all-projects
> [2021-12-20 10:59:51,303][INFO ][shutdown-hook][CdcKafkaReplicationAppsTest2]
>   >>> 
> +---+
>   >>> Ignite ver. 
> 2.13.0-SNAPSHOT#20211219-sha1:a56fb60140e744db382b1ba266d1fe695fd823eb 
> stopped OK
>   >>> 
> +---+
>   >>> Ignite instance name: kafka.CdcKafkaReplicationAppsTest2
>   >>> Grid uptime: 00:00:14.162
> Process exited with code 255
>   Process exited with code 255 (Step: Run Extension's tests (Maven))
>   Waiting for 2 service processes to complete
>   Surefire report watcher
> 1 report found for paths:
> 
> /opt/buildagent/work/9319dd66c384518/modules/cdc-ext/target/surefire-reports/TEST-*.xml
> Successfully parsed
>   1 report
>   
> modules/cdc-ext/target/surefire-reports/TEST-org.apache.ignite.cdc.CacheConflictOperationsWithFieldTest.xml
>   Step Run Extension's tests (Maven) failed
> Publishing internal artifacts



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (IGNITE-16160) [ignite-extensions] Failed CDC tests

2022-04-06 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16160:
---
Description: 
https://ci2.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_Cdc?branch=%3Cdefault%3E=builds#all-projects

[2021-12-20 10:59:51,303][INFO ][shutdown-hook][CdcKafkaReplicationAppsTest2]
  >>> 
+---+
  >>> Ignite ver. 
2.13.0-SNAPSHOT#20211219-sha1:a56fb60140e744db382b1ba266d1fe695fd823eb stopped 
OK
  >>> 
+---+
  >>> Ignite instance name: kafka.CdcKafkaReplicationAppsTest2
  >>> Grid uptime: 00:00:14.162
Process exited with code 255
  Process exited with code 255 (Step: Run Extension's tests (Maven))
  Waiting for 2 service processes to complete
  Surefire report watcher
1 report found for paths:

/opt/buildagent/work/9319dd66c384518/modules/cdc-ext/target/surefire-reports/TEST-*.xml
Successfully parsed
  1 report
  
modules/cdc-ext/target/surefire-reports/TEST-org.apache.ignite.cdc.CacheConflictOperationsWithFieldTest.xml
  Step Run Extension's tests (Maven) failed
Publishing internal artifacts


  was:
https://ci.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_RunAllTests?branch=%3Cdefault%3E=overview=builds

[2021-12-20 10:59:51,303][INFO ][shutdown-hook][CdcKafkaReplicationAppsTest2]
  >>> 
+---+
  >>> Ignite ver. 
2.13.0-SNAPSHOT#20211219-sha1:a56fb60140e744db382b1ba266d1fe695fd823eb stopped 
OK
  >>> 
+---+
  >>> Ignite instance name: kafka.CdcKafkaReplicationAppsTest2
  >>> Grid uptime: 00:00:14.162
Process exited with code 255
  Process exited with code 255 (Step: Run Extension's tests (Maven))
  Waiting for 2 service processes to complete
  Surefire report watcher
1 report found for paths:

/opt/buildagent/work/9319dd66c384518/modules/cdc-ext/target/surefire-reports/TEST-*.xml
Successfully parsed
  1 report
  
modules/cdc-ext/target/surefire-reports/TEST-org.apache.ignite.cdc.CacheConflictOperationsWithFieldTest.xml
  Step Run Extension's tests (Maven) failed
Publishing internal artifacts



> [ignite-extensions] Failed CDC tests
> 
>
> Key: IGNITE-16160
> URL: https://issues.apache.org/jira/browse/IGNITE-16160
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>
> https://ci2.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_Cdc?branch=%3Cdefault%3E=builds#all-projects
> [2021-12-20 10:59:51,303][INFO ][shutdown-hook][CdcKafkaReplicationAppsTest2]
>   >>> 
> +---+
>   >>> Ignite ver. 
> 2.13.0-SNAPSHOT#20211219-sha1:a56fb60140e744db382b1ba266d1fe695fd823eb 
> stopped OK
>   >>> 
> +---+
>   >>> Ignite instance name: kafka.CdcKafkaReplicationAppsTest2
>   >>> Grid uptime: 00:00:14.162
> Process exited with code 255
>   Process exited with code 255 (Step: Run Extension's tests (Maven))
>   Waiting for 2 service processes to complete
>   Surefire report watcher
> 1 report found for paths:
> 
> /opt/buildagent/work/9319dd66c384518/modules/cdc-ext/target/surefire-reports/TEST-*.xml
> Successfully parsed
>   1 report
>   
> modules/cdc-ext/target/surefire-reports/TEST-org.apache.ignite.cdc.CacheConflictOperationsWithFieldTest.xml
>   Step Run Extension's tests (Maven) failed
> Publishing internal artifacts



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16160) [ignite-extensions] Failed CDC tests

2022-04-06 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16160:
---
Labels: ise  (was: )

> [ignite-extensions] Failed CDC tests
> 
>
> Key: IGNITE-16160
> URL: https://issues.apache.org/jira/browse/IGNITE-16160
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>
> https://ci.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_RunAllTests?branch=%3Cdefault%3E=overview=builds
> [2021-12-20 10:59:51,303][INFO ][shutdown-hook][CdcKafkaReplicationAppsTest2]
>   >>> 
> +---+
>   >>> Ignite ver. 
> 2.13.0-SNAPSHOT#20211219-sha1:a56fb60140e744db382b1ba266d1fe695fd823eb 
> stopped OK
>   >>> 
> +---+
>   >>> Ignite instance name: kafka.CdcKafkaReplicationAppsTest2
>   >>> Grid uptime: 00:00:14.162
> Process exited with code 255
>   Process exited with code 255 (Step: Run Extension's tests (Maven))
>   Waiting for 2 service processes to complete
>   Surefire report watcher
> 1 report found for paths:
> 
> /opt/buildagent/work/9319dd66c384518/modules/cdc-ext/target/surefire-reports/TEST-*.xml
> Successfully parsed
>   1 report
>   
> modules/cdc-ext/target/surefire-reports/TEST-org.apache.ignite.cdc.CacheConflictOperationsWithFieldTest.xml
>   Step Run Extension's tests (Maven) failed
> Publishing internal artifacts



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Resolved] (IGNITE-15053) Exclude transient fields from Affinity.toString

2022-04-05 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov resolved IGNITE-15053.

  Assignee: Sergei Ryzhov
Resolution: Won't Fix

> Exclude transient fields from Affinity.toString
> ---
>
> Key: IGNITE-15053
> URL: https://issues.apache.org/jira/browse/IGNITE-15053
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Minor
>
> IMHO Affinity.toString contains more information than needed and see like this
> {panel:title=now}
> RendezvousAffinityFunction [parts=513, mask=-1, exclNeighbors=false, 
> exclNeighborsWarn=false, backupFilter=null, affinityBackupFilter=null, 
> ignite=IgniteKernal [longJVMPauseDetector=LongJVMPauseDetector 
> [workerRef=Thread[jvm-pause-detector-worker,5,main], longPausesCnt=0, 
> longPausesTotalDuration=0, lastWakeUpTime=1625473777376, 
> longPausesTimestamps=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
> 0, 0], longPausesDurations=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
> 0, 0, 0, 0]], cfg=IgniteConfiguration 
> [igniteInstanceName=rendezvous.RendezvousAffinityFunctionStandardHashSelfTest,
>  pubPoolSize=12, svcPoolSize=12, callbackPoolSize=12, stripedPoolSize=12, 
> sysPoolSize=12, mgmtPoolSize=4, dataStreamerPoolSize=12, 
> utilityCachePoolSize=12, utilityCacheKeepAliveTime=6, p2pPoolSize=2, 
> qryPoolSize=12, buildIdxPoolSize=3, igniteHome=/Users/sega/work/ignite, 
> igniteWorkDir=/Users/sega/work/ignite/work, 
> mbeanSrv=com.sun.jmx.mbeanserver.JmxMBeanServer@2d12b3a3, 
> nodeId=520c0cfc-5890-41e4-b888-1d79b3b54c41, marsh=BinaryMarshaller [], 
> marshLocJobs=false, daemon=false, p2pEnabled=true, netTimeout=1, 
> netCompressionLevel=1, sndRetryDelay=1000, sndRetryCnt=3, 
> metricsHistSize=1, metricsUpdateFreq=1000, 
> metricsExpTime=9223372036854775807, discoSpi=TcpDiscoverySpi [addrRslvr=null, 
> addressFilter=null, sockTimeout=5000, ackTimeout=5000, marsh=JdkMarshaller 
> [clsFilter=org.apache.ignite.marshaller.MarshallerUtils$1@3eef6312], 
> reconCnt=10, reconDelay=2000, maxAckTimeout=60, soLinger=0, 
> forceSrvMode=false, clientReconnectDisabled=false, internalLsnr=null, 
> skipAddrsRandomization=false], segPlc=STOP, segResolveAttempts=2, 
> waitForSegOnStart=true, allResolversPassReq=true, segChkFreq=1, 
> commSpi=TcpCommunicationSpi 
> [connectGate=org.apache.ignite.spi.communication.tcp.internal.ConnectGateway@704a74c5,
>  ctxInitLatch=java.util.concurrent.CountDownLatch@3c30f015[Count = 0], 
> stopping=false, 
> clientPool=org.apache.ignite.spi.communication.tcp.internal.ConnectionClientPool@11548b3e,
>  
> nioSrvWrapper=org.apache.ignite.spi.communication.tcp.internal.GridNioServerWrapper@31ade0ca,
>  
> stateProvider=org.apache.ignite.spi.communication.tcp.internal.ClusterStateProvider@fec493c],
>  evtSpi=MemoryEventStorageSpi [expireAgeMs=9223372036854775807, 
> expireCnt=1, filter=null], colSpi=NoopCollisionSpi [], 
> deploySpi=LocalDeploymentSpi [], 
> indexingSpi=org.apache.ignite.spi.indexing.noop.NoopIndexingSpi@819c0dd, 
> addrRslvr=null, 
> encryptionSpi=org.apache.ignite.spi.encryption.noop.NoopEncryptionSpi@70acf614,
>  tracingSpi=org.apache.ignite.spi.tracing.NoopTracingSpi@794a69d, 
> clientMode=false, rebalanceThreadPoolSize=3, rebalanceTimeout=1, 
> rebalanceBatchesPrefetchCnt=3, rebalanceThrottle=0, 
> rebalanceBatchSize=524288, txCfg=TransactionConfiguration 
> [txSerEnabled=false, dfltIsolation=REPEATABLE_READ, 
> dfltConcurrency=PESSIMISTIC, dfltTxTimeout=0, 
> txTimeoutOnPartitionMapExchange=0, deadlockTimeout=1, 
> pessimisticTxLogSize=0, pessimisticTxLogLinger=1, tmLookupClsName=null, 
> txManagerFactory=null, useJtaSync=false], cacheSanityCheckEnabled=true, 
> discoStartupDelay=6, deployMode=SHARED, p2pMissedCacheSize=100, 
> locHost=127.0.0.1, timeSrvPortBase=31100, timeSrvPortRange=100, 
> failureDetectionTimeout=1, sysWorkerBlockedTimeout=null, 
> clientFailureDetectionTimeout=1, metricsLogFreq=0, connectorCfg=null, 
> odbcCfg=null, warmupClos=null, atomicCfg=AtomicConfiguration 
> [seqReserveSize=1000, cacheMode=PARTITIONED, backups=1, aff=null, 
> grpName=null], classLdr=null, sslCtxFactory=null, platformCfg=null, 
> binaryCfg=null, memCfg=null, pstCfg=null, dsCfg=DataStorageConfiguration 
> [sysRegionInitSize=41943040, sysRegionMaxSize=104857600, pageSize=4096, 
> concLvl=0, dfltDataRegConf=DataRegionConfiguration [name=default, 
> maxSize=3435973836, initSize=268435456, swapPath=null, 
> pageEvictionMode=DISABLED, pageReplacementMode=CLOCK, evictionThreshold=0.9, 
> emptyPagesPoolSize=100, metricsEnabled=false, metricsSubIntervalCount=5, 
> metricsRateTimeInterval=6, persistenceEnabled=false, 
> checkpointPageBufSize=0, lazyMemoryAllocation=true, 

[jira] [Assigned] (IGNITE-15053) Exclude transient fields from Affinity.toString

2022-04-05 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov reassigned IGNITE-15053:
--

Assignee: (was: Sergei Ryzhov)

> Exclude transient fields from Affinity.toString
> ---
>
> Key: IGNITE-15053
> URL: https://issues.apache.org/jira/browse/IGNITE-15053
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Sergei Ryzhov
>Priority: Minor
>
> IMHO Affinity.toString contains more information than needed and see like this
> {panel:title=now}
> RendezvousAffinityFunction [parts=513, mask=-1, exclNeighbors=false, 
> exclNeighborsWarn=false, backupFilter=null, affinityBackupFilter=null, 
> ignite=IgniteKernal [longJVMPauseDetector=LongJVMPauseDetector 
> [workerRef=Thread[jvm-pause-detector-worker,5,main], longPausesCnt=0, 
> longPausesTotalDuration=0, lastWakeUpTime=1625473777376, 
> longPausesTimestamps=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
> 0, 0], longPausesDurations=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
> 0, 0, 0, 0]], cfg=IgniteConfiguration 
> [igniteInstanceName=rendezvous.RendezvousAffinityFunctionStandardHashSelfTest,
>  pubPoolSize=12, svcPoolSize=12, callbackPoolSize=12, stripedPoolSize=12, 
> sysPoolSize=12, mgmtPoolSize=4, dataStreamerPoolSize=12, 
> utilityCachePoolSize=12, utilityCacheKeepAliveTime=6, p2pPoolSize=2, 
> qryPoolSize=12, buildIdxPoolSize=3, igniteHome=/Users/sega/work/ignite, 
> igniteWorkDir=/Users/sega/work/ignite/work, 
> mbeanSrv=com.sun.jmx.mbeanserver.JmxMBeanServer@2d12b3a3, 
> nodeId=520c0cfc-5890-41e4-b888-1d79b3b54c41, marsh=BinaryMarshaller [], 
> marshLocJobs=false, daemon=false, p2pEnabled=true, netTimeout=1, 
> netCompressionLevel=1, sndRetryDelay=1000, sndRetryCnt=3, 
> metricsHistSize=1, metricsUpdateFreq=1000, 
> metricsExpTime=9223372036854775807, discoSpi=TcpDiscoverySpi [addrRslvr=null, 
> addressFilter=null, sockTimeout=5000, ackTimeout=5000, marsh=JdkMarshaller 
> [clsFilter=org.apache.ignite.marshaller.MarshallerUtils$1@3eef6312], 
> reconCnt=10, reconDelay=2000, maxAckTimeout=60, soLinger=0, 
> forceSrvMode=false, clientReconnectDisabled=false, internalLsnr=null, 
> skipAddrsRandomization=false], segPlc=STOP, segResolveAttempts=2, 
> waitForSegOnStart=true, allResolversPassReq=true, segChkFreq=1, 
> commSpi=TcpCommunicationSpi 
> [connectGate=org.apache.ignite.spi.communication.tcp.internal.ConnectGateway@704a74c5,
>  ctxInitLatch=java.util.concurrent.CountDownLatch@3c30f015[Count = 0], 
> stopping=false, 
> clientPool=org.apache.ignite.spi.communication.tcp.internal.ConnectionClientPool@11548b3e,
>  
> nioSrvWrapper=org.apache.ignite.spi.communication.tcp.internal.GridNioServerWrapper@31ade0ca,
>  
> stateProvider=org.apache.ignite.spi.communication.tcp.internal.ClusterStateProvider@fec493c],
>  evtSpi=MemoryEventStorageSpi [expireAgeMs=9223372036854775807, 
> expireCnt=1, filter=null], colSpi=NoopCollisionSpi [], 
> deploySpi=LocalDeploymentSpi [], 
> indexingSpi=org.apache.ignite.spi.indexing.noop.NoopIndexingSpi@819c0dd, 
> addrRslvr=null, 
> encryptionSpi=org.apache.ignite.spi.encryption.noop.NoopEncryptionSpi@70acf614,
>  tracingSpi=org.apache.ignite.spi.tracing.NoopTracingSpi@794a69d, 
> clientMode=false, rebalanceThreadPoolSize=3, rebalanceTimeout=1, 
> rebalanceBatchesPrefetchCnt=3, rebalanceThrottle=0, 
> rebalanceBatchSize=524288, txCfg=TransactionConfiguration 
> [txSerEnabled=false, dfltIsolation=REPEATABLE_READ, 
> dfltConcurrency=PESSIMISTIC, dfltTxTimeout=0, 
> txTimeoutOnPartitionMapExchange=0, deadlockTimeout=1, 
> pessimisticTxLogSize=0, pessimisticTxLogLinger=1, tmLookupClsName=null, 
> txManagerFactory=null, useJtaSync=false], cacheSanityCheckEnabled=true, 
> discoStartupDelay=6, deployMode=SHARED, p2pMissedCacheSize=100, 
> locHost=127.0.0.1, timeSrvPortBase=31100, timeSrvPortRange=100, 
> failureDetectionTimeout=1, sysWorkerBlockedTimeout=null, 
> clientFailureDetectionTimeout=1, metricsLogFreq=0, connectorCfg=null, 
> odbcCfg=null, warmupClos=null, atomicCfg=AtomicConfiguration 
> [seqReserveSize=1000, cacheMode=PARTITIONED, backups=1, aff=null, 
> grpName=null], classLdr=null, sslCtxFactory=null, platformCfg=null, 
> binaryCfg=null, memCfg=null, pstCfg=null, dsCfg=DataStorageConfiguration 
> [sysRegionInitSize=41943040, sysRegionMaxSize=104857600, pageSize=4096, 
> concLvl=0, dfltDataRegConf=DataRegionConfiguration [name=default, 
> maxSize=3435973836, initSize=268435456, swapPath=null, 
> pageEvictionMode=DISABLED, pageReplacementMode=CLOCK, evictionThreshold=0.9, 
> emptyPagesPoolSize=100, metricsEnabled=false, metricsSubIntervalCount=5, 
> metricsRateTimeInterval=6, persistenceEnabled=false, 
> checkpointPageBufSize=0, lazyMemoryAllocation=true, warmUpCfg=null], 
> dataRegions=null, storagePath=null, 

[jira] [Assigned] (IGNITE-10999) NOT NULL sql constraint is not checked for data streamer operations

2022-04-01 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov reassigned IGNITE-10999:
--

Assignee: Sergei Ryzhov

> NOT NULL sql constraint is not checked for data streamer operations
> ---
>
> Key: IGNITE-10999
> URL: https://issues.apache.org/jira/browse/IGNITE-10999
> Project: Ignite
>  Issue Type: Bug
>  Components: sql
>Affects Versions: 2.7
>Reporter: Ivan Pavlukhin
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: newbie
> Attachments: SqlNotNullDataStreamer.java
>
>
> It is possible to violate NOT NULL constraint when using 
> {{IgniteDataStreamer}}. See attached reproducer.
> Attention should be paid to various SQL commands using data streamer 
> internally. Among them:
> 1. {{COPY}} command.
> 2. Operations executed with {{SET STREAMING ON}} mode.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (IGNITE-16728) [ducktests] Change logger to log4j2

2022-03-24 Thread Sergei Ryzhov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-16728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17511892#comment-17511892
 ] 

Sergei Ryzhov commented on IGNITE-16728:


[~timonin.maksim], [~av], [~ivandasch], [~xtern], [~namelchev] Thanks a lot for 
the review

> [ducktests] Change logger to log4j2
> ---
>
> Key: IGNITE-16728
> URL: https://issues.apache.org/jira/browse/IGNITE-16728
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> ignite-log4j will be removed in IGNITE-16650.
> we should to switch tests to ignite-log4j2



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (IGNITE-16733) [extensions] Fail CDC AbstractReplicationTest

2022-03-24 Thread Sergei Ryzhov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-16733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17511881#comment-17511881
 ] 

Sergei Ryzhov commented on IGNITE-16733:


[~xtern] Thanks for the review and merge!

> [extensions] Fail CDC AbstractReplicationTest
> -
>
> Key: IGNITE-16733
> URL: https://issues.apache.org/jira/browse/IGNITE-16733
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>
> After changing the API in IGNITE-15117 the CDC tests stopped compiling 
> {noformat}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile 
> (default-testCompile) on project ignite-cdc-ext: Compilation failure
> [ERROR] 
> /Users/sega/work/ignite-extensions/modules/cdc-ext/src/test/java/org/apache/ignite/cdc/AbstractReplicationTest.java:[186,17]
>  cannot find symbol
> [ERROR]   symbol:   method setCdcEnabled(boolean)
> [ERROR]   location: class 
> org.apache.ignite.configuration.DataStorageConfiguration
> this field has been moved to DataRegionConfiguration
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Assigned] (IGNITE-7153) Redis: BufferUnderflowException at GridRedisProtocolParser.readBulkStr for values > 8kb

2022-03-24 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov reassigned IGNITE-7153:
-

Assignee: (was: Sergei Ryzhov)

> Redis: BufferUnderflowException at GridRedisProtocolParser.readBulkStr for 
> values > 8kb
> ---
>
> Key: IGNITE-7153
> URL: https://issues.apache.org/jira/browse/IGNITE-7153
> Project: Ignite
>  Issue Type: Bug
>  Components: general
>Affects Versions: 2.3
> Environment: Win, PHP 7, php_redis-3.1.1-7.0
>Reporter: Alexey Popov
>Priority: Major
>  Labels: redis
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> Exception:
> {noformat}
> [15:03:23,690][SEVERE][grid-nio-worker-tcp-rest-0-#36][GridTcpRestProtocol] 
> Failed to process selector key [ses=GridSelectorNioSessionImpl 
> [worker=ByteBufferNioClientWorker [readBuf=java.nio.HeapByteBuffer[pos=28 
> lim=8192 cap=8192], super=AbstractNioClientWorker [idx=0, bytesRcvd=0, 
> bytesSent=0, bytesRcvd0=0, bytesSent0=0, select=true, super=GridWorker 
> [name=grid-nio-worker-tcp-rest-0, igniteInstanceName=null, finished=false, 
> hashCode=396395638, interrupted=false, 
> runner=grid-nio-worker-tcp-rest-0-#36]]], writeBuf=null, readBuf=null, 
> inRecovery=null, outRecovery=null, super=GridNioSessionImpl 
> [locAddr=/127.0.0.1:6380, rmtAddr=/127.0.0.1:51794, createTime=1512734602674, 
> closeTime=0, bytesSent=0, bytesRcvd=8192, bytesSent0=0, bytesRcvd0=8192, 
> sndSchedTime=1512734602674, lastSndTime=1512734602674, 
> lastRcvTime=1512734602674, readsPaused=false, 
> filterChain=FilterChain[filters=[GridNioCodecFilter [parser=GridTcpRestParser 
> [jdkMarshaller=JdkMarshaller [], routerClient=false], directMode=false]], 
> accepted=true]]]
> java.nio.BufferUnderflowException
>   at java.nio.HeapByteBuffer.get(HeapByteBuffer.java:151)
>   at 
> org.apache.ignite.internal.processors.rest.protocols.tcp.redis.GridRedisProtocolParser.readBulkStr(GridRedisProtocolParser.java:107)
>   at 
> org.apache.ignite.internal.processors.rest.protocols.tcp.redis.GridRedisProtocolParser.readArray(GridRedisProtocolParser.java:86)
>   at 
> org.apache.ignite.internal.processors.rest.protocols.tcp.GridTcpRestParser.decode(GridTcpRestParser.java:150)
>   at 
> org.apache.ignite.internal.processors.rest.protocols.tcp.GridTcpRestParser.decode(GridTcpRestParser.java:70)
>   at 
> org.apache.ignite.internal.util.nio.GridNioCodecFilter.onMessageReceived(GridNioCodecFilter.java:114)
>   at 
> org.apache.ignite.internal.util.nio.GridNioFilterAdapter.proceedMessageReceived(GridNioFilterAdapter.java:109)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$HeadFilter.onMessageReceived(GridNioServer.java:3392)
>   at 
> org.apache.ignite.internal.util.nio.GridNioFilterChain.onMessageReceived(GridNioFilterChain.java:175)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$ByteBufferNioClientWorker.processRead(GridNioServer.java:1096)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.processSelectedKeysOptimized(GridNioServer.java:2272)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.bodyInternal(GridNioServer.java:2048)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.body(GridNioServer.java:1717)
>   at 
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
>   at java.lang.Thread.run(Thread.java:748)
> [15:03:23,691][SEVERE][grid-nio-worker-tcp-rest-0-#36][GridTcpRestProtocol] 
> Closing NIO session because of unhandled exception.
> class org.apache.ignite.internal.util.nio.GridNioException: null
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.processSelectedKeysOptimized(GridNioServer.java:2296)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.bodyInternal(GridNioServer.java:2048)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.body(GridNioServer.java:1717)
>   at 
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
>   at java.lang.Thread.run(Thread.java:748)
> Caused by: java.nio.BufferUnderflowException
>   at java.nio.HeapByteBuffer.get(HeapByteBuffer.java:151)
>   at 
> org.apache.ignite.internal.processors.rest.protocols.tcp.redis.GridRedisProtocolParser.readBulkStr(GridRedisProtocolParser.java:107)
>   at 
> org.apache.ignite.internal.processors.rest.protocols.tcp.redis.GridRedisProtocolParser.readArray(GridRedisProtocolParser.java:86)
>   at 
> org.apache.ignite.internal.processors.rest.protocols.tcp.GridTcpRestParser.decode(GridTcpRestParser.java:150)
>   at 
> 

[jira] [Updated] (IGNITE-16728) [ducktests] Change logger to log4j2

2022-03-24 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16728:
---
Ignite Flags:   (was: Docs Required,Release Notes Required)

> [ducktests] Change logger to log4j2
> ---
>
> Key: IGNITE-16728
> URL: https://issues.apache.org/jira/browse/IGNITE-16728
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> ignite-log4j will be removed in IGNITE-16650.
> we should to switch tests to ignite-log4j2



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16733) [extensions] Fail CDC AbstractReplicationTest

2022-03-23 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16733:
---
Ignite Flags:   (was: Docs Required,Release Notes Required)

> [extensions] Fail CDC AbstractReplicationTest
> -
>
> Key: IGNITE-16733
> URL: https://issues.apache.org/jira/browse/IGNITE-16733
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile 
> (default-testCompile) on project ignite-cdc-ext: Compilation failure
> [ERROR] 
> /Users/sega/work/ignite-extensions/modules/cdc-ext/src/test/java/org/apache/ignite/cdc/AbstractReplicationTest.java:[186,17]
>  cannot find symbol
> [ERROR]   symbol:   method setCdcEnabled(boolean)
> [ERROR]   location: class 
> org.apache.ignite.configuration.DataStorageConfiguration
> this field has been moved to DataRegionConfiguration



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16733) [extensions] Fail CDC AbstractReplicationTest

2022-03-23 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16733:
---
Description: 

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile 
(default-testCompile) on project ignite-cdc-ext: Compilation failure
[ERROR] 
/Users/sega/work/ignite-extensions/modules/cdc-ext/src/test/java/org/apache/ignite/cdc/AbstractReplicationTest.java:[186,17]
 cannot find symbol
[ERROR]   symbol:   method setCdcEnabled(boolean)
[ERROR]   location: class 
org.apache.ignite.configuration.DataStorageConfiguration

this field has been moved to DataRegionConfiguration


> [extensions] Fail CDC AbstractReplicationTest
> -
>
> Key: IGNITE-16733
> URL: https://issues.apache.org/jira/browse/IGNITE-16733
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile 
> (default-testCompile) on project ignite-cdc-ext: Compilation failure
> [ERROR] 
> /Users/sega/work/ignite-extensions/modules/cdc-ext/src/test/java/org/apache/ignite/cdc/AbstractReplicationTest.java:[186,17]
>  cannot find symbol
> [ERROR]   symbol:   method setCdcEnabled(boolean)
> [ERROR]   location: class 
> org.apache.ignite.configuration.DataStorageConfiguration
> this field has been moved to DataRegionConfiguration



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16733) [extensions] Fail CDC AbstractReplicationTest

2022-03-23 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16733:
---
Labels: ise  (was: )

> [extensions] Fail CDC AbstractReplicationTest
> -
>
> Key: IGNITE-16733
> URL: https://issues.apache.org/jira/browse/IGNITE-16733
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile 
> (default-testCompile) on project ignite-cdc-ext: Compilation failure
> [ERROR] 
> /Users/sega/work/ignite-extensions/modules/cdc-ext/src/test/java/org/apache/ignite/cdc/AbstractReplicationTest.java:[186,17]
>  cannot find symbol
> [ERROR]   symbol:   method setCdcEnabled(boolean)
> [ERROR]   location: class 
> org.apache.ignite.configuration.DataStorageConfiguration
> this field has been moved to DataRegionConfiguration



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (IGNITE-16733) [extensions] Fail CDC AbstractReplicationTest

2022-03-23 Thread Sergei Ryzhov (Jira)
Sergei Ryzhov created IGNITE-16733:
--

 Summary: [extensions] Fail CDC AbstractReplicationTest
 Key: IGNITE-16733
 URL: https://issues.apache.org/jira/browse/IGNITE-16733
 Project: Ignite
  Issue Type: Test
Reporter: Sergei Ryzhov
Assignee: Sergei Ryzhov






--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (IGNITE-16728) [ducktests] Change logger to log4j2

2022-03-23 Thread Sergei Ryzhov (Jira)
Sergei Ryzhov created IGNITE-16728:
--

 Summary: [ducktests] Change logger to log4j2
 Key: IGNITE-16728
 URL: https://issues.apache.org/jira/browse/IGNITE-16728
 Project: Ignite
  Issue Type: Test
Reporter: Sergei Ryzhov
Assignee: Sergei Ryzhov


ignite-log4j will be removed

we should to switch tests to ignite-log4j2



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16651) [nodejs-thin-client] replace logger with ignite-log4j2

2022-03-12 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16651:
---
Ignite Flags:   (was: Docs Required,Release Notes Required)

> [nodejs-thin-client] replace logger with ignite-log4j2
> --
>
> Key: IGNITE-16651
> URL: https://issues.apache.org/jira/browse/IGNITE-16651
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>
> module ignite-log4j deprecated and will be removed
> nodejs-thin-client use it
> therefore, need to replace the deprecated logger



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (IGNITE-16651) [nodejs-thin-client] replace logger with ignite-log4j2

2022-03-11 Thread Sergei Ryzhov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-16651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17505063#comment-17505063
 ] 

Sergei Ryzhov commented on IGNITE-16651:


[~isapego] Could you please review this change

> [nodejs-thin-client] replace logger with ignite-log4j2
> --
>
> Key: IGNITE-16651
> URL: https://issues.apache.org/jira/browse/IGNITE-16651
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>
> module ignite-log4j deprecated and will be removed
> nodejs-thin-client use it
> therefore, need to replace the deprecated logger



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (IGNITE-16626) Mark the ignite-log4j as deprecated.

2022-03-03 Thread Sergei Ryzhov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-16626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17501045#comment-17501045
 ] 

Sergei Ryzhov commented on IGNITE-16626:


[~namelchev] Thanks for the review

> Mark the ignite-log4j as deprecated.
> 
>
> Key: IGNITE-16626
> URL: https://issues.apache.org/jira/browse/IGNITE-16626
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Minor
>  Labels: ise
> Fix For: 2.13
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Mark the ignite-log4j as deprecated.
> will be removed later.
> log4j 1.2.17 is not supported and contains critical vulnerabilities
> Direct vulnerabilities:
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23305
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23302
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4104
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17571



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16650) Exclude ignite-log4j, log4j 1.2.17

2022-03-03 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16650:
---
Labels: ise  (was: )

> Exclude ignite-log4j, log4j 1.2.17
> --
>
> Key: IGNITE-16650
> URL: https://issues.apache.org/jira/browse/IGNITE-16650
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>
> log4j 1.2.17 is not supported and contains critical vulnerabilities
> https://blogs.apache.org/foundation/entry/apache_logging_services_project_announces
> I suggest excluding the ignite-log4j module from ignite
> Direct vulnerabilities:
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23305
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23302
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4104
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17571



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16651) [nodejs-thin-client] replace logger with ignite-log4j2

2022-03-03 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16651:
---
Labels: ise  (was: )

> [nodejs-thin-client] replace logger with ignite-log4j2
> --
>
> Key: IGNITE-16651
> URL: https://issues.apache.org/jira/browse/IGNITE-16651
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>
> module ignite-log4j deprecated and will be removed
> nodejs-thin-client use it
> therefore, need to replace the deprecated logger



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (IGNITE-16651) [nodejs-thin-client] replace logger with ignite-log4j2

2022-03-03 Thread Sergei Ryzhov (Jira)
Sergei Ryzhov created IGNITE-16651:
--

 Summary: [nodejs-thin-client] replace logger with ignite-log4j2
 Key: IGNITE-16651
 URL: https://issues.apache.org/jira/browse/IGNITE-16651
 Project: Ignite
  Issue Type: Improvement
Reporter: Sergei Ryzhov
Assignee: Sergei Ryzhov


module ignite-log4j deprecated and will be removed

nodejs-thin-client use it
therefore, need to replace the deprecated logger



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (IGNITE-16650) Exclude ignite-log4j, log4j 1.2.17

2022-03-03 Thread Sergei Ryzhov (Jira)
Sergei Ryzhov created IGNITE-16650:
--

 Summary: Exclude ignite-log4j, log4j 1.2.17
 Key: IGNITE-16650
 URL: https://issues.apache.org/jira/browse/IGNITE-16650
 Project: Ignite
  Issue Type: Bug
Reporter: Sergei Ryzhov
Assignee: Sergei Ryzhov


log4j 1.2.17 is not supported and contains critical vulnerabilities
https://blogs.apache.org/foundation/entry/apache_logging_services_project_announces

I suggest excluding the ignite-log4j module from ignite

Direct vulnerabilities:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23305
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23302
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4104
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17571



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16626) Mark the ignite-log4j as deprecated.

2022-03-03 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16626:
---
Labels: ise  (was: )

> Mark the ignite-log4j as deprecated.
> 
>
> Key: IGNITE-16626
> URL: https://issues.apache.org/jira/browse/IGNITE-16626
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Minor
>  Labels: ise
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Mark the ignite-log4j as deprecated.
> will be removed later.
> log4j 1.2.17 is not supported and contains critical vulnerabilities
> Direct vulnerabilities:
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23305
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23302
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4104
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17571



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16626) Mark the ignite-log4j as deprecated.

2022-03-03 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16626:
---
Fix Version/s: 2.13

> Mark the ignite-log4j as deprecated.
> 
>
> Key: IGNITE-16626
> URL: https://issues.apache.org/jira/browse/IGNITE-16626
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Minor
>  Labels: ise
> Fix For: 2.13
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Mark the ignite-log4j as deprecated.
> will be removed later.
> log4j 1.2.17 is not supported and contains critical vulnerabilities
> Direct vulnerabilities:
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23305
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23302
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4104
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17571



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16626) Mark the ignite-log4j as deprecated.

2022-03-03 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16626:
---
Issue Type: Improvement  (was: Bug)

> Mark the ignite-log4j as deprecated.
> 
>
> Key: IGNITE-16626
> URL: https://issues.apache.org/jira/browse/IGNITE-16626
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Mark the ignite-log4j as deprecated.
> will be removed later.
> log4j 1.2.17 is not supported and contains critical vulnerabilities
> Direct vulnerabilities:
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23305
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23302
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4104
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17571



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16626) Mark the ignite-log4j as deprecated.

2022-03-03 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16626:
---
Priority: Minor  (was: Major)

> Mark the ignite-log4j as deprecated.
> 
>
> Key: IGNITE-16626
> URL: https://issues.apache.org/jira/browse/IGNITE-16626
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Mark the ignite-log4j as deprecated.
> will be removed later.
> log4j 1.2.17 is not supported and contains critical vulnerabilities
> Direct vulnerabilities:
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23305
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23302
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4104
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17571



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16626) Mark the ignite-log4j as deprecated.

2022-03-02 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16626:
---
Description: 
Mark the ignite-log4j as deprecated.

will be removed later.

log4j 1.2.17 is not supported and contains critical vulnerabilities


Direct vulnerabilities:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23305
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23302
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4104
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17571

  was:
Change the default logger to ignite-log4j2.
Mark ignite-log4j deprecated

log4j 1.2.17 is not supported and contains critical vulnerabilities

Direct vulnerabilities:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23305
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23302
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4104
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17571


> Mark the ignite-log4j as deprecated.
> 
>
> Key: IGNITE-16626
> URL: https://issues.apache.org/jira/browse/IGNITE-16626
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Mark the ignite-log4j as deprecated.
> will be removed later.
> log4j 1.2.17 is not supported and contains critical vulnerabilities
> Direct vulnerabilities:
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23305
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23302
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4104
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17571



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16626) Mark the ignite-log4j as deprecated.

2022-03-02 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16626:
---
Summary: Mark the ignite-log4j as deprecated.  (was: Change the default 
logger to ignite-log4j2)

> Mark the ignite-log4j as deprecated.
> 
>
> Key: IGNITE-16626
> URL: https://issues.apache.org/jira/browse/IGNITE-16626
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Change the default logger to ignite-log4j2.
> Mark ignite-log4j deprecated
> log4j 1.2.17 is not supported and contains critical vulnerabilities
> Direct vulnerabilities:
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23305
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23302
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4104
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17571



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16626) Change the default logger to ignite-log4j2

2022-03-01 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16626:
---
Description: 
Change the default logger to ignite-log4j2.
Mark ignite-log4j deprecated

log4j 1.2.17 is not supported and contains critical vulnerabilities

Direct vulnerabilities:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23305
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23302
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4104
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17571

  was:
log4j 1.2.17 is not supported and contains critical vulnerabilities
I suggest excluding log4j 1.2.17 and module ignite-log4j from ignite.

Direct vulnerabilities:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23305
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23302
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4104
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17571


> Change the default logger to ignite-log4j2
> --
>
> Key: IGNITE-16626
> URL: https://issues.apache.org/jira/browse/IGNITE-16626
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Change the default logger to ignite-log4j2.
> Mark ignite-log4j deprecated
> log4j 1.2.17 is not supported and contains critical vulnerabilities
> Direct vulnerabilities:
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23305
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23302
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4104
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17571



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16626) Change the default logger to ignite-log4j2

2022-03-01 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16626:
---
Summary: Change the default logger to ignite-log4j2  (was: Exclude 
ignite-log4j, log4j 1.2.17)

> Change the default logger to ignite-log4j2
> --
>
> Key: IGNITE-16626
> URL: https://issues.apache.org/jira/browse/IGNITE-16626
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> log4j 1.2.17 is not supported and contains critical vulnerabilities
> I suggest excluding log4j 1.2.17 and module ignite-log4j from ignite.
> Direct vulnerabilities:
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23305
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23302
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4104
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17571



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (IGNITE-16626) Exclude ignite-log4j, log4j 1.2.17

2022-02-24 Thread Sergei Ryzhov (Jira)
Sergei Ryzhov created IGNITE-16626:
--

 Summary: Exclude ignite-log4j, log4j 1.2.17
 Key: IGNITE-16626
 URL: https://issues.apache.org/jira/browse/IGNITE-16626
 Project: Ignite
  Issue Type: Bug
Reporter: Sergei Ryzhov
Assignee: Sergei Ryzhov


log4j 1.2.17 is not supported and contains critical vulnerabilities
I suggest excluding log4j 1.2.17 and module ignite-log4j from ignite.

Direct vulnerabilities:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23305
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23302
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4104
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17571



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16588) [ducktests] Update ignite versions

2022-02-20 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16588:
---
Priority: Trivial  (was: Minor)

> [ducktests] Update ignite versions
> --
>
> Key: IGNITE-16588
> URL: https://issues.apache.org/jira/browse/IGNITE-16588
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Trivial
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Update ignite versions
> need to add new ignite versions: 2.11.1, 2.12



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (IGNITE-16588) [ducktests] Update ignite versions

2022-02-20 Thread Sergei Ryzhov (Jira)
Sergei Ryzhov created IGNITE-16588:
--

 Summary: [ducktests] Update ignite versions
 Key: IGNITE-16588
 URL: https://issues.apache.org/jira/browse/IGNITE-16588
 Project: Ignite
  Issue Type: Improvement
Reporter: Sergei Ryzhov
Assignee: Sergei Ryzhov


Update ignite versions
need to add new ignite versions: 2.11.1, 2.12



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Assigned] (IGNITE-13389) Append additional settings to obtain full stack trace on thin client side if an error occurs on server side.

2022-02-11 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov reassigned IGNITE-13389:
--

Assignee: Sergei Ryzhov

> Append additional settings to obtain full stack trace on thin client side if 
> an error occurs on server side.
> 
>
> Key: IGNITE-13389
> URL: https://issues.apache.org/jira/browse/IGNITE-13389
> Project: Ignite
>  Issue Type: Improvement
>  Components: thin client
>Affects Versions: 2.8.1
>Reporter: Evgeny Stanilovsky
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>  Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> Some server side errors have deeply nested _suppressed_ or _caused by_ errors 
> which contains informative messages for further problem recognition. Possible 
> such mechanism need to be disabled on production environment. Example of non 
> informative error on client side:
> {noformat}
> org.apache.ignite.internal.client.thin.ClientServerError: Ignite failed to 
> process request [1]: Failed to update keys (retry update if possible).: [1] 
> (server status code [1])
> {noformat}
> but full stack holds the root case:
> {noformat}
> Caused by: class 
> org.apache.ignite.internal.processors.cache.CachePartialUpdateCheckedException:
>  Failed to update keys (retry update if possible).: [1]
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicAbstractUpdateFuture.onPrimaryError(GridNearAtomicAbstractUpdateFuture.java:397)
>   at 
> org.apache.ignite.internal.processors.cache.GridCacheAdapter.put(GridCacheAdapter.java:2567)
>   at 
> org.apache.ignite.internal.processors.cache.GridCacheAdapter.put(GridCacheAdapter.java:2544)
>   at 
> org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl.put(IgniteCacheProxyImpl.java:1316)
>   ... 13 more
>   Suppressed: class org.apache.ignite.IgniteCheckedException: Failed to 
> update keys.
>   ... 23 more
>   Suppressed: class org.apache.ignite.IgniteCheckedException: 
> Runtime failure on search row: SearchRow
>   ... 25 more
>   Caused by: class org.apache.ignite.IgniteCheckedException: 
> org.apache.ignite.internal.binary.BinaryObjectImpl cannot be cast to 
> org.apache.ignite.client.IgniteBinaryTest$ThinBinaryValue <-- here !!!
>   at 
> org.apache.ignite.internal.processors.cache.GridCacheMapEntry$AtomicCacheUpdateClosure.update(GridCacheMapEntry.java:6379)
>   ... 30 more
> {noformat}
> looks like it would be useful to have additional setting in 
> ThinClientConfiguration#showFullStackOnClientSide configured both as direct 
> setting and through JMX (ClientProcessorMXBean#showFullStackOnClientSide).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (IGNITE-16447) Add the LifecycleAware interface support for local event listeners.

2022-02-03 Thread Sergei Ryzhov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-16447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17486709#comment-17486709
 ] 

Sergei Ryzhov commented on IGNITE-16447:


[~NSAmelchev], thanks for the review and merging!

> Add the LifecycleAware interface support for local event listeners.
> ---
>
> Key: IGNITE-16447
> URL: https://issues.apache.org/jira/browse/IGNITE-16447
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Minor
> Fix For: 2.13
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Local event listeners should handle the {{LifecycleAware}} implementation as 
> many Ignite components do with user objects:
> {{AffinityFunction}}, {{NodeFilter}}, {{TopologyValidator}}, 
> {{EvictionPolicy}} and others (see {{lifecycleAwares(..)}} methods).
> It is useful, for example, in the case of resources cleanup. For now, 
> start/stop methods are not called if a local event listener implemented the 
> {{LifecycleAware}} interface. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Assigned] (IGNITE-7153) Redis: BufferUnderflowException at GridRedisProtocolParser.readBulkStr for values > 8kb

2022-02-02 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov reassigned IGNITE-7153:
-

Assignee: Sergei Ryzhov  (was: Michael Fong)

> Redis: BufferUnderflowException at GridRedisProtocolParser.readBulkStr for 
> values > 8kb
> ---
>
> Key: IGNITE-7153
> URL: https://issues.apache.org/jira/browse/IGNITE-7153
> Project: Ignite
>  Issue Type: Bug
>  Components: general
>Affects Versions: 2.3
> Environment: Win, PHP 7, php_redis-3.1.1-7.0
>Reporter: Alexey Popov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: redis
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Exception:
> {noformat}
> [15:03:23,690][SEVERE][grid-nio-worker-tcp-rest-0-#36][GridTcpRestProtocol] 
> Failed to process selector key [ses=GridSelectorNioSessionImpl 
> [worker=ByteBufferNioClientWorker [readBuf=java.nio.HeapByteBuffer[pos=28 
> lim=8192 cap=8192], super=AbstractNioClientWorker [idx=0, bytesRcvd=0, 
> bytesSent=0, bytesRcvd0=0, bytesSent0=0, select=true, super=GridWorker 
> [name=grid-nio-worker-tcp-rest-0, igniteInstanceName=null, finished=false, 
> hashCode=396395638, interrupted=false, 
> runner=grid-nio-worker-tcp-rest-0-#36]]], writeBuf=null, readBuf=null, 
> inRecovery=null, outRecovery=null, super=GridNioSessionImpl 
> [locAddr=/127.0.0.1:6380, rmtAddr=/127.0.0.1:51794, createTime=1512734602674, 
> closeTime=0, bytesSent=0, bytesRcvd=8192, bytesSent0=0, bytesRcvd0=8192, 
> sndSchedTime=1512734602674, lastSndTime=1512734602674, 
> lastRcvTime=1512734602674, readsPaused=false, 
> filterChain=FilterChain[filters=[GridNioCodecFilter [parser=GridTcpRestParser 
> [jdkMarshaller=JdkMarshaller [], routerClient=false], directMode=false]], 
> accepted=true]]]
> java.nio.BufferUnderflowException
>   at java.nio.HeapByteBuffer.get(HeapByteBuffer.java:151)
>   at 
> org.apache.ignite.internal.processors.rest.protocols.tcp.redis.GridRedisProtocolParser.readBulkStr(GridRedisProtocolParser.java:107)
>   at 
> org.apache.ignite.internal.processors.rest.protocols.tcp.redis.GridRedisProtocolParser.readArray(GridRedisProtocolParser.java:86)
>   at 
> org.apache.ignite.internal.processors.rest.protocols.tcp.GridTcpRestParser.decode(GridTcpRestParser.java:150)
>   at 
> org.apache.ignite.internal.processors.rest.protocols.tcp.GridTcpRestParser.decode(GridTcpRestParser.java:70)
>   at 
> org.apache.ignite.internal.util.nio.GridNioCodecFilter.onMessageReceived(GridNioCodecFilter.java:114)
>   at 
> org.apache.ignite.internal.util.nio.GridNioFilterAdapter.proceedMessageReceived(GridNioFilterAdapter.java:109)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$HeadFilter.onMessageReceived(GridNioServer.java:3392)
>   at 
> org.apache.ignite.internal.util.nio.GridNioFilterChain.onMessageReceived(GridNioFilterChain.java:175)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$ByteBufferNioClientWorker.processRead(GridNioServer.java:1096)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.processSelectedKeysOptimized(GridNioServer.java:2272)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.bodyInternal(GridNioServer.java:2048)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.body(GridNioServer.java:1717)
>   at 
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
>   at java.lang.Thread.run(Thread.java:748)
> [15:03:23,691][SEVERE][grid-nio-worker-tcp-rest-0-#36][GridTcpRestProtocol] 
> Closing NIO session because of unhandled exception.
> class org.apache.ignite.internal.util.nio.GridNioException: null
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.processSelectedKeysOptimized(GridNioServer.java:2296)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.bodyInternal(GridNioServer.java:2048)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.body(GridNioServer.java:1717)
>   at 
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
>   at java.lang.Thread.run(Thread.java:748)
> Caused by: java.nio.BufferUnderflowException
>   at java.nio.HeapByteBuffer.get(HeapByteBuffer.java:151)
>   at 
> org.apache.ignite.internal.processors.rest.protocols.tcp.redis.GridRedisProtocolParser.readBulkStr(GridRedisProtocolParser.java:107)
>   at 
> org.apache.ignite.internal.processors.rest.protocols.tcp.redis.GridRedisProtocolParser.readArray(GridRedisProtocolParser.java:86)
>   at 
> 

[jira] [Updated] (IGNITE-16447) The local event listener must support the LifecycleAware implementation.

2022-02-02 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16447:
---
Description: 
The local event listener must support the LifecycleAware implementation.
Now if we implement LifecycleAware for a local event listener, then the 
start/stop method is not called

  was:The stop method is not called on a local event listener if it implements 
LifecycleAware.


> The local event listener must support the LifecycleAware implementation.
> 
>
> Key: IGNITE-16447
> URL: https://issues.apache.org/jira/browse/IGNITE-16447
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The local event listener must support the LifecycleAware implementation.
> Now if we implement LifecycleAware for a local event listener, then the 
> start/stop method is not called



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16447) The local event listener must support the LifecycleAware implementation.

2022-02-02 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16447:
---
Summary: The local event listener must support the LifecycleAware 
implementation.  (was: The start/stop method is not called on a local event 
listener if it implements LifecycleAware.)

> The local event listener must support the LifecycleAware implementation.
> 
>
> Key: IGNITE-16447
> URL: https://issues.apache.org/jira/browse/IGNITE-16447
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The stop method is not called on a local event listener if it implements 
> LifecycleAware.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16447) The start/stop method is not called on a local event listener if it implements LifecycleAware.

2022-02-02 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16447:
---
Summary: The start/stop method is not called on a local event listener if 
it implements LifecycleAware.  (was: The stop method is not called on a local 
event listener if it implements LifecycleAware.al event listener, then the stop 
method is not called when the node stops)

> The start/stop method is not called on a local event listener if it 
> implements LifecycleAware.
> --
>
> Key: IGNITE-16447
> URL: https://issues.apache.org/jira/browse/IGNITE-16447
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The stop method is not called on a local event listener if it implements 
> LifecycleAware.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (IGNITE-16447) The stop method is not called on a local event listener if it implements LifecycleAware.al event listener, then the stop method is not called when the node stops

2022-02-02 Thread Sergei Ryzhov (Jira)
Sergei Ryzhov created IGNITE-16447:
--

 Summary: The stop method is not called on a local event listener 
if it implements LifecycleAware.al event listener, then the stop method is not 
called when the node stops
 Key: IGNITE-16447
 URL: https://issues.apache.org/jira/browse/IGNITE-16447
 Project: Ignite
  Issue Type: Improvement
Reporter: Sergei Ryzhov
Assignee: Sergei Ryzhov


The stop method is not called on a local event listener if it implements 
LifecycleAware.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (IGNITE-12971) Create snapshot view to show available cluster snapshots

2022-02-02 Thread Sergei Ryzhov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-12971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17485752#comment-17485752
 ] 

Sergei Ryzhov commented on IGNITE-12971:


[~xtern], [~namelchev] thanks for the review and merging

> Create snapshot view to show available cluster snapshots
> 
>
> Key: IGNITE-12971
> URL: https://issues.apache.org/jira/browse/IGNITE-12971
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Maxim Muzafarov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: iep-43, ise
> Fix For: 2.13
>
>  Time Spent: 9.5h
>  Remaining Estimate: 0h
>
> Users must be able to see available information about cluster snapshots 
> through the view:
> 1. Snapshot name
> 2. Consistent ID of a node to which snapshot data relates 
> 3. Baseline nodes affected by snapshots
> 4. Cache group names that were included in the snapshot



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (IGNITE-7153) Redis: BufferUnderflowException at GridRedisProtocolParser.readBulkStr for values > 8kb

2022-02-01 Thread Sergei Ryzhov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-7153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17485212#comment-17485212
 ] 

Sergei Ryzhov commented on IGNITE-7153:
---

[~mcfongtw]
Hello, can you correct the comments?
Or I can pick up the ticket and continue it?

> Redis: BufferUnderflowException at GridRedisProtocolParser.readBulkStr for 
> values > 8kb
> ---
>
> Key: IGNITE-7153
> URL: https://issues.apache.org/jira/browse/IGNITE-7153
> Project: Ignite
>  Issue Type: Bug
>  Components: general
>Affects Versions: 2.3
> Environment: Win, PHP 7, php_redis-3.1.1-7.0
>Reporter: Alexey Popov
>Assignee: Michael Fong
>Priority: Major
>  Labels: redis
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Exception:
> {noformat}
> [15:03:23,690][SEVERE][grid-nio-worker-tcp-rest-0-#36][GridTcpRestProtocol] 
> Failed to process selector key [ses=GridSelectorNioSessionImpl 
> [worker=ByteBufferNioClientWorker [readBuf=java.nio.HeapByteBuffer[pos=28 
> lim=8192 cap=8192], super=AbstractNioClientWorker [idx=0, bytesRcvd=0, 
> bytesSent=0, bytesRcvd0=0, bytesSent0=0, select=true, super=GridWorker 
> [name=grid-nio-worker-tcp-rest-0, igniteInstanceName=null, finished=false, 
> hashCode=396395638, interrupted=false, 
> runner=grid-nio-worker-tcp-rest-0-#36]]], writeBuf=null, readBuf=null, 
> inRecovery=null, outRecovery=null, super=GridNioSessionImpl 
> [locAddr=/127.0.0.1:6380, rmtAddr=/127.0.0.1:51794, createTime=1512734602674, 
> closeTime=0, bytesSent=0, bytesRcvd=8192, bytesSent0=0, bytesRcvd0=8192, 
> sndSchedTime=1512734602674, lastSndTime=1512734602674, 
> lastRcvTime=1512734602674, readsPaused=false, 
> filterChain=FilterChain[filters=[GridNioCodecFilter [parser=GridTcpRestParser 
> [jdkMarshaller=JdkMarshaller [], routerClient=false], directMode=false]], 
> accepted=true]]]
> java.nio.BufferUnderflowException
>   at java.nio.HeapByteBuffer.get(HeapByteBuffer.java:151)
>   at 
> org.apache.ignite.internal.processors.rest.protocols.tcp.redis.GridRedisProtocolParser.readBulkStr(GridRedisProtocolParser.java:107)
>   at 
> org.apache.ignite.internal.processors.rest.protocols.tcp.redis.GridRedisProtocolParser.readArray(GridRedisProtocolParser.java:86)
>   at 
> org.apache.ignite.internal.processors.rest.protocols.tcp.GridTcpRestParser.decode(GridTcpRestParser.java:150)
>   at 
> org.apache.ignite.internal.processors.rest.protocols.tcp.GridTcpRestParser.decode(GridTcpRestParser.java:70)
>   at 
> org.apache.ignite.internal.util.nio.GridNioCodecFilter.onMessageReceived(GridNioCodecFilter.java:114)
>   at 
> org.apache.ignite.internal.util.nio.GridNioFilterAdapter.proceedMessageReceived(GridNioFilterAdapter.java:109)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$HeadFilter.onMessageReceived(GridNioServer.java:3392)
>   at 
> org.apache.ignite.internal.util.nio.GridNioFilterChain.onMessageReceived(GridNioFilterChain.java:175)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$ByteBufferNioClientWorker.processRead(GridNioServer.java:1096)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.processSelectedKeysOptimized(GridNioServer.java:2272)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.bodyInternal(GridNioServer.java:2048)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.body(GridNioServer.java:1717)
>   at 
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
>   at java.lang.Thread.run(Thread.java:748)
> [15:03:23,691][SEVERE][grid-nio-worker-tcp-rest-0-#36][GridTcpRestProtocol] 
> Closing NIO session because of unhandled exception.
> class org.apache.ignite.internal.util.nio.GridNioException: null
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.processSelectedKeysOptimized(GridNioServer.java:2296)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.bodyInternal(GridNioServer.java:2048)
>   at 
> org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.body(GridNioServer.java:1717)
>   at 
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
>   at java.lang.Thread.run(Thread.java:748)
> Caused by: java.nio.BufferUnderflowException
>   at java.nio.HeapByteBuffer.get(HeapByteBuffer.java:151)
>   at 
> org.apache.ignite.internal.processors.rest.protocols.tcp.redis.GridRedisProtocolParser.readBulkStr(GridRedisProtocolParser.java:107)
>   at 
> org.apache.ignite.internal.processors.rest.protocols.tcp.redis.GridRedisProtocolParser.readArray(GridRedisProtocolParser.java:86)
>   at 
> 

[jira] [Updated] (IGNITE-12971) Create snapshot view to show available cluster snapshots

2022-01-24 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-12971:
---
Description: 
Users must be able to see available information about cluster snapshots through 
the view:
1. Snapshot name
2. Consistent ID of a node to which snapshot data relates 
3. Baseline nodes affected by snapshots
4. Cache group names that were included in the snapshot


  was:
Users must be able to see available information about cluster snapshots through 
the view:
1. Snapshot name
2. Node consistent id 
3. Baseline nodes affected by snapshots
4. Cache group names that were included in the snapshot



> Create snapshot view to show available cluster snapshots
> 
>
> Key: IGNITE-12971
> URL: https://issues.apache.org/jira/browse/IGNITE-12971
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Maxim Muzafarov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: iep-43, ise
>  Time Spent: 6h
>  Remaining Estimate: 0h
>
> Users must be able to see available information about cluster snapshots 
> through the view:
> 1. Snapshot name
> 2. Consistent ID of a node to which snapshot data relates 
> 3. Baseline nodes affected by snapshots
> 4. Cache group names that were included in the snapshot



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-12971) Create snapshot view to show available cluster snapshots

2022-01-24 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-12971:
---
Description: 
Users must be able to see available information about cluster snapshots through 
the view:
1. Snapshot name
2. Node consistent id 
3. Baseline nodes affected by snapshots
4. Cache group names that were included in the snapshot


  was:
Users must be able to see available information about cluster snapshots through 
the view:
1. Snapshot name
2. Affected BLT nodes
3. List of cache groups in a snapshot
4. Partition states (e.g. the snapshot has LOST partitions)


> Create snapshot view to show available cluster snapshots
> 
>
> Key: IGNITE-12971
> URL: https://issues.apache.org/jira/browse/IGNITE-12971
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Maxim Muzafarov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: iep-43, ise
>  Time Spent: 6h
>  Remaining Estimate: 0h
>
> Users must be able to see available information about cluster snapshots 
> through the view:
> 1. Snapshot name
> 2. Node consistent id 
> 3. Baseline nodes affected by snapshots
> 4. Cache group names that were included in the snapshot



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Closed] (IGNITE-16307) [ducktests] Update jinja2 to version 2.11.3

2022-01-17 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov closed IGNITE-16307.
--

> [ducktests] Update jinja2 to version 2.11.3
> ---
>
> Key: IGNITE-16307
> URL: https://issues.apache.org/jira/browse/IGNITE-16307
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Minor
>
> Update jinja2 to version 2.11.3



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Resolved] (IGNITE-16307) [ducktests] Update jinja2 to version 2.11.3

2022-01-17 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov resolved IGNITE-16307.

Resolution: Won't Fix

> [ducktests] Update jinja2 to version 2.11.3
> ---
>
> Key: IGNITE-16307
> URL: https://issues.apache.org/jira/browse/IGNITE-16307
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Minor
>
> Update jinja2 to version 2.11.3



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (IGNITE-16307) [ducktests] Update jinja2 to version 2.11.3

2022-01-17 Thread Sergei Ryzhov (Jira)
Sergei Ryzhov created IGNITE-16307:
--

 Summary: [ducktests] Update jinja2 to version 2.11.3
 Key: IGNITE-16307
 URL: https://issues.apache.org/jira/browse/IGNITE-16307
 Project: Ignite
  Issue Type: Test
Reporter: Sergei Ryzhov
Assignee: Sergei Ryzhov


Update jinja2 to version 2.11.3



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16126) [ignite-extensions] Update dependency: log4j to 2.17.1

2022-01-13 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16126:
---
Description: 
Update dependency: log4j to 2.17.1

version 2.17.1 does not contain vulnerabilities

https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core


  was:
Update dependency: log4j to 2.17.1

https://www.randori.com/blog/cve-2021-44228/


> [ignite-extensions] Update dependency: log4j to 2.17.1
> --
>
> Key: IGNITE-16126
> URL: https://issues.apache.org/jira/browse/IGNITE-16126
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>
> Update dependency: log4j to 2.17.1
> version 2.17.1 does not contain vulnerabilities
> https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16126) [ignite-extensions] Update dependency: log4j to 2.17.1

2022-01-13 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16126:
---
Description: 
Update dependency: log4j to 2.17.1

https://www.randori.com/blog/cve-2021-44228/

  was:
Update dependency: log4j to 2.17.0
https://www.randori.com/blog/cve-2021-44228/


> [ignite-extensions] Update dependency: log4j to 2.17.1
> --
>
> Key: IGNITE-16126
> URL: https://issues.apache.org/jira/browse/IGNITE-16126
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>
> Update dependency: log4j to 2.17.1
> https://www.randori.com/blog/cve-2021-44228/



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16126) [ignite-extensions] Update dependency: log4j to 2.17.1

2022-01-13 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16126:
---
Summary: [ignite-extensions] Update dependency: log4j to 2.17.1  (was: 
[ignite-extensions] Update dependency: log4j to 2.17.0)

> [ignite-extensions] Update dependency: log4j to 2.17.1
> --
>
> Key: IGNITE-16126
> URL: https://issues.apache.org/jira/browse/IGNITE-16126
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>
> Update dependency: log4j to 2.17.0
> https://www.randori.com/blog/cve-2021-44228/



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (IGNITE-16213) ZookeeperIpFinder needs to update log4j dependency to log4j2

2021-12-25 Thread Sergei Ryzhov (Jira)
Sergei Ryzhov created IGNITE-16213:
--

 Summary: ZookeeperIpFinder needs to update log4j dependency to 
log4j2
 Key: IGNITE-16213
 URL: https://issues.apache.org/jira/browse/IGNITE-16213
 Project: Ignite
  Issue Type: Task
  Components: extensions
Reporter: Sergei Ryzhov
Assignee: Sergei Ryzhov


ZookeeperIpFinder needs to update log4j dependency to log4j2
Direct vulnerabilities:
CVE-2021-4104
CVE-2019-17571



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-13464) Ignite-rest-http modules includes vulnerable dependencies

2021-12-24 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-13464:
---
Ignite Flags:   (was: Docs Required,Release Notes Required)

> Ignite-rest-http modules includes vulnerable dependencies
> -
>
> Key: IGNITE-13464
> URL: https://issues.apache.org/jira/browse/IGNITE-13464
> Project: Ignite
>  Issue Type: Bug
>  Components: rest
>Affects Versions: 2.9, 2.8.1
>Reporter: Stephen Darlington
>Assignee: Sergei Ryzhov
>Priority: Blocker
> Fix For: 2.12
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The ignite-rest-http module includes a [vulnerable 
> version|https://nvd.nist.gov/vuln/detail/CVE-2019-17571] of the log4j 
> library. It also appears to include slf4j. Why does the REST API include its 
> own logging libraries?
> This was spotted in 2.8.1 but still appears to be an issue in master and 2.9.
> More here:
> http://apache-ignite-users.70518.x6.nabble.com/critical-security-vulnerability-for-opt-ignite-apache-ignite-libs-optional-ignite-rest-http-log4j-1-r-td34031.html



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (IGNITE-13464) Ignite-rest-http modules includes vulnerable dependencies

2021-12-22 Thread Sergei Ryzhov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-13464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17464058#comment-17464058
 ] 

Sergei Ryzhov commented on IGNITE-13464:


If we removed these libs,  stdout  will be contained
2021-12-22 22:47:43.916:INFO::main: Logging initialized @2598ms to 
org.eclipse.jetty.util.log.StdErrLog
https://issues.apache.org/jira/browse/IGNITE-1395

added libs for log4j2

Thanks [~namelchev]

> Ignite-rest-http modules includes vulnerable dependencies
> -
>
> Key: IGNITE-13464
> URL: https://issues.apache.org/jira/browse/IGNITE-13464
> Project: Ignite
>  Issue Type: Bug
>  Components: rest
>Affects Versions: 2.9, 2.8.1
>Reporter: Stephen Darlington
>Assignee: Sergei Ryzhov
>Priority: Blocker
> Fix For: 2.12
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The ignite-rest-http module includes a [vulnerable 
> version|https://nvd.nist.gov/vuln/detail/CVE-2019-17571] of the log4j 
> library. It also appears to include slf4j. Why does the REST API include its 
> own logging libraries?
> This was spotted in 2.8.1 but still appears to be an issue in master and 2.9.
> More here:
> http://apache-ignite-users.70518.x6.nabble.com/critical-security-vulnerability-for-opt-ignite-apache-ignite-libs-optional-ignite-rest-http-log4j-1-r-td34031.html



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (IGNITE-16187) [ducktests] should use the jackson libs from the distribution.

2021-12-22 Thread Sergei Ryzhov (Jira)
Sergei Ryzhov created IGNITE-16187:
--

 Summary: [ducktests] should use the jackson libs from the 
distribution.
 Key: IGNITE-16187
 URL: https://issues.apache.org/jira/browse/IGNITE-16187
 Project: Ignite
  Issue Type: Test
Reporter: Sergei Ryzhov
Assignee: Sergei Ryzhov


Should use the jackson libs from the distribution.
They are now used from the DEV version.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16182) Move ZookeeperIpFinder to the ignite-extensions

2021-12-22 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16182:
---
Description: 
Move TcpDiscoveryZookeeperIpFinder to the ignite-extensions
The motivation is the exclude dependency log4j(needed for curator), which 
contains
vulnerabilities CVE-2021-4104 CVE-2019-17571


  was:Move TcpDiscoveryZookeeperIpFinder to the ignite-extensions


> Move ZookeeperIpFinder to the ignite-extensions
> ---
>
> Key: IGNITE-16182
> URL: https://issues.apache.org/jira/browse/IGNITE-16182
> Project: Ignite
>  Issue Type: Task
>  Components: extensions
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Move TcpDiscoveryZookeeperIpFinder to the ignite-extensions
> The motivation is the exclude dependency log4j(needed for curator), which 
> contains
> vulnerabilities CVE-2021-4104 CVE-2019-17571



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16182) Move ZookeeperIpFinder to the ignite-extensions

2021-12-21 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16182:
---
Description: Move TcpDiscoveryZookeeperIpFinder to the ignite-extensions  
(was: Move ZookeeperIpFinder to the ignite-extensions)

> Move ZookeeperIpFinder to the ignite-extensions
> ---
>
> Key: IGNITE-16182
> URL: https://issues.apache.org/jira/browse/IGNITE-16182
> Project: Ignite
>  Issue Type: Task
>  Components: extensions
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>
> Move TcpDiscoveryZookeeperIpFinder to the ignite-extensions



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16182) Move ZookeeperIpFinder to the ignite-extensions

2021-12-21 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16182:
---
Summary: Move ZookeeperIpFinder to the ignite-extensions  (was: Move 
ZookeeperIpFinderTest to the ignite-extensions)

> Move ZookeeperIpFinder to the ignite-extensions
> ---
>
> Key: IGNITE-16182
> URL: https://issues.apache.org/jira/browse/IGNITE-16182
> Project: Ignite
>  Issue Type: Task
>  Components: extensions
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>
> Move ZookeeperIpFinderTest to the ignite-extensions



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16182) Move ZookeeperIpFinder to the ignite-extensions

2021-12-21 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16182:
---
Description: Move ZookeeperIpFinder to the ignite-extensions  (was: Move 
ZookeeperIpFinderTest to the ignite-extensions)

> Move ZookeeperIpFinder to the ignite-extensions
> ---
>
> Key: IGNITE-16182
> URL: https://issues.apache.org/jira/browse/IGNITE-16182
> Project: Ignite
>  Issue Type: Task
>  Components: extensions
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>
> Move ZookeeperIpFinder to the ignite-extensions



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16182) Move ZookeeperIpFinderTest to the ignite-extensions

2021-12-21 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16182:
---
Ignite Flags:   (was: Docs Required,Release Notes Required)

> Move ZookeeperIpFinderTest to the ignite-extensions
> ---
>
> Key: IGNITE-16182
> URL: https://issues.apache.org/jira/browse/IGNITE-16182
> Project: Ignite
>  Issue Type: Task
>  Components: extensions
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>
> Move ZookeeperIpFinderTest to the ignite-extensions



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16182) Move ZookeeperIpFinderTest to the ignite-extensions

2021-12-21 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16182:
---
Labels: ise  (was: )

> Move ZookeeperIpFinderTest to the ignite-extensions
> ---
>
> Key: IGNITE-16182
> URL: https://issues.apache.org/jira/browse/IGNITE-16182
> Project: Ignite
>  Issue Type: Task
>  Components: extensions
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>
> Move ZookeeperIpFinderTest to the ignite-extensions



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16182) Move ZookeeperIpFinderTest to the ignite-extensions

2021-12-21 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16182:
---
Component/s: extensions

> Move ZookeeperIpFinderTest to the ignite-extensions
> ---
>
> Key: IGNITE-16182
> URL: https://issues.apache.org/jira/browse/IGNITE-16182
> Project: Ignite
>  Issue Type: Task
>  Components: extensions
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>
> Move ZookeeperIpFinderTest to the ignite-extensions



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Assigned] (IGNITE-16182) Move ZookeeperIpFinderTest to the ignite-extensions

2021-12-21 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov reassigned IGNITE-16182:
--

Assignee: Sergei Ryzhov

> Move ZookeeperIpFinderTest to the ignite-extensions
> ---
>
> Key: IGNITE-16182
> URL: https://issues.apache.org/jira/browse/IGNITE-16182
> Project: Ignite
>  Issue Type: Task
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>
> Move ZookeeperIpFinderTest to the ignite-extensions



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (IGNITE-16182) Move ZookeeperIpFinderTest to the ignite-extensions

2021-12-21 Thread Sergei Ryzhov (Jira)
Sergei Ryzhov created IGNITE-16182:
--

 Summary: Move ZookeeperIpFinderTest to the ignite-extensions
 Key: IGNITE-16182
 URL: https://issues.apache.org/jira/browse/IGNITE-16182
 Project: Ignite
  Issue Type: Task
Reporter: Sergei Ryzhov


Move ZookeeperIpFinderTest to the ignite-extensions



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-13464) Ignite-rest-http modules includes vulnerable dependencies

2021-12-21 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-13464:
---
Description: 
The ignite-rest-http module includes a [vulnerable 
version|https://nvd.nist.gov/vuln/detail/CVE-2019-17571] of the log4j library. 
It also appears to include slf4j. Why does the REST API include its own logging 
libraries?

This was spotted in 2.8.1 but still appears to be an issue in master and 2.9.

More here:

http://apache-ignite-users.70518.x6.nabble.com/critical-security-vulnerability-for-opt-ignite-apache-ignite-libs-optional-ignite-rest-http-log4j-1-r-td34031.html

  was:
The ignite-rest-http, zookeeper module includes a [vulnerable 
version|https://nvd.nist.gov/vuln/detail/CVE-2019-17571] of the log4j library. 
It also appears to include slf4j. Why does the REST API include its own logging 
libraries?

This was spotted in 2.8.1 but still appears to be an issue in master and 2.9.

More here:

http://apache-ignite-users.70518.x6.nabble.com/critical-security-vulnerability-for-opt-ignite-apache-ignite-libs-optional-ignite-rest-http-log4j-1-r-td34031.html


> Ignite-rest-http modules includes vulnerable dependencies
> -
>
> Key: IGNITE-13464
> URL: https://issues.apache.org/jira/browse/IGNITE-13464
> Project: Ignite
>  Issue Type: Bug
>  Components: rest
>Affects Versions: 2.9, 2.8.1
>Reporter: Stephen Darlington
>Assignee: Sergei Ryzhov
>Priority: Blocker
> Fix For: 2.12
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The ignite-rest-http module includes a [vulnerable 
> version|https://nvd.nist.gov/vuln/detail/CVE-2019-17571] of the log4j 
> library. It also appears to include slf4j. Why does the REST API include its 
> own logging libraries?
> This was spotted in 2.8.1 but still appears to be an issue in master and 2.9.
> More here:
> http://apache-ignite-users.70518.x6.nabble.com/critical-security-vulnerability-for-opt-ignite-apache-ignite-libs-optional-ignite-rest-http-log4j-1-r-td34031.html



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-13464) Ignite-rest-http modules includes vulnerable dependencies

2021-12-21 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-13464:
---
Summary: Ignite-rest-http modules includes vulnerable dependencies  (was: 
Ignite-rest-http, zookeeper modules includes vulnerable dependencies)

> Ignite-rest-http modules includes vulnerable dependencies
> -
>
> Key: IGNITE-13464
> URL: https://issues.apache.org/jira/browse/IGNITE-13464
> Project: Ignite
>  Issue Type: Bug
>  Components: rest
>Affects Versions: 2.9, 2.8.1
>Reporter: Stephen Darlington
>Assignee: Sergei Ryzhov
>Priority: Blocker
> Fix For: 2.12
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The ignite-rest-http, zookeeper module includes a [vulnerable 
> version|https://nvd.nist.gov/vuln/detail/CVE-2019-17571] of the log4j 
> library. It also appears to include slf4j. Why does the REST API include its 
> own logging libraries?
> This was spotted in 2.8.1 but still appears to be an issue in master and 2.9.
> More here:
> http://apache-ignite-users.70518.x6.nabble.com/critical-security-vulnerability-for-opt-ignite-apache-ignite-libs-optional-ignite-rest-http-log4j-1-r-td34031.html



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Assigned] (IGNITE-13464) Ignite-rest-http includes vulnerable dependencies

2021-12-20 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov reassigned IGNITE-13464:
--

Assignee: Sergei Ryzhov

> Ignite-rest-http includes vulnerable dependencies
> -
>
> Key: IGNITE-13464
> URL: https://issues.apache.org/jira/browse/IGNITE-13464
> Project: Ignite
>  Issue Type: Bug
>  Components: rest
>Affects Versions: 2.9, 2.8.1
>Reporter: Stephen Darlington
>Assignee: Sergei Ryzhov
>Priority: Critical
>
> The ignite-rest-http module includes a [vulnerable 
> version|https://nvd.nist.gov/vuln/detail/CVE-2019-17571] of the log4j 
> library. It also appears to include slf4j. Why does the REST API include its 
> own logging libraries?
> This was spotted in 2.8.1 but still appears to be an issue in master and 2.9.
> More here:
> http://apache-ignite-users.70518.x6.nabble.com/critical-security-vulnerability-for-opt-ignite-apache-ignite-libs-optional-ignite-rest-http-log4j-1-r-td34031.html



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16160) [ignite-extensions] Failed CDC tests

2021-12-20 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16160:
---
Summary: [ignite-extensions] Failed CDC tests  (was: [ignite-extensions] 
Fail tests CDC)

> [ignite-extensions] Failed CDC tests
> 
>
> Key: IGNITE-16160
> URL: https://issues.apache.org/jira/browse/IGNITE-16160
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Priority: Major
>
> https://ci.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_RunAllTests?branch=%3Cdefault%3E=overview=builds
> [2021-12-20 10:59:51,303][INFO ][shutdown-hook][CdcKafkaReplicationAppsTest2]
>   >>> 
> +---+
>   >>> Ignite ver. 
> 2.13.0-SNAPSHOT#20211219-sha1:a56fb60140e744db382b1ba266d1fe695fd823eb 
> stopped OK
>   >>> 
> +---+
>   >>> Ignite instance name: kafka.CdcKafkaReplicationAppsTest2
>   >>> Grid uptime: 00:00:14.162
> Process exited with code 255
>   Process exited with code 255 (Step: Run Extension's tests (Maven))
>   Waiting for 2 service processes to complete
>   Surefire report watcher
> 1 report found for paths:
> 
> /opt/buildagent/work/9319dd66c384518/modules/cdc-ext/target/surefire-reports/TEST-*.xml
> Successfully parsed
>   1 report
>   
> modules/cdc-ext/target/surefire-reports/TEST-org.apache.ignite.cdc.CacheConflictOperationsWithFieldTest.xml
>   Step Run Extension's tests (Maven) failed
> Publishing internal artifacts



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (IGNITE-16160) [ignite-extensions] Fail tests CDC

2021-12-20 Thread Sergei Ryzhov (Jira)
Sergei Ryzhov created IGNITE-16160:
--

 Summary: [ignite-extensions] Fail tests CDC
 Key: IGNITE-16160
 URL: https://issues.apache.org/jira/browse/IGNITE-16160
 Project: Ignite
  Issue Type: Test
Reporter: Sergei Ryzhov


https://ci.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_RunAllTests?branch=%3Cdefault%3E=overview=builds

[2021-12-20 10:59:51,303][INFO ][shutdown-hook][CdcKafkaReplicationAppsTest2]
  >>> 
+---+
  >>> Ignite ver. 
2.13.0-SNAPSHOT#20211219-sha1:a56fb60140e744db382b1ba266d1fe695fd823eb stopped 
OK
  >>> 
+---+
  >>> Ignite instance name: kafka.CdcKafkaReplicationAppsTest2
  >>> Grid uptime: 00:00:14.162
Process exited with code 255
  Process exited with code 255 (Step: Run Extension's tests (Maven))
  Waiting for 2 service processes to complete
  Surefire report watcher
1 report found for paths:

/opt/buildagent/work/9319dd66c384518/modules/cdc-ext/target/surefire-reports/TEST-*.xml
Successfully parsed
  1 report
  
modules/cdc-ext/target/surefire-reports/TEST-org.apache.ignite.cdc.CacheConflictOperationsWithFieldTest.xml
  Step Run Extension's tests (Maven) failed
Publishing internal artifacts




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16126) [ignite-extensions] Update dependency: log4j to 2.17.0

2021-12-19 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16126:
---
Description: 
Update dependency: log4j to 2.17.0
https://www.randori.com/blog/cve-2021-44228/

  was:
Update dependency: log4j to 2.16.0
https://www.randori.com/blog/cve-2021-44228/


> [ignite-extensions] Update dependency: log4j to 2.17.0
> --
>
> Key: IGNITE-16126
> URL: https://issues.apache.org/jira/browse/IGNITE-16126
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>
> Update dependency: log4j to 2.17.0
> https://www.randori.com/blog/cve-2021-44228/



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16126) [ignite-extensions] Update dependency: log4j to 2.17.0

2021-12-19 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16126:
---
Summary: [ignite-extensions] Update dependency: log4j to 2.17.0  (was: 
[ignite-extensions] Update dependency: log4j to 2.16.0)

> [ignite-extensions] Update dependency: log4j to 2.17.0
> --
>
> Key: IGNITE-16126
> URL: https://issues.apache.org/jira/browse/IGNITE-16126
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>
> Update dependency: log4j to 2.16.0
> https://www.randori.com/blog/cve-2021-44228/



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16134) [ducktests] failed IgniteApplicationService on start.

2021-12-15 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16134:
---
Ignite Flags:   (was: Docs Required,Release Notes Required)

> [ducktests] failed IgniteApplicationService on start.
> -
>
> Key: IGNITE-16134
> URL: https://issues.apache.org/jira/browse/IGNITE-16134
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> failed IgniteApplicationService on start
> AWS module was moved to ignite-extensions. 
> https://issues.apache.org/jira/browse/IGNITE-15541
> {code:java}
> File 
> "/u01/jenkins_slave/workspace/OSPT/DevOps/ducktest/run_tests/ignite-dev/modules/ducktests/tests/ignitetest/services/utils/background_thread.py",
>  line 43, in _protected_worker
> self.worker(idx, node, **kwargs)
>   File 
> "/u01/jenkins_slave/workspace/OSPT/DevOps/ducktest/run_tests/ignite-dev/modules/ducktests/tests/ignitetest/services/utils/ignite_aware.py",
>  line 236, in worker
> node.account.ssh(cmd)
>   File 
> "/u01/jenkins_slave/workspace/OSPT/DevOps/ducktest/run_tests/venv/lib64/python3.8/site-packages/ducktape/cluster/remoteaccount.py",
>  line 275, in ssh
> raise RemoteCommandError(self, cmd, exit_status, stderr.read())
> {code}
> {code:java}
>  def __jackson(self):
> if not self.service.config.version.is_dev:
> aws = self._module("aws")
> return self.service.context.cluster.nodes[0].account.ssh_capture(
> "ls -d %s/* | grep jackson | tr '\n' ':' | sed 's/.$//'" % 
> aws)
> return []
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16134) [ducktests] failed IgniteApplicationService on start.

2021-12-15 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16134:
---
Labels: ise  (was: )

> [ducktests] failed IgniteApplicationService on start.
> -
>
> Key: IGNITE-16134
> URL: https://issues.apache.org/jira/browse/IGNITE-16134
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Minor
>  Labels: ise
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> failed IgniteApplicationService on start
> AWS module was moved to ignite-extensions. 
> https://issues.apache.org/jira/browse/IGNITE-15541
> {code:java}
> File 
> "/u01/jenkins_slave/workspace/OSPT/DevOps/ducktest/run_tests/ignite-dev/modules/ducktests/tests/ignitetest/services/utils/background_thread.py",
>  line 43, in _protected_worker
> self.worker(idx, node, **kwargs)
>   File 
> "/u01/jenkins_slave/workspace/OSPT/DevOps/ducktest/run_tests/ignite-dev/modules/ducktests/tests/ignitetest/services/utils/ignite_aware.py",
>  line 236, in worker
> node.account.ssh(cmd)
>   File 
> "/u01/jenkins_slave/workspace/OSPT/DevOps/ducktest/run_tests/venv/lib64/python3.8/site-packages/ducktape/cluster/remoteaccount.py",
>  line 275, in ssh
> raise RemoteCommandError(self, cmd, exit_status, stderr.read())
> {code}
> {code:java}
>  def __jackson(self):
> if not self.service.config.version.is_dev:
> aws = self._module("aws")
> return self.service.context.cluster.nodes[0].account.ssh_capture(
> "ls -d %s/* | grep jackson | tr '\n' ':' | sed 's/.$//'" % 
> aws)
> return []
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16126) [ignite-extensions] Update dependency: log4j to 2.16.0

2021-12-15 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16126:
---
Summary: [ignite-extensions] Update dependency: log4j to 2.16.0  (was: 
[ignite-extensions] Update dependency: log4j to 2.15.0)

> [ignite-extensions] Update dependency: log4j to 2.16.0
> --
>
> Key: IGNITE-16126
> URL: https://issues.apache.org/jira/browse/IGNITE-16126
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>
> Update dependency: log4j to 2.15.0
> https://www.randori.com/blog/cve-2021-44228/



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16126) [ignite-extensions] Update dependency: log4j to 2.16.0

2021-12-15 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16126:
---
Description: 
Update dependency: log4j to 2.16.0
https://www.randori.com/blog/cve-2021-44228/

  was:
Update dependency: log4j to 2.15.0
https://www.randori.com/blog/cve-2021-44228/


> [ignite-extensions] Update dependency: log4j to 2.16.0
> --
>
> Key: IGNITE-16126
> URL: https://issues.apache.org/jira/browse/IGNITE-16126
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>
> Update dependency: log4j to 2.16.0
> https://www.randori.com/blog/cve-2021-44228/



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (IGNITE-16134) [ducktests] failed IgniteApplicationService on start.

2021-12-15 Thread Sergei Ryzhov (Jira)
Sergei Ryzhov created IGNITE-16134:
--

 Summary: [ducktests] failed IgniteApplicationService on start.
 Key: IGNITE-16134
 URL: https://issues.apache.org/jira/browse/IGNITE-16134
 Project: Ignite
  Issue Type: Test
Reporter: Sergei Ryzhov
Assignee: Sergei Ryzhov


failed IgniteApplicationService on start
AWS module was moved to ignite-extensions. 
https://issues.apache.org/jira/browse/IGNITE-15541

{code:java}
File 
"/u01/jenkins_slave/workspace/OSPT/DevOps/ducktest/run_tests/ignite-dev/modules/ducktests/tests/ignitetest/services/utils/background_thread.py",
 line 43, in _protected_worker
self.worker(idx, node, **kwargs)
  File 
"/u01/jenkins_slave/workspace/OSPT/DevOps/ducktest/run_tests/ignite-dev/modules/ducktests/tests/ignitetest/services/utils/ignite_aware.py",
 line 236, in worker
node.account.ssh(cmd)
  File 
"/u01/jenkins_slave/workspace/OSPT/DevOps/ducktest/run_tests/venv/lib64/python3.8/site-packages/ducktape/cluster/remoteaccount.py",
 line 275, in ssh
raise RemoteCommandError(self, cmd, exit_status, stderr.read())
{code}



{code:java}
 def __jackson(self):
if not self.service.config.version.is_dev:
aws = self._module("aws")
return self.service.context.cluster.nodes[0].account.ssh_capture(
"ls -d %s/* | grep jackson | tr '\n' ':' | sed 's/.$//'" % aws)

return []
{code}




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16126) [ignite-extensions] Update dependency: log4j to 2.15.0

2021-12-14 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16126:
---
Summary: [ignite-extensions] Update dependency: log4j to 2.15.0  (was: 
[ignite-extensions] Update Ignite dependency: log4j to 2.15.0)

> [ignite-extensions] Update dependency: log4j to 2.15.0
> --
>
> Key: IGNITE-16126
> URL: https://issues.apache.org/jira/browse/IGNITE-16126
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>
> Update Ignite dependency: log4j to 2.15.0
> https://www.randori.com/blog/cve-2021-44228/



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16126) [ignite-extensions] Update dependency: log4j to 2.15.0

2021-12-14 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16126:
---
Description: 
Update dependency: log4j to 2.15.0
https://www.randori.com/blog/cve-2021-44228/

  was:
Update Ignite dependency: log4j to 2.15.0
https://www.randori.com/blog/cve-2021-44228/


> [ignite-extensions] Update dependency: log4j to 2.15.0
> --
>
> Key: IGNITE-16126
> URL: https://issues.apache.org/jira/browse/IGNITE-16126
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>
> Update dependency: log4j to 2.15.0
> https://www.randori.com/blog/cve-2021-44228/



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16126) [ignite-extensions] Update Ignite dependency: log4j to 2.15.0

2021-12-14 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16126:
---
Ignite Flags:   (was: Docs Required,Release Notes Required)

> [ignite-extensions] Update Ignite dependency: log4j to 2.15.0
> -
>
> Key: IGNITE-16126
> URL: https://issues.apache.org/jira/browse/IGNITE-16126
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>
> Update Ignite dependency: log4j to 2.15.0
> https://www.randori.com/blog/cve-2021-44228/



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (IGNITE-16126) [ignite-extensions] Update Ignite dependency: log4j to 2.15.0

2021-12-14 Thread Sergei Ryzhov (Jira)
Sergei Ryzhov created IGNITE-16126:
--

 Summary: [ignite-extensions] Update Ignite dependency: log4j to 
2.15.0
 Key: IGNITE-16126
 URL: https://issues.apache.org/jira/browse/IGNITE-16126
 Project: Ignite
  Issue Type: Bug
Reporter: Sergei Ryzhov
Assignee: Sergei Ryzhov


Update Ignite dependency: log4j to 2.15.0
https://www.randori.com/blog/cve-2021-44228/



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16104) [ducktests] PersistenceUpgradeTest.upgrade_test change OLDEST version to LATEST_2_8

2021-12-10 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16104:
---
Labels: IEP-56 ise  (was: IEP-56)

> [ducktests] PersistenceUpgradeTest.upgrade_test change OLDEST version to 
> LATEST_2_8
> ---
>
> Key: IGNITE-16104
> URL: https://issues.apache.org/jira/browse/IGNITE-16104
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Trivial
>  Labels: IEP-56, ise
>
> PersistenceUpgradeTest.upgrade_test
> change OLDEST version to LATEST_2_8
> this test is failed if we run this test with SSL use globals parameters 
> in version 2.7.6 the control.sh utils used other arguments for SSL



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16104) [ducktests] PersistenceUpgradeTest.upgrade_test change OLDEST version to LATEST_2_8

2021-12-10 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16104:
---
Labels: IEP-56  (was: )

> [ducktests] PersistenceUpgradeTest.upgrade_test change OLDEST version to 
> LATEST_2_8
> ---
>
> Key: IGNITE-16104
> URL: https://issues.apache.org/jira/browse/IGNITE-16104
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Trivial
>  Labels: IEP-56
>
> PersistenceUpgradeTest.upgrade_test
> change OLDEST version to LATEST_2_8
> this test is failed if we run this test with SSL use globals parameters 
> in version 2.7.6 the control.sh utils used other arguments for SSL



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16104) [ducktests] PersistenceUpgradeTest.upgrade_test change OLDEST version to LATEST_2_8

2021-12-10 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16104:
---
Ignite Flags:   (was: Docs Required,Release Notes Required)

> [ducktests] PersistenceUpgradeTest.upgrade_test change OLDEST version to 
> LATEST_2_8
> ---
>
> Key: IGNITE-16104
> URL: https://issues.apache.org/jira/browse/IGNITE-16104
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Trivial
>
> PersistenceUpgradeTest.upgrade_test
> change OLDEST version to LATEST_2_8
> this test is failed if we run this test with SSL use globals parameters 
> in version 2.7.6 the control.sh utils used other arguments for SSL



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16104) [ducktests] PersistenceUpgradeTest.upgrade_test change OLDEST version to LATEST_2_8

2021-12-10 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16104:
---
Labels: iep  (was: )

> [ducktests] PersistenceUpgradeTest.upgrade_test change OLDEST version to 
> LATEST_2_8
> ---
>
> Key: IGNITE-16104
> URL: https://issues.apache.org/jira/browse/IGNITE-16104
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Trivial
>  Labels: iep
>
> PersistenceUpgradeTest.upgrade_test
> change OLDEST version to LATEST_2_8
> this test is failed if we run this test with SSL use globals parameters 
> in version 2.7.6 the control.sh utils used other arguments for SSL



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16104) [ducktests] PersistenceUpgradeTest.upgrade_test change OLDEST version to LATEST_2_8

2021-12-10 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16104:
---
Labels:   (was: iep)

> [ducktests] PersistenceUpgradeTest.upgrade_test change OLDEST version to 
> LATEST_2_8
> ---
>
> Key: IGNITE-16104
> URL: https://issues.apache.org/jira/browse/IGNITE-16104
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Trivial
>
> PersistenceUpgradeTest.upgrade_test
> change OLDEST version to LATEST_2_8
> this test is failed if we run this test with SSL use globals parameters 
> in version 2.7.6 the control.sh utils used other arguments for SSL



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (IGNITE-16104) [ducktests] PersistenceUpgradeTest.upgrade_test change OLDEST version to LATEST_2_8

2021-12-10 Thread Sergei Ryzhov (Jira)
Sergei Ryzhov created IGNITE-16104:
--

 Summary: [ducktests] PersistenceUpgradeTest.upgrade_test change 
OLDEST version to LATEST_2_8
 Key: IGNITE-16104
 URL: https://issues.apache.org/jira/browse/IGNITE-16104
 Project: Ignite
  Issue Type: Test
Reporter: Sergei Ryzhov
Assignee: Sergei Ryzhov


PersistenceUpgradeTest.upgrade_test
change OLDEST version to LATEST_2_8

this test is failed if we run this test with SSL use globals parameters 
in version 2.7.6 the control.sh utils used other arguments for SSL



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16039) [ducktests] Check indexes after upgrade version.

2021-12-01 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16039:
---
Ignite Flags:   (was: Docs Required,Release Notes Required)

> [ducktests] Check indexes after upgrade version.
> 
>
> Key: IGNITE-16039
> URL: https://issues.apache.org/jira/browse/IGNITE-16039
> Project: Ignite
>  Issue Type: Test
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Minor
>
> When update version 2.9 -> 2.10
> I see in the log "Started indexes rebuilding"
> This shouldn't happen.
> We need to check it in tests.
> only occurs on update 2.9 -> 2.10.
> for
> 2.9 -> 2.11
> 2.9 -> dev
> 2.10 -> 2.11
> 2.10 -> dev
> ...
> Rebuild indexes does not start



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (IGNITE-16039) [ducktests] Check indexes after upgrade version.

2021-12-01 Thread Sergei Ryzhov (Jira)
Sergei Ryzhov created IGNITE-16039:
--

 Summary: [ducktests] Check indexes after upgrade version.
 Key: IGNITE-16039
 URL: https://issues.apache.org/jira/browse/IGNITE-16039
 Project: Ignite
  Issue Type: Test
Reporter: Sergei Ryzhov
Assignee: Sergei Ryzhov


When update version 2.9 -> 2.10
I see in the log "Started indexes rebuilding"
This shouldn't happen.
We need to check it in tests.

only occurs on update 2.9 -> 2.10.

for
2.9 -> 2.11
2.9 -> dev
2.10 -> 2.11
2.10 -> dev
...
Rebuild indexes does not start



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16019) With authentication enabled. Failure of a node when starting the next one with a service in the configuration

2021-11-29 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16019:
---
Description: 
With authentication enabled
Failure of a node when starting the next one with a service in the configuration

Reproducer
{code:java}
public class ServiceDeployTest extends AbstractSecurityTest {
/** {@inheritDoc} */
@Override protected IgniteConfiguration getConfiguration(String 
igniteInstanceName) throws Exception {
IgniteConfiguration cfg = super.getConfiguration(igniteInstanceName);

cfg.setAuthenticationEnabled(true);

cfg.setDataStorageConfiguration(new DataStorageConfiguration()
.setDefaultDataRegionConfiguration(new DataRegionConfiguration()
.setPersistenceEnabled(true)));

ServiceConfiguration srvcCfg = new ServiceConfiguration();

srvcCfg.setName("CounterService");
srvcCfg.setMaxPerNodeCount(1);
srvcCfg.setTotalCount(1);
srvcCfg.setService(new CounterServiceImpl());

cfg.setServiceConfiguration(srvcCfg);

return cfg;
}

/** */
@Test
public void test() throws Exception {
startGrid(0);

startGrid(1);

assertEquals(2, G.allGrids().size());
}

/** {@inheritDoc} */
@Override protected void beforeTest() throws Exception {
super.beforeTest();

cleanPersistenceDir();
}

/** */
public static class CounterServiceImpl implements Service {
/** Is started. */
volatile boolean isStarted = false;

/** Cntr. */
private AtomicInteger cntr = null;

/** {@inheritDoc} */
@Override public void cancel() {
isStarted = false;
}

/** {@inheritDoc} */
@Override public void init() throws Exception {
isStarted = true;

cntr = new AtomicInteger();
}

/** {@inheritDoc} */
@Override public void execute() throws Exception {
while (isStarted) {
cntr.incrementAndGet();

TimeUnit.SECONDS.sleep(1);
}
}
}
}
{code}



ERROR
{code:java}
[2021-11-29 
17:20:51,883][ERROR][tcp-disco-msg-worker-[crd]-#3%service.ServiceDeployTest0%-#66%service.ServiceDeployTest0%][IgniteTestResources]
 Critical system error detected. Will be handled accordingly to configured 
handler [hnd=NoOpFailureHandler [super=AbstractFailureHandler 
[ignoredFailureTypes=UnmodifiableSet [SYSTEM_WORKER_BLOCKED, 
SYSTEM_CRITICAL_OPERATION_TIMEOUT]]], failureCtx=FailureContext 
[type=SYSTEM_WORKER_TERMINATION, err=java.lang.IllegalStateException: Failed to 
find security context for subject with given ID : 
b9a59be8-3ff5-48b5-bd1e-5927f7a1]]
java.lang.IllegalStateException: Failed to find security context for subject 
with given ID : b9a59be8-3ff5-48b5-bd1e-5927f7a1
at 
org.apache.ignite.internal.processors.security.IgniteSecurityProcessor.withContext(IgniteSecurityProcessor.java:167)
at 
org.apache.ignite.internal.processors.service.IgniteServiceProcessor.onJoiningNodeDataReceived(IgniteServiceProcessor.java:379)
at 
org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$5.onExchange(GridDiscoveryManager.java:1054)
at 
org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.onExchange(TcpDiscoverySpi.java:2201)
at 
org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processNodeAddedMessage(ServerImpl.java:5116)
at 
org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processJoinRequestMessage(ServerImpl.java:4749)
at 
org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processMessage(ServerImpl.java:3233)
at 
org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processMessage(ServerImpl.java:2920)
at 
org.apache.ignite.spi.discovery.tcp.ServerImpl$MessageWorker.body(ServerImpl.java:8106)
at 
org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.body(ServerImpl.java:3091)
at 
org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:125)
at 
org.apache.ignite.spi.discovery.tcp.ServerImpl$MessageWorkerThread.body(ServerImpl.java:8037)
at org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:58)

{code}


WA
Set services in the configuration of the first node



  was:

With authentication enabled
Failure of a node when starting the next one with a service in the configuration

Reproducer
{code:java}
public class ServiceDeployTest extends AbstractSecurityTest {
/** {@inheritDoc} */
@Override protected IgniteConfiguration getConfiguration(String 
igniteInstanceName) throws Exception {
IgniteConfiguration cfg = super.getConfiguration(igniteInstanceName);

cfg.setAuthenticationEnabled(true);

cfg.setDataStorageConfiguration(new 

[jira] [Created] (IGNITE-16019) With authentication enabled. Failure of a node when starting the next one with a service in the configuration

2021-11-29 Thread Sergei Ryzhov (Jira)
Sergei Ryzhov created IGNITE-16019:
--

 Summary: With authentication enabled. Failure of a node when 
starting the next one with a service in the configuration
 Key: IGNITE-16019
 URL: https://issues.apache.org/jira/browse/IGNITE-16019
 Project: Ignite
  Issue Type: Bug
Reporter: Sergei Ryzhov



With authentication enabled
Failure of a node when starting the next one with a service in the configuration

Reproducer
{code:java}
public class ServiceDeployTest extends AbstractSecurityTest {
/** {@inheritDoc} */
@Override protected IgniteConfiguration getConfiguration(String 
igniteInstanceName) throws Exception {
IgniteConfiguration cfg = super.getConfiguration(igniteInstanceName);

cfg.setAuthenticationEnabled(true);

cfg.setDataStorageConfiguration(new DataStorageConfiguration()
.setDefaultDataRegionConfiguration(new DataRegionConfiguration()
.setPersistenceEnabled(true)));

ServiceConfiguration srvcCfg = new ServiceConfiguration();

srvcCfg.setName("CounterService");
srvcCfg.setMaxPerNodeCount(1);
srvcCfg.setTotalCount(1);
srvcCfg.setService(new CounterServiceImpl());

cfg.setServiceConfiguration(srvcCfg);

return cfg;
}

/** */
@Test
public void test() throws Exception {
startGrid(0);

startGrid(1);

assertEquals(2, G.allGrids().size());
}

/** {@inheritDoc} */
@Override protected void beforeTest() throws Exception {
super.beforeTest();

cleanPersistenceDir();
}

/** */
public static class CounterServiceImpl implements Service {
/** Is started. */
volatile boolean isStarted = false;

/** Cntr. */
private AtomicInteger cntr = null;

/** {@inheritDoc} */
@Override public void cancel() {
isStarted = false;
}

/** {@inheritDoc} */
@Override public void init() throws Exception {
isStarted = true;

cntr = new AtomicInteger();
}

/** {@inheritDoc} */
@Override public void execute() throws Exception {
while (isStarted) {
cntr.incrementAndGet();

TimeUnit.SECONDS.sleep(1);
}
}
}
}
{code}



ERROR
{code:java}
[2021-11-29 
17:20:51,883][ERROR][tcp-disco-msg-worker-[crd]-#3%service.ServiceDeployTest0%-#66%service.ServiceDeployTest0%][IgniteTestResources]
 Critical system error detected. Will be handled accordingly to configured 
handler [hnd=NoOpFailureHandler [super=AbstractFailureHandler 
[ignoredFailureTypes=UnmodifiableSet [SYSTEM_WORKER_BLOCKED, 
SYSTEM_CRITICAL_OPERATION_TIMEOUT]]], failureCtx=FailureContext 
[type=SYSTEM_WORKER_TERMINATION, err=java.lang.IllegalStateException: Failed to 
find security context for subject with given ID : 
b9a59be8-3ff5-48b5-bd1e-5927f7a1]]
java.lang.IllegalStateException: Failed to find security context for subject 
with given ID : b9a59be8-3ff5-48b5-bd1e-5927f7a1
at 
org.apache.ignite.internal.processors.security.IgniteSecurityProcessor.withContext(IgniteSecurityProcessor.java:167)
at 
org.apache.ignite.internal.processors.service.IgniteServiceProcessor.onJoiningNodeDataReceived(IgniteServiceProcessor.java:379)
at 
org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$5.onExchange(GridDiscoveryManager.java:1054)
at 
org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.onExchange(TcpDiscoverySpi.java:2201)
at 
org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processNodeAddedMessage(ServerImpl.java:5116)
at 
org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processJoinRequestMessage(ServerImpl.java:4749)
at 
org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processMessage(ServerImpl.java:3233)
at 
org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processMessage(ServerImpl.java:2920)
at 
org.apache.ignite.spi.discovery.tcp.ServerImpl$MessageWorker.body(ServerImpl.java:8106)
at 
org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.body(ServerImpl.java:3091)
at 
org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:125)
at 
org.apache.ignite.spi.discovery.tcp.ServerImpl$MessageWorkerThread.body(ServerImpl.java:8037)
at org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:58)

{code}









--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-16019) With authentication enabled. Failure of a node when starting the next one with a service in the configuration

2021-11-29 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov updated IGNITE-16019:
---
Ignite Flags:   (was: Docs Required,Release Notes Required)

> With authentication enabled. Failure of a node when starting the next one 
> with a service in the configuration
> -
>
> Key: IGNITE-16019
> URL: https://issues.apache.org/jira/browse/IGNITE-16019
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Priority: Major
>
> With authentication enabled
> Failure of a node when starting the next one with a service in the 
> configuration
> Reproducer
> {code:java}
> public class ServiceDeployTest extends AbstractSecurityTest {
> /** {@inheritDoc} */
> @Override protected IgniteConfiguration getConfiguration(String 
> igniteInstanceName) throws Exception {
> IgniteConfiguration cfg = super.getConfiguration(igniteInstanceName);
> cfg.setAuthenticationEnabled(true);
> cfg.setDataStorageConfiguration(new DataStorageConfiguration()
> .setDefaultDataRegionConfiguration(new DataRegionConfiguration()
> .setPersistenceEnabled(true)));
> ServiceConfiguration srvcCfg = new ServiceConfiguration();
> srvcCfg.setName("CounterService");
> srvcCfg.setMaxPerNodeCount(1);
> srvcCfg.setTotalCount(1);
> srvcCfg.setService(new CounterServiceImpl());
> cfg.setServiceConfiguration(srvcCfg);
> return cfg;
> }
> /** */
> @Test
> public void test() throws Exception {
> startGrid(0);
> startGrid(1);
> assertEquals(2, G.allGrids().size());
> }
> /** {@inheritDoc} */
> @Override protected void beforeTest() throws Exception {
> super.beforeTest();
> cleanPersistenceDir();
> }
> /** */
> public static class CounterServiceImpl implements Service {
> /** Is started. */
> volatile boolean isStarted = false;
> /** Cntr. */
> private AtomicInteger cntr = null;
> /** {@inheritDoc} */
> @Override public void cancel() {
> isStarted = false;
> }
> /** {@inheritDoc} */
> @Override public void init() throws Exception {
> isStarted = true;
> cntr = new AtomicInteger();
> }
> /** {@inheritDoc} */
> @Override public void execute() throws Exception {
> while (isStarted) {
> cntr.incrementAndGet();
> TimeUnit.SECONDS.sleep(1);
> }
> }
> }
> }
> {code}
> ERROR
> {code:java}
> [2021-11-29 
> 17:20:51,883][ERROR][tcp-disco-msg-worker-[crd]-#3%service.ServiceDeployTest0%-#66%service.ServiceDeployTest0%][IgniteTestResources]
>  Critical system error detected. Will be handled accordingly to configured 
> handler [hnd=NoOpFailureHandler [super=AbstractFailureHandler 
> [ignoredFailureTypes=UnmodifiableSet [SYSTEM_WORKER_BLOCKED, 
> SYSTEM_CRITICAL_OPERATION_TIMEOUT]]], failureCtx=FailureContext 
> [type=SYSTEM_WORKER_TERMINATION, err=java.lang.IllegalStateException: Failed 
> to find security context for subject with given ID : 
> b9a59be8-3ff5-48b5-bd1e-5927f7a1]]
> java.lang.IllegalStateException: Failed to find security context for subject 
> with given ID : b9a59be8-3ff5-48b5-bd1e-5927f7a1
>   at 
> org.apache.ignite.internal.processors.security.IgniteSecurityProcessor.withContext(IgniteSecurityProcessor.java:167)
>   at 
> org.apache.ignite.internal.processors.service.IgniteServiceProcessor.onJoiningNodeDataReceived(IgniteServiceProcessor.java:379)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$5.onExchange(GridDiscoveryManager.java:1054)
>   at 
> org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.onExchange(TcpDiscoverySpi.java:2201)
>   at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processNodeAddedMessage(ServerImpl.java:5116)
>   at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processJoinRequestMessage(ServerImpl.java:4749)
>   at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processMessage(ServerImpl.java:3233)
>   at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processMessage(ServerImpl.java:2920)
>   at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl$MessageWorker.body(ServerImpl.java:8106)
>   at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.body(ServerImpl.java:3091)
>   at 
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:125)
>   at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl$MessageWorkerThread.body(ServerImpl.java:8037)
> 

[jira] [Closed] (IGNITE-15976) Ignite fail at startup if the service set in the configuration and authenticationEnabled = true

2021-11-23 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov closed IGNITE-15976.
--

> Ignite fail at startup if the service set in the configuration and 
> authenticationEnabled = true
> ---
>
> Key: IGNITE-15976
> URL: https://issues.apache.org/jira/browse/IGNITE-15976
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>
> Ignite fail at startup if the service set in the configuration and 
> authenticationEnabled = true
> {code:java}
> public class ServiceDeployTest extends GridCommonAbstractTest {
> /** {@inheritDoc} */
> @Override protected IgniteConfiguration getConfiguration(String 
> igniteInstanceName) throws Exception {
> IgniteConfiguration cfg = super.getConfiguration(igniteInstanceName);
> cfg.setAuthenticationEnabled(true);
> cfg.setDataStorageConfiguration(new DataStorageConfiguration()
> .setDefaultDataRegionConfiguration(new DataRegionConfiguration()
> .setPersistenceEnabled(true)));
> ServiceConfiguration srvcCfg = new ServiceConfiguration();
> srvcCfg.setName("DemoCounterService");
> srvcCfg.setMaxPerNodeCount(1);
> srvcCfg.setTotalCount(1);
> srvcCfg.setService(new DemoCounterServiceImpl());
> cfg.setServiceConfiguration(srvcCfg);
> return cfg;
> }
> /** */
> @Test
> public void test() throws Exception {
> startGrid(0);
> }
> /** {@inheritDoc} */
> @Override protected void beforeTest() throws Exception {
> super.beforeTest();
> cleanPersistenceDir();
> }
> /** */
> public static class DemoCounterServiceImpl implements Service {
> /** Is started. */
> volatile boolean isStarted = false;
> /** Cntr. */
> private AtomicInteger cntr = null;
> /** {@inheritDoc} */
> @Override public void cancel() {
> isStarted = false;
> }
> /** {@inheritDoc} */
> @Override public void init() throws Exception {
> isStarted = true;
> cntr = new AtomicInteger();
> }
> /** {@inheritDoc} */
> @Override public void execute() throws Exception {
> while (isStarted) {
> cntr.incrementAndGet();
> TimeUnit.SECONDS.sleep(1);
> }
> }
> }
> }
> {code}
> Exception
> {code:java}
> [2021-11-23 
> 15:22:16,853][ERROR][test-runner-#1%common.ServiceDeployTest%][ServiceDeployTest0]
>  Got exception while starting (will rollback startup routine).
> java.lang.AssertionError
>   at 
> org.apache.ignite.internal.processors.security.IgniteSecurityProcessor.authorize(IgniteSecurityProcessor.java:232)
>   at 
> org.apache.ignite.internal.processors.service.IgniteServiceProcessor.checkPermissions(IgniteServiceProcessor.java:633)
>   at 
> org.apache.ignite.internal.processors.service.IgniteServiceProcessor.prepareServiceConfigurations(IgniteServiceProcessor.java:593)
>   at 
> org.apache.ignite.internal.processors.service.IgniteServiceProcessor.staticallyConfiguredServices(IgniteServiceProcessor.java:1556)
>   at 
> org.apache.ignite.internal.processors.service.IgniteServiceProcessor.collectJoiningNodeData(IgniteServiceProcessor.java:361)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$5.collect(GridDiscoveryManager.java:1009)
>   at 
> org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.collectExchangeData(TcpDiscoverySpi.java:2143)
>   at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl.joinTopology(ServerImpl.java:1107)
>   at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl.spiStart(ServerImpl.java:474)
>   at 
> org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.spiStart(TcpDiscoverySpi.java:2210)
>   at 
> org.apache.ignite.internal.managers.GridManagerAdapter.startSpi(GridManagerAdapter.java:278)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager.start(GridDiscoveryManager.java:1091)
>   at 
> org.apache.ignite.internal.IgniteKernal.startManager(IgniteKernal.java:1953)
>   at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1300)
>   at 
> org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1798)
>   at 
> org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1720)
>   at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1159)
>   at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:629)
>   at 
> 

[jira] [Resolved] (IGNITE-15976) Ignite fail at startup if the service set in the configuration and authenticationEnabled = true

2021-11-23 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov resolved IGNITE-15976.

Resolution: Duplicate

> Ignite fail at startup if the service set in the configuration and 
> authenticationEnabled = true
> ---
>
> Key: IGNITE-15976
> URL: https://issues.apache.org/jira/browse/IGNITE-15976
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>
> Ignite fail at startup if the service set in the configuration and 
> authenticationEnabled = true
> {code:java}
> public class ServiceDeployTest extends GridCommonAbstractTest {
> /** {@inheritDoc} */
> @Override protected IgniteConfiguration getConfiguration(String 
> igniteInstanceName) throws Exception {
> IgniteConfiguration cfg = super.getConfiguration(igniteInstanceName);
> cfg.setAuthenticationEnabled(true);
> cfg.setDataStorageConfiguration(new DataStorageConfiguration()
> .setDefaultDataRegionConfiguration(new DataRegionConfiguration()
> .setPersistenceEnabled(true)));
> ServiceConfiguration srvcCfg = new ServiceConfiguration();
> srvcCfg.setName("DemoCounterService");
> srvcCfg.setMaxPerNodeCount(1);
> srvcCfg.setTotalCount(1);
> srvcCfg.setService(new DemoCounterServiceImpl());
> cfg.setServiceConfiguration(srvcCfg);
> return cfg;
> }
> /** */
> @Test
> public void test() throws Exception {
> startGrid(0);
> }
> /** {@inheritDoc} */
> @Override protected void beforeTest() throws Exception {
> super.beforeTest();
> cleanPersistenceDir();
> }
> /** */
> public static class DemoCounterServiceImpl implements Service {
> /** Is started. */
> volatile boolean isStarted = false;
> /** Cntr. */
> private AtomicInteger cntr = null;
> /** {@inheritDoc} */
> @Override public void cancel() {
> isStarted = false;
> }
> /** {@inheritDoc} */
> @Override public void init() throws Exception {
> isStarted = true;
> cntr = new AtomicInteger();
> }
> /** {@inheritDoc} */
> @Override public void execute() throws Exception {
> while (isStarted) {
> cntr.incrementAndGet();
> TimeUnit.SECONDS.sleep(1);
> }
> }
> }
> }
> {code}
> Exception
> {code:java}
> [2021-11-23 
> 15:22:16,853][ERROR][test-runner-#1%common.ServiceDeployTest%][ServiceDeployTest0]
>  Got exception while starting (will rollback startup routine).
> java.lang.AssertionError
>   at 
> org.apache.ignite.internal.processors.security.IgniteSecurityProcessor.authorize(IgniteSecurityProcessor.java:232)
>   at 
> org.apache.ignite.internal.processors.service.IgniteServiceProcessor.checkPermissions(IgniteServiceProcessor.java:633)
>   at 
> org.apache.ignite.internal.processors.service.IgniteServiceProcessor.prepareServiceConfigurations(IgniteServiceProcessor.java:593)
>   at 
> org.apache.ignite.internal.processors.service.IgniteServiceProcessor.staticallyConfiguredServices(IgniteServiceProcessor.java:1556)
>   at 
> org.apache.ignite.internal.processors.service.IgniteServiceProcessor.collectJoiningNodeData(IgniteServiceProcessor.java:361)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$5.collect(GridDiscoveryManager.java:1009)
>   at 
> org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.collectExchangeData(TcpDiscoverySpi.java:2143)
>   at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl.joinTopology(ServerImpl.java:1107)
>   at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl.spiStart(ServerImpl.java:474)
>   at 
> org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.spiStart(TcpDiscoverySpi.java:2210)
>   at 
> org.apache.ignite.internal.managers.GridManagerAdapter.startSpi(GridManagerAdapter.java:278)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager.start(GridDiscoveryManager.java:1091)
>   at 
> org.apache.ignite.internal.IgniteKernal.startManager(IgniteKernal.java:1953)
>   at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1300)
>   at 
> org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1798)
>   at 
> org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1720)
>   at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1159)
>   at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:629)
>   at 
> 

[jira] [Commented] (IGNITE-15976) Ignite fail at startup if the service set in the configuration and authenticationEnabled = true

2021-11-23 Thread Sergei Ryzhov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-15976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17448028#comment-17448028
 ] 

Sergei Ryzhov commented on IGNITE-15976:


this is a duplicate https://issues.apache.org/jira/browse/IGNITE-15951

> Ignite fail at startup if the service set in the configuration and 
> authenticationEnabled = true
> ---
>
> Key: IGNITE-15976
> URL: https://issues.apache.org/jira/browse/IGNITE-15976
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>
> Ignite fail at startup if the service set in the configuration and 
> authenticationEnabled = true
> {code:java}
> public class ServiceDeployTest extends GridCommonAbstractTest {
> /** {@inheritDoc} */
> @Override protected IgniteConfiguration getConfiguration(String 
> igniteInstanceName) throws Exception {
> IgniteConfiguration cfg = super.getConfiguration(igniteInstanceName);
> cfg.setAuthenticationEnabled(true);
> cfg.setDataStorageConfiguration(new DataStorageConfiguration()
> .setDefaultDataRegionConfiguration(new DataRegionConfiguration()
> .setPersistenceEnabled(true)));
> ServiceConfiguration srvcCfg = new ServiceConfiguration();
> srvcCfg.setName("DemoCounterService");
> srvcCfg.setMaxPerNodeCount(1);
> srvcCfg.setTotalCount(1);
> srvcCfg.setService(new DemoCounterServiceImpl());
> cfg.setServiceConfiguration(srvcCfg);
> return cfg;
> }
> /** */
> @Test
> public void test() throws Exception {
> startGrid(0);
> }
> /** {@inheritDoc} */
> @Override protected void beforeTest() throws Exception {
> super.beforeTest();
> cleanPersistenceDir();
> }
> /** */
> public static class DemoCounterServiceImpl implements Service {
> /** Is started. */
> volatile boolean isStarted = false;
> /** Cntr. */
> private AtomicInteger cntr = null;
> /** {@inheritDoc} */
> @Override public void cancel() {
> isStarted = false;
> }
> /** {@inheritDoc} */
> @Override public void init() throws Exception {
> isStarted = true;
> cntr = new AtomicInteger();
> }
> /** {@inheritDoc} */
> @Override public void execute() throws Exception {
> while (isStarted) {
> cntr.incrementAndGet();
> TimeUnit.SECONDS.sleep(1);
> }
> }
> }
> }
> {code}
> Exception
> {code:java}
> [2021-11-23 
> 15:22:16,853][ERROR][test-runner-#1%common.ServiceDeployTest%][ServiceDeployTest0]
>  Got exception while starting (will rollback startup routine).
> java.lang.AssertionError
>   at 
> org.apache.ignite.internal.processors.security.IgniteSecurityProcessor.authorize(IgniteSecurityProcessor.java:232)
>   at 
> org.apache.ignite.internal.processors.service.IgniteServiceProcessor.checkPermissions(IgniteServiceProcessor.java:633)
>   at 
> org.apache.ignite.internal.processors.service.IgniteServiceProcessor.prepareServiceConfigurations(IgniteServiceProcessor.java:593)
>   at 
> org.apache.ignite.internal.processors.service.IgniteServiceProcessor.staticallyConfiguredServices(IgniteServiceProcessor.java:1556)
>   at 
> org.apache.ignite.internal.processors.service.IgniteServiceProcessor.collectJoiningNodeData(IgniteServiceProcessor.java:361)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$5.collect(GridDiscoveryManager.java:1009)
>   at 
> org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.collectExchangeData(TcpDiscoverySpi.java:2143)
>   at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl.joinTopology(ServerImpl.java:1107)
>   at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl.spiStart(ServerImpl.java:474)
>   at 
> org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.spiStart(TcpDiscoverySpi.java:2210)
>   at 
> org.apache.ignite.internal.managers.GridManagerAdapter.startSpi(GridManagerAdapter.java:278)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager.start(GridDiscoveryManager.java:1091)
>   at 
> org.apache.ignite.internal.IgniteKernal.startManager(IgniteKernal.java:1953)
>   at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1300)
>   at 
> org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1798)
>   at 
> org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1720)
>   at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1159)
>   at 

[jira] [Assigned] (IGNITE-15976) Ignite fail at startup if the service set in the configuration and authenticationEnabled = true

2021-11-23 Thread Sergei Ryzhov (Jira)


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

Sergei Ryzhov reassigned IGNITE-15976:
--

Assignee: Sergei Ryzhov

> Ignite fail at startup if the service set in the configuration and 
> authenticationEnabled = true
> ---
>
> Key: IGNITE-15976
> URL: https://issues.apache.org/jira/browse/IGNITE-15976
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: ise
>
> Ignite fail at startup if the service set in the configuration and 
> authenticationEnabled = true
> {code:java}
> public class ServiceDeployTest extends GridCommonAbstractTest {
> /** {@inheritDoc} */
> @Override protected IgniteConfiguration getConfiguration(String 
> igniteInstanceName) throws Exception {
> IgniteConfiguration cfg = super.getConfiguration(igniteInstanceName);
> cfg.setAuthenticationEnabled(true);
> cfg.setDataStorageConfiguration(new DataStorageConfiguration()
> .setDefaultDataRegionConfiguration(new DataRegionConfiguration()
> .setPersistenceEnabled(true)));
> ServiceConfiguration srvcCfg = new ServiceConfiguration();
> srvcCfg.setName("DemoCounterService");
> srvcCfg.setMaxPerNodeCount(1);
> srvcCfg.setTotalCount(1);
> srvcCfg.setService(new DemoCounterServiceImpl());
> cfg.setServiceConfiguration(srvcCfg);
> return cfg;
> }
> /** */
> @Test
> public void test() throws Exception {
> startGrid(0);
> }
> /** {@inheritDoc} */
> @Override protected void beforeTest() throws Exception {
> super.beforeTest();
> cleanPersistenceDir();
> }
> /** */
> public static class DemoCounterServiceImpl implements Service {
> /** Is started. */
> volatile boolean isStarted = false;
> /** Cntr. */
> private AtomicInteger cntr = null;
> /** {@inheritDoc} */
> @Override public void cancel() {
> isStarted = false;
> }
> /** {@inheritDoc} */
> @Override public void init() throws Exception {
> isStarted = true;
> cntr = new AtomicInteger();
> }
> /** {@inheritDoc} */
> @Override public void execute() throws Exception {
> while (isStarted) {
> cntr.incrementAndGet();
> TimeUnit.SECONDS.sleep(1);
> }
> }
> }
> }
> {code}
> Exception
> {code:java}
> [2021-11-23 
> 15:22:16,853][ERROR][test-runner-#1%common.ServiceDeployTest%][ServiceDeployTest0]
>  Got exception while starting (will rollback startup routine).
> java.lang.AssertionError
>   at 
> org.apache.ignite.internal.processors.security.IgniteSecurityProcessor.authorize(IgniteSecurityProcessor.java:232)
>   at 
> org.apache.ignite.internal.processors.service.IgniteServiceProcessor.checkPermissions(IgniteServiceProcessor.java:633)
>   at 
> org.apache.ignite.internal.processors.service.IgniteServiceProcessor.prepareServiceConfigurations(IgniteServiceProcessor.java:593)
>   at 
> org.apache.ignite.internal.processors.service.IgniteServiceProcessor.staticallyConfiguredServices(IgniteServiceProcessor.java:1556)
>   at 
> org.apache.ignite.internal.processors.service.IgniteServiceProcessor.collectJoiningNodeData(IgniteServiceProcessor.java:361)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$5.collect(GridDiscoveryManager.java:1009)
>   at 
> org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.collectExchangeData(TcpDiscoverySpi.java:2143)
>   at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl.joinTopology(ServerImpl.java:1107)
>   at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl.spiStart(ServerImpl.java:474)
>   at 
> org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.spiStart(TcpDiscoverySpi.java:2210)
>   at 
> org.apache.ignite.internal.managers.GridManagerAdapter.startSpi(GridManagerAdapter.java:278)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager.start(GridDiscoveryManager.java:1091)
>   at 
> org.apache.ignite.internal.IgniteKernal.startManager(IgniteKernal.java:1953)
>   at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1300)
>   at 
> org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1798)
>   at 
> org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1720)
>   at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1159)
>   at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:629)
>   at 
> 

  1   2   3   4   >