Hi, I get this issue when I do massive and continues parentModel.ChildModelList.clear() on nested lists of an object and immediately calling addAll(new List) and this parentModel class has many nested lists represented as LinkList in DB.
I am not getting this issue now as I modified the logic to reduced amount of calling list.clear(). And prevented any read attempt while the deletion process is being executed to avoid any locking or deadLocking exception. That might have solved my issue until now. Thanks, Kareem On Tue, Mar 10, 2015 at 5:59 AM, Luca Garulli <[email protected]> wrote: > Hi guys, > Sorry could anybody provide a test case we can analyze and reproduce the > problem? I'd like to have this fixed in 2.0.5 ;-) > > Lvc@ > > > On 6 March 2015 at 20:20, Jing Chen <[email protected]> wrote: > >> I am getting this error too. Any progress on this issue? My application >> is running OrientDB 2.0.4 >> >> Jing >> >> -- >> >> --- >> You received this message because you are subscribed to the Google Groups >> "OrientDB" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > > --- > You received this message because you are subscribed to a topic in the > Google Groups "OrientDB" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/orient-database/INf_ennAN7o/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
