Re: Ignite Startup Warnings

2021-02-15 Thread Paolo Bazzi
Sorry for my late answer, I did not get the notification about new postings in this thread Disabling checkpoint SPI logging and collision SPI logging was pretty easy: Config: // ### Disable checkpoint spi using nop implementation config.setCheckpointSpi(new NopCheckpointSpi());

Re: Ignite Startup Warnings

2021-02-03 Thread tschauenberg
Paolo, > I could get rid of most of them by changing my configuration (e.g. setting > a default non-logging CheckpointSpi or non-logging CollisionSpi implementation) Would you have the snippet for this config? If they are your custom non-logging classes are you comfortable sharing them here

Re: Ignite Startup Warnings

2021-02-03 Thread Paolo Bazzi
ilya.kasnacheev wrote > Yes, it would be great! Done: https://issues.apache.org/jira/browse/IGNITE-14125 Regards, Paolo -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite Startup Warnings

2021-02-03 Thread Ilya Kasnacheev
Hello! Yes, it would be great! Regards, -- Ilya Kasnacheev ср, 3 февр. 2021 г. в 10:22, Paolo Bazzi : > Thanks for your replies and creating the issue. > > > ilya.kasnacheev wrote > > The second one is clearly also a bug. You can sidestep it by setting log > > level to INFO. > > Shall I

Re: Ignite Startup Warnings

2021-02-02 Thread Paolo Bazzi
Thanks for your replies and creating the issue. ilya.kasnacheev wrote > The second one is clearly also a bug. You can sidestep it by setting log > level to INFO. Shall I create an issue for the second one too? Regards, Paolo -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite Startup Warnings

2021-02-01 Thread Ilya Kasnacheev
Hello! The second one is clearly also a bug. You can sidestep it by setting log level to INFO. Regards, -- Ilya Kasnacheev пн, 1 февр. 2021 г. в 22:44, Paolo Bazzi : > Hi all, > > I've getting a series of logger warnings when I startup an Ignite instance. > I could get rid of most of them by

Re: Ignite Startup Warnings

2021-02-01 Thread akorensh
Hi, These are legacy warnings that could be ignored. The are coming because of this code:

Ignite Startup Warnings

2021-02-01 Thread Paolo Bazzi
Hi all, I've getting a series of logger warnings when I startup an Ignite instance. I could get rid of most of them by changing my configuration (e.g. setting a default non-logging CheckpointSpi or non-logging CollisionSpi implementation) or by adding VM parameters (avoid Java9 module access