Re: Error in S3 Garbage Collection

2020-10-23 Thread Tanvi Shah
How is it possible with jackrabbit oak api version 1.22.2? From: Julian Reschke Sent: 22 October 2020 13:28 To: Tanvi Shah; oak-dev@jackrabbit.apache.org Subject: Re: Error in S3 Garbage Collection [External - Use Caution] Am 22.10.2020 um 07:48 schrieb

Re: Error in S3 Garbage Collection

2020-10-23 Thread Julian Reschke
Am 23.10.2020 um 11:51 schrieb Tanvi Shah: How is it possible with jackrabbit oak api version 1.22.2? ... You can "svn co https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.22.2/;, modify the code, then rebuild. (that said, I'd update to the latest, that is 1.22.5 or the

Re: changelog

2020-10-23 Thread Marco Piovesana
Hi Torgeir, the following code contains more less all we do, from the creation of the repository, the garbage collector and its execution. We actually run the two gc methods into separated scheduled processes. public void executeGarbageCollection() throws Exception { File storageRoot = new

Re: changelog

2020-10-23 Thread Torgeir Veimo
Can you show some code? There's a real lack of code showing how to do GC without using the default osgi configuration. On Fri, 23 Oct 2020 at 19:08, Marco Piovesana wrote: > > We use Oak alone so we handle the garbage collection, we used a specific > contractor for the *MarkSweepGarbageCollector

Re: changelog

2020-10-23 Thread Marco Piovesana
We use Oak alone so we handle the garbage collection, we used a specific contractor for the *MarkSweepGarbageCollector *object that does not exist anymore (now it has different parameters, no really big deal). Marco. On Fri, Oct 23, 2020 at 10:58 AM Julian Reschke wrote: > Am 23.10.2020 um

Re: changelog

2020-10-23 Thread Julian Reschke
Am 23.10.2020 um 10:22 schrieb Marco Piovesana: Right, didn't think of jira for that, thanks Julian. Would that work also for breaking changes? Do you guys have a convention for the jira issues to highlight it? I'm updating from the 1.14 to the latest stable 1.32, and there was just one very

Re: changelog

2020-10-23 Thread Marco Piovesana
Right, didn't think of jira for that, thanks Julian. Would that work also for breaking changes? Do you guys have a convention for the jira issues to highlight it? I'm updating from the 1.14 to the latest stable 1.32, and there was just one very easy breaking change. Marco. On Fri, Oct 23, 2020

Re: changelog

2020-10-23 Thread Julian Reschke
Am 23.10.2020 um 09:09 schrieb Marco Piovesana: Hi all, there's a way to see all features, breaking changes, and fug fixings from a starting version to a destination version? I can see the release notes for the latest releases, but I find it hard to find the ones in between. Marco. You could

changelog

2020-10-23 Thread Marco Piovesana
Hi all, there's a way to see all features, breaking changes, and fug fixings from a starting version to a destination version? I can see the release notes for the latest releases, but I find it hard to find the ones in between. Marco.