Re: Ignite's HibernateNonStrictAccessStrategy does not update the cache with latest changes when transaction contains multiple flushes

2023-03-28 Thread Kseniya Romanova
Welcome to the community! Here's useful link: https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute On Mon, Mar 27, 2023 at 9:48 PM Prigoreanu, Alexandru < prigoreanu.alexan...@anteash.com> wrote: > Thank you! > > On Mon, Mar 27, 2023 at 11:33 AM Kseniya Romanova > wrote: > >> Hi

Re: Ignite's HibernateNonStrictAccessStrategy does not update the cache with latest changes when transaction contains multiple flushes

2023-03-27 Thread Prigoreanu, Alexandru
Thank you! On Mon, Mar 27, 2023 at 11:33 AM Kseniya Romanova wrote: > Hi Alex! You can check if the preferred ASF Jira name is free and make a > request at https://selfserve.apache.org/jira-account.html > One of PMC members will approve right after this. > > Cheers, > Kseniya > > On Fri, Mar

Re: Ignite's HibernateNonStrictAccessStrategy does not update the cache with latest changes when transaction contains multiple flushes

2023-03-27 Thread Kseniya Romanova
Hi Alex! You can check if the preferred ASF Jira name is free and make a request at https://selfserve.apache.org/jira-account.html One of PMC members will approve right after this. Cheers, Kseniya On Fri, Mar 24, 2023 at 10:24 PM Prigoreanu, Alexandru < prigoreanu.alexan...@anteash.com> wrote:

Re: Ignite's HibernateNonStrictAccessStrategy does not update the cache with latest changes when transaction contains multiple flushes

2023-03-24 Thread Prigoreanu, Alexandru
hello everyone! please could you create a profile for me on jira so i can submit this issue there? thank you! On Wed, Mar 1, 2023 at 5:07 AM Prigoreanu, Alexandru < prigoreanu.alexan...@anteash.com> wrote: > Hello everyone! thank you for your time. > > - we have an entity PlaceImpl annotated

Ignite's HibernateNonStrictAccessStrategy does not update the cache with latest changes when transaction contains multiple flushes

2023-03-01 Thread Prigoreanu, Alexandru
Hello everyone! thank you for your time. - we have an entity PlaceImpl annotated @Cache(usage = CacheConcurrencyStrategy.NONSTRICT_READ_WRITE) - we use Ignite's L2 Hibernate cache implementation through the application property