I still found some events lost.
The default value of expireCount is 10000 in the following config.
<property name="eventStorageSpi">
<bean
class="org.apache.ignite.spi.eventstorage.memory.MemoryEventStorageSpi">
<property name="expireCount" value="10000" />
</bean>
</property>
I do not know whether this value is related to this problem.
Can I change this value larger? Will it work?
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/How-to-avoid-the-event-lost-in-the-continuous-query-tp7904p8155.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.