Re: [DISCUSSION] Apache Ignite Release 2.10 (time, scope, manager)

2021-01-22 Thread shm
Hi All,
Can you please also include a critical ticket
https://issues.apache.org/jira/browse/IGNITE-13912
 to 2.10 In terms of functionality it is a blocker. Still some debugging is
going on related to this issue.

Thanks,
Shiva




--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/


Re: Move WAL archive cleanup from checkpoint to rollover

2020-12-09 Thread shm
Hi Kirill Tkalenko,
Thanks for your reply!
Do you know any known issue related to problem I'm facing ? or any ticket
related to infinite WAL growing issue which can be correlated to my issue?

Regards,
Shiva 




--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/


Re: Move WAL archive cleanup from checkpoint to rollover

2020-12-09 Thread shm
Hi Kirill Tkalenko

Is this ticket is just for moving WAL archive clean-up logic from "post
checkpoint" to FileWriteAheadLogManager#rollOver  ? Or is there any plan to
change the logic which considers Archived WAL segments for clean-up ?

I'm facing a Major issue related to WAL usage and WAL usage growing
infinitely with heavy write load even maxWalArchiveSize is set.

Ref:
http://apache-ignite-users.70518.x6.nabble.com/Could-not-clear-historyMap-due-to-WAL-reservation-on-cp-td34779.html

http://apache-ignite-users.70518.x6.nabble.com/connecting-to-visor-shell-permanently-stops-unwanted-WAL-clean-up-td34737.html

Shiva



--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/


Re: Compiling Apache Ignite 2.8.1 on JAVA 11

2020-11-01 Thread shm
Hi Ilya Kasnacheev and Alexey Plekhanov

Thanks for your replies... 
we want to run Ignite on jdk11 so compiling on jdk11

Currently the compilation failing for  ignite-spark-2.4  (not sure if it
fails for visor modules also)

[INFO] ignite-spark ... SUCCESS [ 13.694
s]
[INFO] ignite-spark-2.4 ... FAILURE [  7.545
s]
[INFO] ignite-visor-console_2.10 .. SKIPPED
[INFO] ignite-visor-console ... SKIPPED
[INFO] ignite-visor-plugins ... SKIPPED
[INFO] apache-ignite .. SKIPPED
[INFO]

[INFO] BUILD FAILURE

The error Iam getting is 
[INFO]

[ERROR] Failed to execute goal
net.alchim31.maven:scala-maven-plugin:3.3.2:compile (scala-compile-first) on
project ignite-spark-2.4: wrap: org.apache.commons.exec.ExecuteException:
Process exited with an error: 1 (Exit value: 1) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal net.alchim31.maven:scala-maven-plugin:3.3.2:compile
(scala-compile-first) on project ignite-spark-2.4: wrap:
org.apache.commons.exec.ExecuteException: Process exited with an error: 1
(Exit value: 1)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:215)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:156)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:148)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:117)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:81)
at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
(SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:566)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch
(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main
(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: wrap:
org.apache.commons.exec.ExecuteException: Process exited with an error: 1
(Exit value: 1)


Is there any known issue on this compilation ? Is it not supported on java11
at all ? could you please help me in this 



--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/


Compiling Apache Ignite 2.8.1 on JAVA 11

2020-10-30 Thread shm
Hi 
Does Apache Ignite version 2.8.1 supported compilation on JAVA 11 installed
machine ?


Shiva



--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/