Re: Strange annoying message in Ignite 2.13 logs

2022-05-16 Thread Zhenya Stanilovsky
Hello, Noah. Yep seems this behavior is mistaken, just filter out this log somehow. I fill the issue [1]   [1]  https://issues.apache.org/jira/browse/IGNITE-16989   >  >>  >>>Hi all,  >>>  >>>I recently upgraded Ignite from 2.8.1 to 2.13 and started to obtain the >>>following annoying warning me

Re: Test suit failures after upgrade to 2.13 (because IN no longer accepts a Java array)

2022-05-16 Thread Courtney Robinson
Hey Николай, Java code: private FieldsQueryCursor> doQuery(boolean isMutation, String sql, Object... args) { var timer = isMutation ? rawMutTimer : rawQryTimer; return timer.record(() -> { try { var query = new SqlFieldsQuery(sql) .setTimeout(5, SECONDS) //.setDistri

Strange annoying message in Ignite 2.13 logs

2022-05-16 Thread Noah Song
Hi all, I recently upgraded Ignite from 2.8.1 to 2.13 and started to obtain the following annoying warning messages. 2022-05-17 01:03:29,633 [100] WRN [MutableCacheComputeServer] Failed to ping node [nodeId=null]. Reached the timeout 1ms. Cause: Connection refused (Connection refused) 2022-05