Re: ClassNotFoundException using peer class loading on cluster

2020-10-08 Thread Vladislav Pyatkov
ch I really want to > avoid), and I'm looking for advice on how to troubleshoot an issue like > this. > > Thanks for your help, > > Alan > > > -- Vladislav Pyatkov

Re: Read IOPS are higher than write when all we are doing is write

2020-09-05 Thread Vladislav Pyatkov
> > Thanx and Regards, > KR Kumar > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > -- Vladislav Pyatkov

Re: [WARN] Failed to read magic header log

2020-09-01 Thread Vladislav Pyatkov
or I don't have to care log msg?? > these log shows every 3~5 seconds. > > Thank u so much. > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > -- Vladislav Pyatkov

Re: question about collation with an ignite set

2020-08-02 Thread Vladislav Pyatkov
gt; > > -- > Sent from the Apache Ignite Users mailing list archive > <http://apache-ignite-users.70518.x6.nabble.com/> at Nabble.com. > -- Vladislav Pyatkov

Re: How do I know the cache rebalance is finished?

2020-07-10 Thread Vladislav Pyatkov
Hi, I think it is not a priority issue, because in general it is right. EVT_CACHE_REBALANCE_STOPPED event is received when all data loaded to a node, but switch of affinity happens after all cache will be rebalanced. At first, why do you need to know, when affinity change after rebalance? In my

Re: Affinity calls in stream receiver

2018-07-30 Thread Vladislav Pyatkov
org/jira/browse/IGNITE-9026 > > Note: we did conclude that this is unrelated to nested or anonymous > classes, > as we originally assumed. > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > -- Vladislav Pyatkov

Re: Data lose in query

2017-12-11 Thread Vladislav Pyatkov
action in reliance upon, > this information by persons or entities other than the intended > recipient(s) is prohibited. If you received this email in error, please > immediately contact security[at]harri[dot]com and delete it from any device > or system on which it may be stored. > -- Vladislav Pyatkov

Re: Node not starting and waiting for ever

2017-02-17 Thread Vladislav Pyatkov
> ^-- System thread pool [active=0, idle=0, qSize=0] > ^-- Outbound messages queue [size=0] > > > Thanks, > > Ranjit > > -- Vladislav Pyatkov Architect-Consultant "GridGain Rus" Llc. +7 963 716 68 99

Re: 答复: persist only on delete

