Thanks Alex,
But I still not quite understand the expected behaviour. If I set the page
size to 100 and interval to 0, should the local query be triggered for every
100 updates?
Regards,
Rick
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
If anyone missed my presentation today on Real-World Architectural Patterns
with Apache Pulsar that focuses on *Ignite* use cases and high-performance
caching, you can access the recording here: https://youtu.be/pmaCG1SHAW8
Devin G. Bost
Hi,
Tomorrow (Apr 29) I'll present a webinar [1] on basic data safety /
consistency guarantees that can be provided by Ignite. We'll discuss data
replication modes, atomic / TX caches, write sync modes and disk
consistency guarantees. Possible configuration options and their impact on
the system w
Hi,
setTimeInterval limits the time Ignite will wait for an internal buffer
to fill up before sending.
It is not a time delay setting.
From the doc:
https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/cache/query/ContinuousQuery.html#setTimeInterval-long-
When a cach
You are using PARTITIONED caches, and some nodes might have left the grid
causing data loss
look for this message: Topology snapshot [ .. servers=1, clients=0]
see if you are seeing servers appear or disappear?
Try changing your cache config to REPLICATED to see whether this issue
re-occurs?
-
Hi Alex - Here is the cache configuration for the cache
CacheConfiguration cacheConfig = new
CacheConfiguration<>();
cacheConfig.setCacheMode(CacheMode.PARTITIONED);
cacheConfig.setRebalanceMode(CacheRebalanceMode.ASYNC);
Hi,
Are you using expiry policies?
https://apacheignite.readme.io/docs/expiry-policies
Share your config?
How are you measuring the # of entries?
Thanks, Alex
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
Dear akorensh, thank you for the support, please, next time provide the
correct link to Apache Ignite documentation, not to GridGain site (there
could be outdated documentation).
The actual documentation is here for release 2.8.0
https://apacheignite.readme.io/docs/machine-learning
https://apache
Hi, askelejboelle!
Could you please share the model, snippet of data (if it's not secret) and
full code sample to reproduce problem. It looks like a bug and I'll try to
fix it.
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
Hi Guys - I have ignite cache with persistence enabled. Three days back I was
having 11 billion events in the cache and yesterday it became around 10
billion and now its around 8.9 billion. Ignite data is constantly going down
on its own. Am I doing something wrong with my config or have you guys f
Dear all,
I tried to play around with the setPageSize and setTimeInterval on
Continuous Query, but it doesn't seem to have any effect. My code is like:
private void configOrderListener(Ignite ignite) {
IgniteCache cache =
ignite.cache(StoreHelper.getCacheName(OrderStore.class));
Contin
Hello!
Yes, you are right, according to
https://issues.apache.org/jira/browse/IGNITE-11472 TIMESTAMP WITH TIME ZONE
not supported by Ignite.
I think you will have to work around this quirky behavior. I have left a
comment about this issue specifically.
Regards,
--
Ilya Kasnacheev
пн, 27 апр.
Hello,
I have not seen this exact stacktrace before, is it possible to provide a
minimal reproducer to this, since it seems you are able to reproduce this
easily?
Also please make sure to provide the full thread dump from the JVM that
hangs and the data region configuration as well.
What is your
Hello!
According to documentation
https://apacheignite.readme.io/docs/system-views ignite should expose the
Node Metrics System View. However there is no such view in the code (
org.apache.ignite.spi.systemview.view package). Is it a peace of
not-implemented-yet feature or is it a bug in the docum
14 matches
Mail list logo