Re: Cache_Put event generated from a remote_client user action has subject uuid of Node that executes the request sometimes

2020-06-15 Thread VeenaMithare
Hi Andrei, Could you kindly help review the approach to get the remote client user when the update is triggered from dbeaver ( jdbc thin client ). As mentioned this was done as a workaround to tackle this issue : IGNITE-12781 ( Wasnt sure if you were confirming the approach itself in the earlier

Re: Cache_Put event generated from a remote_client user action has subject uuid of Node that executes the request sometimes

2020-06-10 Thread VeenaMithare
HI Andrei, >>IgniteCache can help to hold all the information about started transactions and users. >>Using EventStorageSpi is a good way to handle the events. Thank you . I wanted a review on the below approach : 1.If the cache_put event holds the subject id of the remoteclient, then fetch it u

Re: Cache_Put event generated from a remote_client user action has subject uuid of Node that executes the request sometimes

2020-06-10 Thread Andrei Aleksandrov
Hi, Your approach is correct as for me. IgniteCache can help to hold all the information about started transactions and users. Using EventStorageSpi is a good way to handle the events. BR, Andrei 6/9/2020 10:06 AM, VeenaMithare пишет: Cache_Put event generated from a remote_client user act