Hi Alex,
1. How is the storage spi record method getting invoked on this node if the
ignite has not even fully started on this node ? Which ignite instance is it
using to invoke the record method ?
I have enabled only these events :
<property name="includeEventTypes">
<list>
<util:constant
static-field="org.apache.ignite.events.EventType.EVT_TX_STARTED"/>
<util:constant
static-field="org.apache.ignite.events.EventType.EVT_CLIENT_NODE_RECONNECTED"/>
<util:constant
static-field="org.apache.ignite.events.EventType.EVT_CACHE_OBJECT_PUT"/>
<util:constant
static-field="org.apache.ignite.events.EventType.EVT_CACHE_OBJECT_REMOVED"/>
</list>
</property>
2. >> Is there a reason you are using Igintion.ignite(..) inside the
eventstorage api?
I use it in the eventstorage spi to get a handle to the audit cache( which
is a ignite cache ) , where i can store the events generated from a cache
modification that was done on dbeaver.
3. >> It is best to redesign your event storage system to not call these
methods.
What is the recommended design to capture and store the event generated from
dbeaver cache update.
regards,
Veena
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/