Defragmentation Task Fails on Windows due to AccessDeniedException

2022-08-12 Thread Tejashree Ruikar
Hi, I'm using ControlScript to trigger the defragmentation task for an apache ignite node. The defragmentation completes successfully on a Linux node. But when executed on a Widows node, it fails with following exception: Aug 12, 2022 9:59:08 AM org.apache.ignite.logger.java.JavaLogger error SEVE

Re: Defragmentation Task Fails on Windows due to AccessDeniedException

2022-08-12 Thread Ivan Bessonov
Hi! Unfortunately, the problem is in Ignite itself. The node holds the file opened while renaming it, thus not allowing this renaming to happen on Windows platform. I don't think that there's a workaround here. пт, 12 авг. 2022 г. в 12:40, Tejashree Ruikar : > Hi, > > I'm using ControlScript to

Re: Defragmentation Task Fails on Windows due to AccessDeniedException

2022-08-12 Thread Ivan Bessonov
Hi! Unfortunately, the problem is in Ignite itself. The node holds the file opened while renaming it, thus not allowing this renaming to happen on Windows platform. I don't think that there's a workaround here. пт, 12 авг. 2022 г. в 17:11, Ivan Bessonov : > Hi! > > Unfortunately, the problem is

Re: Defragmentation Task Fails on Windows due to AccessDeniedException

2022-08-15 Thread Tejashree Ruikar
Okay, thanks Ivan for the update. Is it scheduled to be fixed in any of the upcoming updates or patches? Regards, Tejashree Ruikar On Fri, Aug 12, 2022 at 7:45 PM Ivan Bessonov wrote: > Hi! > > Unfortunately, the problem is in Ignite itself. The node holds the file > opened while renaming it, t

Re: Defragmentation Task Fails on Windows due to AccessDeniedException

2022-08-23 Thread Ivan Bessonov
Hi, I can't give you the exact estimation, cause I didn't yet look at the scope of required changes. I'm afraid that simply replacing "move" with "delete"&"rename" won't help in this case, files must be explicitly closed before doing so. There's a chance to get it done by the time 2.14 is released

Re: Defragmentation Task Fails on Windows due to AccessDeniedException

2022-08-23 Thread Tejashree Ruikar
@Ivan Thanks for your reply. The fix is quite important to be able to use Ignite efficiently. If the fix is available in the 2.14 version, that'll be great! Regards, Tejashree Ruikar On Tue, Aug 23, 2022 at 4:34 PM Ivan Bessonov wrote: > Hi, > > I can't give you the exact estimation, cause I

Re: Defragmentation Task Fails on Windows due to AccessDeniedException

2023-06-19 Thread Tejashree Ruikar
Hey, Any update on when the defragmentation support for Windows will be available? Regards, Tejashree Ruikar R&D Engineer Software 3 | Symantec Enterprise Division Broadcom EON Free Zone (SEZ) | Pune, India Email: Tejashree| broadcom.com On Tue, Aug 16, 2022 at 10:30 AM Tejashree Ruikar <