Re: exception in windows while using FilePageStore

2021-11-18 Thread Ernesto Reinaldo Barreiro
https://issues.apache.org/jira/browse/WICKET-6936 On Thu, Nov 18, 2021 at 1:10 PM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi Sven, > > Many thanks for your answer. > > On Thu, Nov 18, 2021 at 12:36 PM Sven Meier wrote: > >> Hi Ernesto, >> >> I've tested FilePageStore without TRU

Re: exception in windows while using FilePageStore

2021-11-18 Thread Ernesto Reinaldo Barreiro
Hi Sven, Many thanks for your answer. On Thu, Nov 18, 2021 at 12:36 PM Sven Meier wrote: > Hi Ernesto, > > I've tested FilePageStore without TRUNCATE_EXISTING - in that case the > file will not shrink, when the page has reduced its size. > Ok. > > Luckily this doesn't disturb Java's default de

Re: exception in windows while using FilePageStore

2021-11-18 Thread Sven Meier
Hi Ernesto, I've tested FilePageStore without TRUNCATE_EXISTING - in that case the file will not shrink, when the page has reduced its size. Luckily this doesn't disturb Java's default deserialization, the excess is just ignored. But what if a project uses another serializer? Regards Sven