Catch ComputeJob failures on the offending Node.

2018-09-29 Thread Chris Berry
Hi, I need to somehow know, programmatically, when I get a Job timeout – on the Node it occurs on. Or, to know, programmatically, if I am the Node that threw an Exception processing a ComputeJob. For example, I see this in the logs of the machine it occurs on;

Re: Is ID generator split brain compliant?

2018-09-29 Thread Pavel Pereslegin
Hello Ankit, I'm not an expert in docker, but for me it looks like you have a problem with overall cache persistence (not only with AtomicSequence), could you try to put some values into cache and check their availability after the restart? пт, 28 сент. 2018 г. в 23:45, abatra : > To give more

Re: fieldsQueryCursor.getAll() performance is really bad

2018-09-29 Thread Evgenii Zhuravlev
Hi, Currently, query with in clause doesn't support indexes. Here you can find information about how to rewrite it properly: https://apacheignite-sql.readme.io/docs/performance-and-debugging#section-sql-performance-and-usability-considerations - paragraph 2 Evgenii сб, 29 сент. 2018 г. в 11:06,

fieldsQueryCursor.getAll() performance is really bad

2018-09-29 Thread mawu
Hi there, When using sql query to get a list of objects, I find that the performance is really slow. I am wondering, is this normal? my cache size is about 75; my code is like this : queryStr = "select id shopid,publictransit,fulladdress,phoneno,votetotal, dishtags, comment,

fieldsQueryCursor.getAll() performance is really bad

2018-09-29 Thread 马武
-原始邮件- 发件人:"马武" <220140...@seu.edu.cn> 发送时间:2018-09-29 12:36:33 (星期六) 收件人: user@ignite.apache.org 抄送: 主题: fieldsQueryCursor.getAll() performance is really bad Hi there, When using sql query to get a list of objects, I find that the performance is really slow. I am wondering, is this

Re: 3rd-party-store not working (Record is not getting updated in Hive)

2018-09-29 Thread Vishwas Bm
Thanks for the reply. We are able to achieve the write through behavior after enabling the flag. On Thu, Sep 27, 2018, 11:26 AM Evgenii Zhuravlev wrote: > You can read JavaDoc to this parameter, it have information about 3rd > party persistent store: >