2017-02-06 Thread Vladislav Pyatkov
when the cache is manually remove(cache will not change > anymore) by me. > > > > For this case, It is a good idea to implement persist logic in > delete/deleteAll method while write/writeAll do nothing? > > > > @Override > public void delete(Object o) > { > //do nothing, we never have this operation. > } > > > > > > Thanks > > Shawn > -- Vladislav Pyatkov

Re: Ignite java and xml configuration

2017-01-27 Thread Vladislav Pyatkov
Hi Anil, You can use configuration cache in xml with annotation query field. But you if you are use @SqlQueryField, then you should use CacheConfiguration#setIndexedTypes property instead of QueryEntity. On Fri, Jan 27, 2017 at 12:06 PM, Anil wrote: > Hi, > > we are using

Re: Asynchronous jobs (not the scheduling)

2017-01-25 Thread Vladislav Pyatkov
ync event. > > somethingLike: > > ``` > ignite.compute().run(() -> someServiceRefSomehow.doSomethingAsync()); > ``` > > where > ``` > interface SomeService { > CompletableFuture doSomethingAsync(); > } > ``` > > Or even better: > > ``` > interface SomeSe

Re: 答复: how to increase CPU utilization to increase compute performance

2017-01-18 Thread Vladislav Pyatkov
> > > > > > > On 18 Jan 2017, at 13:02, Shawn Du <shawn...@neulion.com.cn> wrote: > > > > Hi, > > > > I have a task to compute on ignite. My Service has 8 cores. I split the > task into more than 1K jobs and merge the result. > > From client see, the task run more than 3 seconds, and sometimes more than > 10 seconds. The ignite server load is very slow. > > I wonder to know how to increase the CPU utilization to increase the > performance? > > > > Thanks > > Shawn > > > -- Vladislav Pyatkov

Re: Exception while resolving topology version.

2017-01-10 Thread Vladislav Pyatkov
Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Unable to start 2 server nodes on same machine

2017-01-10 Thread Vladislav Pyatkov
try to start second server instance with same grid name. >> Ignition.start(gridName) call hangs ! Am I doing something wrong? >> >> Please help... >> >> -- Vladislav Pyatkov

Re: Update value in stream transformer

2017-01-10 Thread Vladislav Pyatkov
nite-users. > 70518.x6.nabble.com/Update-value-in-stream-transformer-tp9974p9985.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Error while writing to oracle DB

2016-12-27 Thread Vladislav Pyatkov
oracle.net.ns.NSProtocolStream.negotiateConnection( > NSProtocolStream.java:272) > at oracle.net.ns.NSProtocol. > connect(NSProtocol.java:263) > at oracle.jdbc.driver.T4CConnection.connect( > T4CConnection.java:1360) > at oracle.jdbc.driver.T4CConnection.logon( > T4CConnection.java:486) > ... 30 more > > What can be cause for this error? > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Error-while-writing-to-oracle-DB-tp9740.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: byte[] as a key in Ignite cache

2016-12-26 Thread Vladislav Pyatkov
Debasish > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/byte-as-a-key-in-Ignite-cache-tp9728.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: How to save odd number objects on one node and even number objects on another node

2016-12-16 Thread Vladislav Pyatkov
me know how? > > Thanks, > Rishi > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/How-to-save-odd-number-objects-on- > one-node-and-even-number-objects-on-another-node-tp9572.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Building complex queries to query ignite Cache

2016-12-05 Thread Vladislav Pyatkov
tatus, String tradeType) { >> this.id = id; >> this.status = status; >> this.tradeType = tradeType; >> } >> >> //setter getter, equals, hashcode methods >> >> public enum TradeStatus { >> NEW, CHANGED, EXPIRED, FAILED, UNCHANGED >> } >> >> >> >> >> -- >> View this message in context: http://apache-ignite-users.705 >> 18.x6.nabble.com/Building-complex-queries-to-query-ignite- >> Cache-tp9392.html >> Sent from the Apache Ignite Users mailing list archive at Nabble.com. >> > > > > -- > С уважением, > Машенков Андрей Владимирович > Тел. +7-921-932-61-82 > > Best regards, > Andrey V. Mashenkov > Cerr: +7-921-932-61-82 > -- Vladislav Pyatkov

Re: Building complex queries to query ignite Cache

2016-12-05 Thread Vladislav Pyatkov
> } > > //setter getter, equals, hashcode methods > > public enum TradeStatus { > NEW, CHANGED, EXPIRED, FAILED, UNCHANGED > } > > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Building-complex-queries-to-query- > ignite-Cache-tp9392.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Package jar file path for sql Query Entity

2016-12-01 Thread Vladislav Pyatkov
output-after-using- > QueryEntity-tp9217p9331.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Package jar file path for sql Query Entity

2016-12-01 Thread Vladislav Pyatkov
ryEntity-tp9217p9252.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Cache transformations

2016-11-30 Thread Vladislav Pyatkov
che.localLoadCache() method, but it > requires a CacheStore (I dont need it). > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Cache-transformations-tp9219p9290.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Performance question

2016-11-29 Thread Vladislav Pyatkov
Hi Alisher, It look doubt for me. You parallelize the job, but got a performance decrease. I recommend to use a java profiler and try to separate long time methods. How are you get a list of local partition (can it contain excess numbers)? And please check, has forckjoin pool enough size:

Re: Package jar file path for sql Query Entity

2016-11-28 Thread Vladislav Pyatkov
th-for-sql-Query-Entity-tp9217.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: CacheConfiguration. AffinityFunction or node filter

2016-11-28 Thread Vladislav Pyatkov
iguration#setAffinity or > IgnitePredicate in > org.apache.ignite.configuration.CacheConfiguration#setNodeFilter. > Does they work the same way or what is the best practise? > > With best regards > Alisher Alimov > alimovalis...@gmail.com > > > > > -- Vladislav Pyatkov

Re: Swap space

2016-11-21 Thread Vladislav Pyatkov
e, even when we load > more keys than fit in physical memory. > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Swap-space-tp8156p9112.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: need few clarification for some of our use cases

2016-11-15 Thread Vladislav Pyatkov
x6.nabble.com/need-few-clarification-for-some-of-our- > use-cases-tp9014.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: IN Query

2016-11-15 Thread Vladislav Pyatkov
n 15 November 2016 at 19:30, Vladislav Pyatkov <vldpyat...@gmail.com> > wrote: > >> Hi Anil, >> >> You are right. I have checked this on not released version, but in 7.0.0 >> indexes are not used by some strange reason. >> You can check the case in master or

Re: IN Query

2016-11-15 Thread Vladislav Pyatkov
Field > private String companyId; > private String value; > > // removed the getters and setters > } > > SqlFieldsQuery sqlQuery = new SqlFieldsQuery("explain select * from (( > select * from Person p join table(joinId varchar(10) = > ('anilkd1','anilkd2')) i on p.id = i.joinId) UNION (select * from Person > p join table(name varchar(10) = ('Anil1', 'Anil5')) i on p.name = i.name)) > order by id"); > > List<List> all = testMap.query(sqlQuery).getAll(); > > Thanks > -- Vladislav Pyatkov

Re: Sql Query on binary objects

2016-11-15 Thread Vladislav Pyatkov
e_customer.query(sql_query).getAll(); > > how can I convert this SqlFieldsQuery using binary objects? > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Sql-Query-on-binary-objects-tp8992p8995.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Sql Query on binary objects

2016-11-15 Thread Vladislav Pyatkov
ects-tp8992.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: CacheInterceptor with client nodes

2016-11-15 Thread Vladislav Pyatkov
che...@gmail.com>: > >> Hi, >> >> What exactly are you trying to do? What's the use case? >> >> -Val >> >> >> >> -- >> View this message in context: http://apache-ignite-users.705 >> 18.x6.nabble.com/CacheInterceptor-with-client-nodes-tp8964p8970.html >> Sent from the Apache Ignite Users mailing list archive at Nabble.com. >> > > -- Vladislav Pyatkov

Re: How can I detect DB writing abnormal in case of write-behind?

2016-11-14 Thread Vladislav Pyatkov
> > If the answer is "YES", there are so many metrics in the > class "org.apache.ignite.cache.CacheMetrics", which one can I use? > -- Vladislav Pyatkov

Re: Remote Server Thread Not exit when Job finished,Cause out of memory

2016-11-14 Thread Vladislav Pyatkov
; > > > > > > > > > [1]: > > https://apacheignite.readme.io/v1.7/docs/performance-tips# > configure-thread-pools > > > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Remote-Server-Thread-Not-exit-when- > Job-finished-Cause-out-of-memory-tp8934p8939.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: How many nodes within your ignite cluster

2016-11-10 Thread Vladislav Pyatkov
Hi Duke, I think, Ignite should be cope with any issue. For example: looped thread which does not handle flag of interrupted. But you always can to try do that, by way implement your segmentation behavior. Something like this: ignite.events().localListen(new IgnitePredicate() { @Override

Re: ON HEAP vs OFF HEAP memory mode performance Apache Ignite

2016-11-10 Thread Vladislav Pyatkov
, but its not giving any better results) > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/ON-HEAP-vs-OFF-HEAP-memory-mode- > performance-Apache-Ignite-tp8870.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Multiple servers in a Ignite Cluster

2016-11-09 Thread Vladislav Pyatkov
18.x6.nabble.com/Multiple-servers-in-a-Ignite-Cluster-tp8840p8844.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Multiple servers in a Ignite Cluster

2016-11-09 Thread Vladislav Pyatkov
ntext: http://apache-ignite-users. > 70518.x6.nabble.com/Multiple-servers-in-a-Ignite-Cluster-tp8840.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Problem with v for listening updates

2016-11-08 Thread Vladislav Pyatkov
return actually saved object rather then > reference to object we have modified in our code. > > Please advise how should we deal with this. > > > > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Problem-with-v-for-listening-updates-tp8709.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Using OFF_HEAP_TIERED and Replicated Heap continously grows eventually heap crash

2016-11-08 Thread Vladislav Pyatkov
Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Async messaging

2016-11-07 Thread Vladislav Pyatkov
ns synchronously and the debug says "got future null" > > Is there something else we need to configure to get this working? > > > Dan > > > > -- Vladislav Pyatkov

Re: Question: When to use CacheConfiguration.setIndexedTypes()?

2016-11-07 Thread Vladislav Pyatkov
tIndexedTypes()? > > > Please advise. > > Regards, > techbysample > > > > > > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Question-When-to-use-CacheConfiguration- > setIndexedTypes-tp8721.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Async messaging

2016-11-06 Thread Vladislav Pyatkov
t; > > That code runs synchronously and the debug says "got future null" > > Is there something else we need to configure to get this working? > > > Dan > > -- Vladislav Pyatkov

Re: Killing a node under load stalls the grid with ignite 1.7

2016-11-06 Thread Vladislav Pyatkov
tml > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Question about Class Not found

2016-11-03 Thread Vladislav Pyatkov
e you any suggestion please? > > > > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Question-about-Class-Not-found-tp8685.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: DataStreamer is closed

2016-11-03 Thread Vladislav Pyatkov
n closed. >>>>>> at org.apache.ignite.internal.pro >>>>>> cessors.datastreamer.DataStreamerImpl.enterBusy(DataStreamer >>>>>> Impl.java:360) >>>>>> at org.apache.ignite.internal.pro >>>>>> cessors.datastreamer.DataStreamerImpl.addData(DataStreamerIm >>>>>> pl.java:507) >>>>>> at org.apache.ignite.internal.pro >>>>>> cessors.datastreamer.DataStreamerImpl.addData(DataStreamerIm >>>>>> pl.java:498) >>>>>> at net.juniper.cs.cache.KafkaCach >>>>>> eDataStreamer.addMessage(KafkaCacheDataStreamer.java:128) >>>>>> at net.juniper.cs.cache.KafkaCach >>>>>> eDataStreamer$1.run(KafkaCacheDataStreamer.java:176) >>>>>> at java.util.concurrent.Executors >>>>>> $RunnableAdapter.call(Executors.java:511) >>>>>> at java.util.concurrent.FutureTask.run(FutureTask.java:266) >>>>>> at java.util.concurrent.ThreadPoo >>>>>> lExecutor.runWorker(ThreadPoolExecutor.java:1142) >>>>>> at java.util.concurrent.ThreadPoo >>>>>> lExecutor$Worker.run(ThreadPoolExecutor.java:617) >>>>>> at java.lang.Thread.run(Thread.java:745) >>>>>> >>>>>> >>>>>> >>>>>> addMessage method is >>>>>> >>>>>> @Override >>>>>> protected void addMessage(T msg) { >>>>>> if (getMultipleTupleExtractor() == null){ >>>>>> Map.Entry<K, V> e = getSingleTupleExtractor().extr >>>>>> act(msg); >>>>>> >>>>>> if (e != null) >>>>>> getStreamer().addData(e); >>>>>> >>>>>> } else { >>>>>> Map<K, V> m = getMultipleTupleExtractor().extract(msg); >>>>>> if (m != null && !m.isEmpty()){ >>>>>> getStreamer().addData(m); >>>>>> } >>>>>> } >>>>>> } >>>>>> >>>>>> >>>>>> Do you see any issue ? Please let me know if you need any additional >>>>>> information. thanks. >>>>>> >>>>>> Thanks. >>>>>> >>>>> >>>>> >>>> >>> >> > -- Vladislav Pyatkov

Re: org.h2.api.JavaObjectSerializer not found

2016-10-31 Thread Vladislav Pyatkov
jectSerializer-not- > found-tp8538p8553.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Killing a node under load stalls the grid with ignite 1.7

2016-10-31 Thread Vladislav Pyatkov
Hi, I mean, If you need create Order entry before Trade, you can to do it in CacheStore implementation, but do not use IgniteCache for this. Just write inserts for both tables. Why this way did not matched? On Mon, Oct 31, 2016 at 4:55 PM, bintisepaha wrote: > Hi

Re: Killing a node under load stalls the grid with ignite 1.7

2016-10-31 Thread Vladislav Pyatkov
s? > > Thanks, > Binti > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Killing-a-node-under-load-stalls-the- > grid-with-ignite-1-7-tp8130p8557.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: IN Query

2016-10-31 Thread Vladislav Pyatkov
> PreparedStatement statement = conn.prepareStatement("SELECT p.name >>> FROM Person p join table(joinId VARCHAR(25) = ?) k on p.id = k.joinId"); >>> statement.setObject(1, inParameter.toArray()); >>> ResultSet rs = statement.executeQuery(); >>> >>> Thanks for your help. >>> >> >> > -- Vladislav Pyatkov

Re: java.lang.IllegalStateException: Failed to create data streamer (grid is stopping).

2016-10-31 Thread Vladislav Pyatkov
ctly prohibited, and may be unlawful.If you have received this > communication in error,please > immediately notify the sender by return e-mail, and delete the original > message and all copies from > your system. Thank you. > -------- > --- > -- Vladislav Pyatkov

Re: Does read-through work with replicated caches ?

2016-10-27 Thread Vladislav Pyatkov
> so what does it do ? > > Kristian > > -- Vladislav Pyatkov

Re: How to avoid data skew in collocate data with data

2016-10-27 Thread Vladislav Pyatkov
from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: How to avoid data skew in collocate data with data

2016-10-26 Thread Vladislav Pyatkov
locate- > data-with-data-tp8454p8512.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: [EXTERNAL] Re: SLF4J AND LOG4J delegation exception with ignite dependency

2016-10-26 Thread Vladislav Pyatkov
pache.ignite.internal.IgnitionEx.start(IgnitionEx. > java:619) > at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx. > java:589) > at org.apache.ignite.Ignition.start(Ignition.java:347) > at com.boot.NodeStartup.main(NodeStartup.java:21) > Caus

Re: How to avoid data skew in collocate data with data

2016-10-26 Thread Vladislav Pyatkov
ntext: http://apache-ignite-users. > 70518.x6.nabble.com/How-to-avoid-data-skew-in-collocate- > data-with-data-tp8454p8491.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Evicted entry appears in Write-behind cache

2016-10-26 Thread Vladislav Pyatkov
a get() for an entry, ignite looks at both the > cache and the write behind buffer and loads it. If it doesn’t find it in > any of the two, it then uses the read through mechanism to load the entry > from the store. > > > > Thanks, > > Pradeep V.B. > > > > *From:

Re: Killing a node under load stalls the grid with ignite 1.7

2016-10-25 Thread Vladislav Pyatkov
der-load-stalls-the- > grid-with-ignite-1-7-tp8130p8449.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: How to avoid data skew in collocate data with data

2016-10-25 Thread Vladislav Pyatkov
ntext: http://apache-ignite-users.705 >> 18.x6.nabble.com/How-to-avoid-data-skew-in-collocate-data- >> with-data-tp8454p8473.html >> Sent from the Apache Ignite Users mailing list archive at Nabble.com. >> > > > > -- > Alexey Kuznetsov > -- Vladislav Pyatkov

Re: Cant events listen from client Node

2016-10-25 Thread Vladislav Pyatkov
ting.dmp.vip.georgia.ignite.CTL_File_Type > > > > > > > this work for server node but still does not work for client node. > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Cant-events-listen-from-client-Node-tp8470p8472.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Cant events listen from client Node

2016-10-25 Thread Vladislav Pyatkov
e; > }, (IgnitePredicate) cacheEvent -> > cacheEvent.cacheName().equals(CTL_FILES), EventType.EVT_CACHE_OBJECT_PUT); > > What's the problem? > > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Cant-events-listen-from-client-Node-tp8470.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Ignite client thread amount control

2016-10-25 Thread Vladislav Pyatkov
5.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: SLF4J AND LOG4J delegation exception with ignite dependency

2016-10-24 Thread Vladislav Pyatkov
ass(ClassLoader.java:424) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) > at java.lang.ClassLoader.loadClass(ClassLoader.java:357) > ... 14 more > > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/SLF4J-AND-LOG4J-delegation-exception- > with-ignite-dependency-tp8415p8425.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Why doesn't the index be used in my test?

2016-10-24 Thread Vladislav Pyatkov
ized use, forwarding, printing, > storing, disclosure or copying > is strictly prohibited, and may be unlawful.If you have received this > communication in error,please > immediately notify the sender by return e-mail, and delete the original > message and all copies from > your system. Thank you. > > --- > -- Vladislav Pyatkov

Re: Data Streamer

2016-10-21 Thread Vladislav Pyatkov
mentation) has its own data > streamer. was it correct approach. > > Loading data into ignite cache using data streamer is very slow compared > normal cache.put. > > is that expected ? or need to some configurations to improve the > performance. > > Thanks. > > -- Vladislav Pyatkov

Re: Killing a node under load stalls the grid with ignite 1.7

2016-10-21 Thread Vladislav Pyatkov
ble.com/Killing-a-node-under-load-stalls-the- > grid-with-ignite-1-7-tp8130p8405.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: zero downtime while upgrade

2016-10-21 Thread Vladislav Pyatkov
<mail.abhishekj...@gmail.com> wrote: > Hi Folks, > > Does apache Ignite supports zero downtime while upgrading to new version ? > > Regards > Abhishek > -- Vladislav Pyatkov

Re: One question about Partition-aware data loading

2016-10-21 Thread Vladislav Pyatkov
wful.If you have received this > communication in error,please > immediately notify the sender by return e-mail, and delete the original > message and all copies from > your system. Thank you. > > --- > -- Vladislav Pyatkov

Re: Ignite metrics

2016-10-21 Thread Vladislav Pyatkov
sed is 101 MB and heap used is 999MB. But actual > RAM used by jar is 20 GB. > > Can you please clarify the numbers ? > > Thanks > -- Vladislav Pyatkov

Re: Some problems in test case which comparing sql query performance between Ignite and Oracle

2016-10-20 Thread Vladislav Pyatkov
immediately notify the sender by return e-mail, and delete the original > message and all copies from > your system. Thank you. > > --- > -- Vladislav Pyatkov

Re: JVM Crash - SIGSEGV on GridUnsafe.copyMemory

2016-10-19 Thread Vladislav Pyatkov
, Handle, > KlassHandle, Symbol*, Symbol*, Thread*)+0x47 > V [libjvm.so+0x7232d0] thread_entry(JavaThread*, Thread*)+0xa0 > V [libjvm.so+0xa68f3f] JavaThread::thread_main_inner()+0xdf > V [libjvm.so+0xa6906c] JavaThread::run()+0x11c > V [libjvm.so+0x91cb88] java_start(Thread*)+0x108 > C [libpthread.so.0+0x7aa1] > hs_err_pid3410800.log > <http://apache-ignite-users.70518.x6.nabble.com/file/ > n8356/hs_err_pid3410800.log> > hs_err_pid3410096.log > <http://apache-ignite-users.70518.x6.nabble.com/file/ > n8356/hs_err_pid3410096.log> > hs_err_pid3408462.log > <http://apache-ignite-users.70518.x6.nabble.com/file/ > n8356/hs_err_pid3408462.log> > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/JVM-Crash-SIGSEGV-on-GridUnsafe-copyMemory-tp8356.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Killing a node under load stalls the grid with ignite 1.7

2016-10-18 Thread Vladislav Pyatkov
> > > > > > class="org.apache.ignite.cache.affinity.rendezvous. > RendezvousAffinityFunction"> > value="true" /> > > > > > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Killing-a-node-under-load-stalls-the- > grid-with-ignite-1-7-tp8130p8334.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Loading Hbase data into Ignite

2016-10-18 Thread Vladislav Pyatkov
.705 >> 18.x6.nabble.com/Loading-Hbase-data-into-Ignite-tp8209p8308.html >> Sent from the Apache Ignite Users mailing list archive at Nabble.com. >> > > -- Vladislav Pyatkov

Re: sample code for customised Partition logic

2016-10-17 Thread Vladislav Pyatkov
there are > lots > of people use it without error, right?) > but why "assignPartitions()" returns to me the same node# List ? > > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/sample-code-for-customised-Partition- > logic-tp8270p8317.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Killing a node under load stalls the grid with ignite 1.7

2016-10-14 Thread Vladislav Pyatkov
Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Network Segmentation configuarion

2016-10-13 Thread Vladislav Pyatkov
ably set SegmentationPolicy to NOOP to avoid node shutdown, but > I don't think it's a good idea that node will out of topology for a long > time. > Is possible to set time/wait longer until getting SEGMENTED event? > > We are using ignite 1.7.0 and running cluster with 20 nodes. > > Thank you, > Yitzhak > -- > > Yitzhak Molko > -- Vladislav Pyatkov

Re: Near cache

2016-10-13 Thread Vladislav Pyatkov
> > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Near-cache-tp8192p8223.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: How to get the load status of the Ignite cluster

2016-10-13 Thread Vladislav Pyatkov
2p8259.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: How to get the load status of the Ignite cluster

2016-10-12 Thread Vladislav Pyatkov
get the load status of the Ignite cluster? > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/How-to-get-the-load-status-of-the- > Ignite-cluster-tp8232.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Evicted entry appears in Write-behind cache

2016-10-12 Thread Vladislav Pyatkov
gt; addressed. If you have received this email in error please delete it > immediately. > > > This email and any files transmitted with it are confidential, proprietary > and intended solely for the individual or entity to whom they are > addressed. If you have received this email in error please delete it > immediately. > > > -- Vladislav Pyatkov

Re: Loading Hbase data into Ignite

2016-10-11 Thread Vladislav Pyatkov
was looking at > > http://apacheignite.gridgain.org/v1.7/docs/data-loading > > https://github.com/apache/ignite/tree/master/examples > > is there any approach where each ignite node loads the data of one hbase > region ? > > Do you have any recommendations ? > > Thanks. > -- Vladislav Pyatkov

Re: Near cache

2016-10-11 Thread Vladislav Pyatkov
; Thanks, > -Sam > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Near-cache-tp8192.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: IN Query

2016-10-11 Thread Vladislav Pyatkov
ect[] { > inParameter.toArray()}, new Object[] { anotherINParameter.toArray()}); > > Thanks > -- Vladislav Pyatkov

Re: Swap space

2016-10-10 Thread Vladislav Pyatkov
to log swap space movement ? what is the default location of swap on > disk ? > > Thanks. > -- Vladislav Pyatkov

Re: IN Query

2016-10-10 Thread Vladislav Pyatkov
java Query DSL for ignite queries ? Thanks. > > On 10 October 2016 at 17:30, Vladislav Pyatkov <vpyat...@gridgain.com> > wrote: > >> Hi, >> >> Try to do it like this >> >> SqlFieldsQuery query = new SqlFieldsQuery(sql).setArgs(new Object[] { >> inP

Re: IN Query

2016-10-10 Thread Vladislav Pyatkov
Hi, Try to do it like this SqlFieldsQuery query = new SqlFieldsQuery(sql).setArgs(new Object[] { inParameter.toArray() }); This will by perform, because the method (SqlFieldsQuery.setArgs()) using varargs. On Mon, Oct 10, 2016 at 2:47 PM, Anil wrote: > HI , > > I am

Re: Forced Write behind on demand

2016-10-10 Thread Vladislav Pyatkov
ny files transmitted with it are confidential, proprietary > and intended solely for the individual or entity to whom they are > addressed. If you have received this email in error please delete it > immediately. > -- Vladislav Pyatkov

Re: Evicted entry appears in Write-behind cache

2016-10-10 Thread Vladislav Pyatkov
orks? > > > > Thanks, > > Pradeep V.B. > This email and any files transmitted with it are confidential, proprietary > and intended solely for the individual or entity to whom they are > addressed. If you have received this email in error please delete it > immediately. > -- Vladislav Pyatkov

Re: Certificates for Encryption

2016-10-06 Thread Vladislav Pyatkov
Hi Ignite requires jks trust store for storing trusted certificates[1]. If you have certificate file you can to import it into store like this: *keytool -importcert -file certificate.cer -keystore keystore.jks -alias "Alias"* [1]: https://apacheignite.readme.io/docs/ssltls On Thu, Oct 6, 2016

Re: Time break up of SQL query execution in Apache Ignite

2016-10-05 Thread Vladislav Pyatkov
//apache-ignite-users. > 70518.x6.nabble.com/Time-break-up-of-SQL-query-execution-in-Apache-Ignite- > tp8101.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: Unexpected flag value

2016-10-03 Thread Vladislav Pyatkov
Hi Dmitry, Could you please check what will be if you implement Externalizable explicitly? public class TaskOutput implements Externalizable {...} On Mon, Oct 3, 2016 at 4:45 PM, dmitry.parkhonin wrote: > It is not a response, it is a question. > > In addition to my

Re: Which ports does ignite cluster need to run normally?

2016-09-30 Thread Vladislav Pyatkov
> > Is it enough? > > Regards, > > Zhou. > >> > -- Vladislav Pyatkov

Re: How to avoid the event lost in the continuous query

2016-09-27 Thread Vladislav Pyatkov
t; continuous-query-tp7904p7961.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: AtomicSequence not working when shutting down one server node from a cluster

2016-09-26 Thread Vladislav Pyatkov
-not-working- > when-shutting-down-one-server-node-from-a-cluster-tp7770p7905.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov http://www.springframework.org/schema/beans; xmlns:xsi="http://www.w3.org/2001

Re: Apache Ignite cluster in AWS using IP without Multicast

2016-09-21 Thread Vladislav Pyatkov
he cluster >> nodes. >> >> *My Ignite Config for Static ip finder is below:* >> >> > class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder"> >> >> >> >> >> 11.33.50.14:47500..47509 >> 11.33.49.180:47500..47509 >> >> >> >> >> -- Vladislav Pyatkov

Re: [EXTERNAL] Re: Failed to write class name to file: java.io.FileNotFoundException

2016-09-21 Thread Vladislav Pyatkov
context: http://apache-ignite-users. > 70518.x6.nabble.com/Failed-to-write-class-name-to-file-java- > io-FileNotFoundException-tp7855.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > > > > > > -- > > Vladislav Pyatkov > > > ---

Re: Failed to write class name to file: java.io.FileNotFoundException

2016-09-21 Thread Vladislav Pyatkov
518.x6.nabble.com/Failed-to-write-class-name-to-file-java- > io-FileNotFoundException-tp7855.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

Re: AtomicSequence not working when shutting down one server node from a cluster

2016-09-20 Thread Vladislav Pyatkov
Hi, For REPLICATED cache the property: is not matter. Could you please provide code sample, where the issue is reproduced? On Tue, Sep 20, 2016 at 10:33 AM, hitansu wrote: > First of all why it is still showing this post is not accepted ? > I tried with the backup

Re: Services not injected into CacheStore if deployed using Spring configuration

2016-09-15 Thread Vladislav Pyatkov
I get NPE on cache.put(..) >>> >>> Could you, please, look into it and advise on possible resolution of >>> this issue? >>> >> >> >> >> >> -- >> View this message in context: http://apache-ignite-users.705 >> 18.x6.nabble.com/Services-not-injected-into-CacheStore-if- >> deployed-using-Spring-configuration-tp7708p7761.html >> Sent from the Apache Ignite Users mailing list archive at Nabble.com. >> > > -- Vladislav Pyatkov

  1   2   3   >