Re: S3 Garbage Collection

2020-07-22 Thread Amit Jain
Hi, The performance impact is governed less by the size of the data store (aws bucket size) but more on the size of the repository and on the number of blobs. The performance impact of it running should be minimal. DataStore garbage collection (DSGC) has 2 phases and the mark phase where it has

Re: [VOTE] Release Apache Jackrabbit Oak 1.28.0

2020-05-20 Thread Amit Jain
-1 Do not release this package due to OAK-9067, seems important enough include the fix and release. Thanks Amit On Wed, May 20, 2020 at 12:53 AM Marcel Reutegger wrote: > Hi, > > A candidate for the Jackrabbit Oak 1.28.0 release is available at: > >

Re: svn commit: r1877948 - /jackrabbit/oak/trunk/oak-run-commons/pom.xml

2020-05-20 Thread Amit Jain
Hi, In light of this, should the release 1.28.0 still go ahead? Thanks Amit On Wed, May 20, 2020 at 5:44 PM wrote: > Author: adulceanu > Date: Wed May 20 12:14:00 2020 > New Revision: 1877948 > > URL: http://svn.apache.org/viewvc?rev=1877948=rev > Log: > OAK-9067 - Missing oak-segment-remote

Re: blob garbage collector does not delete blobs

2020-04-15 Thread Amit Jain
one and when the other? > > Marco. > > On Wed, Apr 15, 2020 at 8:38 AM Amit Jain wrote: > > > Hi, > > > > To delete blobs the segment compaction has to be executed before hand to > > remove older revisions referring to the blobs in the datastore. You can >

Re: blob garbage collector does not delete blobs

2020-04-15 Thread Amit Jain
Hi, To delete blobs the segment compaction has to be executed before hand to remove older revisions referring to the blobs in the datastore. You can take a look at the IT for the blob garbage collection [1]. I am not so sure about the creation of new segement tar file should be directly related

Re: [VOTE] Release Apache Jackrabbit Oak 1.26.0

2020-03-20 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.26.0 Thanks Amit On Fri, Mar 20, 2020 at 2:03 PM Julian Reschke wrote: > A candidate for the Jackrabbit Oak 1.26.0 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.26.0/ > > The release candidate is a

Re: [VOTE] Release Apache Jackrabbit Oak 1.8.21

2020-03-20 Thread Amit Jain
Getting same issue, see below Regards Amit [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.01 s <<< FAILURE! - in org.apache.jackrabbit.oak.run.UtilsTest [ERROR] validateMongoUri(org.apache.jackrabbit.oak.run.UtilsTest) Time elapsed: 3.009 s <<< ERROR!

Re: CachingFileDataStore vs DataStoreBlobStore

2020-02-24 Thread Amit Jain
bStore. Should I change it to > OakFileDataStore then? If yes, do I have to do an upgrade for that or I > just need to instantiate my storage with the new class? > > Marco. > > On Tue, Feb 25, 2020 at 11:52 AM Amit Jain wrote: > > > Hi, > > > > OakFileDataS

Re: CachingFileDataStore vs DataStoreBlobStore

2020-02-24 Thread Amit Jain
one should be used instead of the other? > > Marco. > > On Mon, Feb 24, 2020 at 6:43 PM Amit Jain wrote: > > > Hi, > > > > CachingFileDataStore is only a sort of wrapper to cache files locally > (and > > upload async) when the actual backend is some s

Re: CachingFileDataStore vs DataStoreBlobStore

2020-02-24 Thread Amit Jain
Hi, CachingFileDataStore is only a sort of wrapper to cache files locally (and upload async) when the actual backend is some sort of NFS and is slow for the parameters you care about. OakFileDataStore is what'll work for your purpose if you don't care about local caching. >> it feels like this

Re: [VOTE] Release Apache Jackrabbit Oak 1.18.0

2019-09-25 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.18.0 Thanks Amit On Wed, Sep 25, 2019 at 12:54 PM Julian Reschke wrote: > A candidate for the Jackrabbit Oak 1.18.0 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.18.0/ > > The release candidate is a

Re: [VOTE] Release Apache Jackrabbit Oak 1.10.5

2019-09-13 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.10.5 Thanks Amit On Fri, Sep 13, 2019 at 12:05 PM Nitin Gupta wrote: > A candidate for the Jackrabbit Oak 1.10.5 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.10.5/ > > The release candidate is a zip

Re: [VOTE] Release Apache Jackrabbit Oak 1.8.16

2019-08-27 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.8.16 Thanks Amit On Mon, Aug 26, 2019 at 2:23 PM Nitin Gupta wrote: > A candidate for the Jackrabbit Oak 1.8.16 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.8.16/ > > The release candidate is a zip

Re: MarkSweepGarbageCollector not working properly

2019-07-19 Thread Amit Jain
-15 14:33:06.117] > > > > > > Probably I'm missing something, but if the file nodes are being > > deleted shouldn't the blob references being completely deleted? > > > > Thanks for your time, > > > > Ruben Lozano > > > > > > El 11

Re: MarkSweepGarbageCollector not working properly

2019-07-11 Thread Amit Jain
Hi, You need to run version GC before doing data store garbage collection (dsgc) and is a pre-requisite for that. You would need to call VersionGarbageCollector#gc to delete older node reversions for dsgc to be effective. Do take a look at the test case which sets up the deleted nodes to be

Re: [VOTE] Release Apache Jackrabbit Oak 1.10.3

2019-07-11 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.10.3 Thanks Amit On Tue, Jul 9, 2019 at 4:47 PM Davide Giannella wrote: > > > A candidate for the Jackrabbit Oak 1.10.3 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.10.3/ > > The release candidate is

Re: Shared Datastore unregistration procedure

2019-04-15 Thread Amit Jain
Hi, Yes, shutting down of instances it not required. Thanks Amit On Mon, Apr 15, 2019 at 11:53 AM Yannick Poireault wrote: > Hello, > > I have a quick question regarding the un-registration of an irrelevant > repository from a shared datastore, referring to this operation: >

Intent to backport OAK-8115, OAK-8112

2019-03-14 Thread Amit Jain
Hi, I would like to backport changes for OAK-8115 & OAK-8112 to 1.10 branch and these are low risk. Thanks Amit

Re: Jackrabbit Oak DuplicateKeyException

2019-03-13 Thread Amit Jain
svn.apache.org/viewvc?view=revision=1828502 > or github > https://github.com/apache/jackrabbit-oak/commit/012e7529a6b8e34836f2fe22bcab3861b9d7192d#diff-1e1cd3443fc4e611259407cdf0ed6ebcL105 > > in 1.4.8 DuplicateKeyException is ignored. in 1.8.11 you catch any > MongoException and wrap it i

Re: [VOTE] Release Apache Jackrabbit Oak 1.10.0 (take 2)

2019-01-15 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.10.0 Thanks Amit On Sat, Jan 12, 2019 at 7:10 AM Davide Giannella wrote: > > > A candidate for the Jackrabbit Oak 1.10.0 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.10.0/ > > The release candidate

Re: [VOTE] Release Apache Jackrabbit Oak 1.8.11

2019-01-14 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.8.11 Thanks Amit On Mon, Jan 14, 2019 at 9:49 PM Julian Reschke wrote: > A candidate for the Jackrabbit Oak 1.8.11 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.8.11/ > > The release candidate is a

Re: [VOTE] Release Apache Jackrabbit Oak 1.9.11

2018-11-13 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.9.11 Thanks Amit On Mon, Nov 12, 2018 at 7:46 PM Davide Giannella wrote: > > > A candidate for the Jackrabbit Oak 1.9.11 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.9.11/ > > The release candidate

Re: [VOTE] Release Apache Jackrabbit Oak 1.9.9

2018-10-09 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.9.9 Thanks Amit On Tue, Oct 9, 2018 at 6:31 PM Julian Reschke wrote: > A candidate for the Jackrabbit Oak 1.9.9 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.9.9/ > > The release candidate is a zip

Re: [VOTE] Release Apache Jackrabbit Oak 1.2.30

2018-09-11 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.2.30 Thanks Amit On Tue, Sep 11, 2018 at 7:10 PM Davide Giannella wrote: > A candidate for the Jackrabbit Oak 1.2.30 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.2.30/ > > The release candidate is a

Re: New Jackrabbit committer: Matt Ryan

2018-09-10 Thread Amit Jain
Welcome Matt!! On Mon, Sep 10, 2018 at 12:16 PM Michael Dürig wrote: > Hi, > > Please welcome Matt Ryan as a new committer and PMC member of > the Apache Jackrabbit project. The Jackrabbit PMC recently decided to > offer Matt committership based on his contributions. I'm happy to > announce

Re: [VOTE] Release Apache Jackrabbit Oak 1.8.7

2018-08-30 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.8.7 Thanks Amit On Wed, Aug 29, 2018 at 3:17 PM Davide Giannella wrote: > > > A candidate for the Jackrabbit Oak 1.8.7 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.8.7/ > > The release candidate is a

Re: [VOTE] Release Apache Jackrabbit Oak 1.9.8

2018-08-29 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.9.8 with [INFO] [INFO] Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-04T01:09:06+05:30) [INFO] OS name: "mac os x", version: "10.13.6", arch:

Re: [DISCUSS] Enabling CI for Oak cloud-based features

2018-07-31 Thread Amit Jain
https://jclouds.apache.org/start/blobstore/ On Tue, Jul 31, 2018 at 1:43 PM Amit Jain wrote: > I don't have too much details but jclouds has some modules to persist to > filesystem and memory with the same API they have for other cloud backends. > > > On Tue, Jul 31, 2018 at

Re: [DISCUSS] Enabling CI for Oak cloud-based features

2018-07-31 Thread Amit Jain
ould need to be tested against a rather broad variety of different > cloud vendors. Maybe its worth to do some research on their approach. > > Michael > > > On 31.07.18 10:01, Amit Jain wrote: > > There's one provided by Adobe as well - https://github.com/adobe/S3Mock > &

Re: [DISCUSS] Enabling CI for Oak cloud-based features

2018-07-31 Thread Amit Jain
There's one provided by Adobe as well - https://github.com/adobe/S3Mock But these would have to be enhanced to support the upload/download urls which I don't think these support. Also, I am not aware of any similar utility for Azure. Thanks Amit On Tue, Jul 31, 2018 at 1:24 PM Julian Reschke

[ANNOUNCE] Apache Jackrabbit Oak 1.6.13 released

2018-07-29 Thread Amit Jain
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit Oak 1.6.13. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release:Release Notes -- Apache Jackrabbit Oak --

Release plan Oak 1.9.7

2018-07-26 Thread Amit Jain
Hi, My plan is to release Oak 1.9.7 early next week. I'll wait for resolution of OAK-7656 and OAK-7569. Thanks Amit

[VOTE] Release Apache Jackrabbit Oak 1.6.13

2018-07-24 Thread Amit Jain
A candidate for the Jackrabbit Oak 1.6.13 release is available at: https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.6.13/ The release candidate is a zip archive of the sources in: https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.6.13/ The SHA1 checksum of the

Re: Release plan Oak 1.6.13

2018-07-24 Thread Amit Jain
>> Once we have sorted that out, we should update creating-releases.md >> (it's good that Amit spotted the version change!). I spotted it because instructions are already there :) On Tue, Jul 24, 2018 at 1:07 PM Julian Reschke wrote: > On 2018-07-24 09:17, Alex Deparvu wrote: > > Hi, > > > >

Re: Fwd: Returned post for annou...@apache.org

2018-07-24 Thread Amit Jain
I think we just need to link them as per [1] Thanks Amit [1] http://apache.org/dev/release-distribution#download-links On Tue, Jul 24, 2018 at 12:18 PM Julian Reschke wrote: > On 2018-07-24 08:22, Amit Jain wrote: > > Fyi > > Received the following from the announcement m

Fwd: Returned post for annou...@apache.org

2018-07-24 Thread Amit Jain
nsensus view of the moderators is that hashes that appear as text on the download page are not acceptable. https://www.apache.org/dev/release-distribution#download-links <<<<< <<<<< -- Forwarded message -- From: Amit Jain To:

Re: Release plan Oak 1.6.13

2018-07-24 Thread Amit Jain
Yeah, there are annotations missing and the missing type arguments in the return Map for getAttributes which is marked as major. On Tue, Jul 24, 2018 at 11:24 AM Julian Reschke wrote: > On 2018-07-24 07:26, Julian Reschke wrote: > > On 2018-07-24 06:44, Amit Jain wrote: > >>

Re: Release plan Oak 1.6.13

2018-07-23 Thread Amit Jain
The version is the same and the API looks similar. Thanks Amit On Tue, Jul 24, 2018 at 10:56 AM Julian Reschke wrote: > On 2018-07-24 06:44, Amit Jain wrote: > > There's a change in the package version in the backport for OAK-6662 [1]. > > As I understand this change is fine a

Re: Release plan Oak 1.6.13

2018-07-23 Thread Amit Jain
/authentication/credentials/package-info.java On Mon, Jul 23, 2018 at 11:16 AM Julian Reschke wrote: > On 2018-07-23 06:33, Amit Jain wrote: > > Hi, > > > > I will release Oak 1.6.13 tomorrow (June 24th). Currently there are no > > issues pending but let me know if yo

Release plan Oak 1.6.13

2018-07-22 Thread Amit Jain
Hi, I will release Oak 1.6.13 tomorrow (June 24th). Currently there are no issues pending but let me know if you plan to include something and need more time. Thanks Amit

[ANNOUNCE] Apache Jackrabbit Oak 1.9.6 released

2018-07-22 Thread Amit Jain
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit Oak. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit Oak --

[Result][VOTE] Release Apache Jackrabbit Oak 1.9.6

2018-07-22 Thread Amit Jain
The vote passes as follows: +1 Julian Reschke +1 Marcel Reutegger +1 Davide Giannella +1 Vikas Saurabh +1 Andrei Dulceanu Thanks for voting. I'll push the release out. Regards Amit

Re: run repository garbage collector for segment store

2018-07-16 Thread Amit Jain
Hi, Currently, the progress and completion status information is only logged and directed to a StatisticsProvider if configured. Apart from *getStats* which as you rightly pointed out makes sense when the blob store is shared there's a newly introduced *getOperationStats()* which can help but

Re: [S3] Binaries uploaded without permission check before session.save()?

2018-06-21 Thread Amit Jain
>> one thing I noticed in the S3 datastore while working on the direct binary access: it seems as if binaries added via InputStream might get uploaded before a session.save(). That might be because the upload happens (by default) asynchronously in the S3 DS, and that pool is filled right when the

Re: [VOTE] Release Apache Jackrabbit Oak 1.9.4

2018-06-19 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.9.4 with [INFO] [INFO] Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-04T01:09:06+05:30) [INFO] OS name: "mac os x", version: "10.13.5", arch:

Re: [VOTE] Release Apache Jackrabbit Oak 1.9.1

2018-05-10 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.9.1 with [INFO] [INFO] Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-04T01:09:06+05:30) [INFO] OS name: "mac os x", version: "10.13.4", arch:

[ANNOUNCE] Apache Jackrabbit Oak 1.6.11 released

2018-04-08 Thread Amit Jain
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit Oak 1.6.11. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit Oak

[RESULT][VOTE] Release Apache Jackrabbit Oak 1.6.11

2018-04-08 Thread Amit Jain
Hi, The vote passes as follows +1 Andrei Dulceanu +1 Julian Reschke +1 Tommaso Teofili +1 Amit Jain Thanks for voting. I'll push the release out. Regards Amit

[VOTE] Release Apache Jackrabbit Oak 1.6.11

2018-04-04 Thread Amit Jain
A candidate for the Jackrabbit Oak 1.6.11 release is available at: https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.6.11/ The release candidate is a zip archive of the sources in: https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.6.11/ The SHA1 checksum of the

Release plan Oak 1.6.11

2018-03-28 Thread Amit Jain
Hi, I would cut the release on 4th April (Coming Wednesday). Please let me know if there's something urgent that needs to go in and you need more time. Thanks Amit

Re: [VOTE] Release Apache Jackrabbit Oak 1.0.42

2018-03-22 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.0.42 Thanks Amit On Tue, Mar 20, 2018 at 10:37 PM, Manfred Baedke wrote: > A candidate for the Jackrabbit Oak 1.0.42 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.0.42/ > >

[ANNOUNCE] Apache Jackrabbit Oak 1.2.29 released

2018-03-15 Thread Amit Jain
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit Oak 1.2.29. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit Oak

[RESULT][VOTE] Release Apache Jackrabbit Oak 1.2.29

2018-03-15 Thread Amit Jain
Hi, The vote passes as follows: +1 Julian Reschke +1 Davide Giannella +1 Amit Jain Thanks for voting. I'll push the release out. Regards Amit

Re: [VOTE] Release Apache Jackrabbit Oak 1.2.29

2018-03-12 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.2.29 Thanks Amit On Mon, Mar 12, 2018 at 11:05 AM, Amit Jain <am...@apache.org> wrote: > A candidate for the Jackrabbit Oak 1.2.29 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.2.29/

[VOTE] Release Apache Jackrabbit Oak 1.2.29

2018-03-11 Thread Amit Jain
A candidate for the Jackrabbit Oak 1.2.29 release is available at: https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.2.29/ The release candidate is a zip archive of the sources in: https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.2.29/ The SHA1 checksum of the

Release plan Oak 1.2.29

2018-03-06 Thread Amit Jain
Hi, Oak 1.2.29 is scheduled for release on 12th March (Monday). If you need more time for urgent issues please let me know. Thanks Amit

Fwd: [CompositeDataStore] pull request to review GC changes

2018-02-22 Thread Amit Jain
Hi, Could you please move this discussion to the relvant jira issue. Thanks Amit On Thu, Feb 22, 2018 at 1:32 PM, Matt Ryan <o...@mvryan.org> wrote: > Hi, > > > On February 21, 2018 at 10:32:48 PM, Amit Jain (am...@ieee.org) wrote: > > Hi, > > > > Now th

Re: [VOTE] Release Apache Jackrabbit Oak 1.8.2

2018-02-07 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.8.2 with [INFO] [INFO] Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-04T01:09:06+05:30) [INFO] OS name: "mac os x", version: "10.13.3", arch:

Re: svn commit: r1822884 [1/3] - in /jackrabbit/oak/branches/1.6: ./ oak-parent/ oak-solr-core/ oak-solr-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/solr/configuration/ oak-solr-core/sr

2018-02-06 Thread Amit Jain
Hi Tommaso, I am getting these errors on building 1.6 which means there missing backports to 1.6. Thanks Amit -- [INFO]

Re: Oak 1.8.2 release plan

2018-02-06 Thread Amit Jain
Backported the fix for OAK-7223 to 1.8 branch. Release is good to go from my side. Thanks Amit On Mon, Feb 5, 2018 at 3:55 PM, Davide Giannella wrote: > On 31/01/2018 10:09, Davide Giannella wrote: > > We have a couple of blockers, which may require more testing. Postponing

Re: [VOTE] Release Apache Jackrabbit Oak 1.8.1

2018-01-22 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.8.1 Thanks Amit On Mon, Jan 22, 2018 at 9:14 PM, Davide Giannella wrote: > > A candidate for the Jackrabbit Oak 1.8.1 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.8.1/ > > The

[ANNOUNCE] Apache Jackrabbit Oak 1.2.28 released

2018-01-18 Thread Amit Jain
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit Oak 1.2.28. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this released: Release Notes -- Apache Jackrabbit Oak

[RESULT][VOTE] Release Apache Jackrabbit Oak 1.2.28

2018-01-18 Thread Amit Jain
Hi, The vote passes as follows: +1 Julian Reschke +1 Alex Deparvu +1 Andrei Dulceanu +1 Davide Giannella +1 Amit Jain Thanks for voting. I'll push the release out. Regards Amit

[VOTE] Release Apache Jackrabbit Oak 1.2.28

2018-01-15 Thread Amit Jain
A candidate for the Jackrabbit Oak 1.2.28 release is available at: https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.2.28/ The release candidate is a zip archive of the sources in: https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.2.28/ The SHA1 checksum of the

Re: [VOTE] Release Apache Jackrabbit Oak 1.6.8

2018-01-10 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.6.8 Thanks Amit On Wed, Jan 10, 2018 at 2:48 AM, Davide Giannella wrote: > > A candidate for the Jackrabbit Oak 1.6.8 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.6.8/ > > The

Re: [VOTE] Release Apache Jackrabbit Oak 1.8.0

2018-01-09 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.8.0 Thanks Amit On Tue, Jan 9, 2018 at 5:23 PM, Davide Giannella wrote: > A candidate for the Jackrabbit Oak 1.8.0 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.8.0/ > > The release

[ANNOUNCE] Apache Jackrabbit Oak 1.0.40 released

2018-01-08 Thread Amit Jain
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit Oak 1.0.40. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit Oak

[RESULT][VOTE] Release Apache Jackrabbit Oak 1.0.40

2018-01-07 Thread Amit Jain
Hi, The vote passes as follows: +1 Julian Reschke +1 Davide Giannella +1 Andrei Dulceanu +1 Amit Jain Thanks for voting. I'll push the release out. Regards Amit

Re: [VOTE] Release Apache Jackrabbit Oak 1.0.40

2018-01-07 Thread Amit Jain
Hi, The vote passes as follows: +1 Julian Reschke +1 Davide Giannella +1 Anfrei Dulceanu + On Fri, Jan 5, 2018 at 5:18 PM, Andrei Dulceanu wrote: > [X] +1 Release this package as Apache Jackrabbit Oak 1.0.40 > > where > > [INFO] >

Re: [VOTE] Release Apache Jackrabbit Oak 1.0.40

2018-01-04 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.0.40 Thanks Amit On Fri, Jan 5, 2018 at 11:31 AM, Amit Jain <am...@apache.org> wrote: > A candidate for the Jackrabbit Oak 1.0.40 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.0.40/

[VOTE] Release Apache Jackrabbit Oak 1.0.40

2018-01-04 Thread Amit Jain
A candidate for the Jackrabbit Oak 1.0.40 release is available at: https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.0.40/ The release candidate is a zip archive of the sources in: https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.0.40/ The SHA1 checksum of the

Re: [VOTE] Release Apache Jackrabbit Oak 1.7.14

2017-12-20 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.7.14 with [INFO] [INFO] Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-04T01:09:06+05:30) [INFO] OS name: "mac os x", version: "10.13.2", arch:

Re: [VOTE] Release Apache Jackrabbit Oak 1.7.12

2017-12-08 Thread Amit Jain
:06 PM, Julian Reschke <julian.resc...@gmx.de> wrote: > On 2017-12-05 08:27, Amit Jain wrote: >> >> Looking into the test failures...Seems to be an intermittent issue on >> windows only >> Had tested on windows as well before the commits >> ... > > &

Re: [VOTE] Release Apache Jackrabbit Oak 1.7.12

2017-12-04 Thread Amit Jain
Looking into the test failures...Seems to be an intermittent issue on windows only Had tested on windows as well before the commits On Tue, Dec 5, 2017 at 12:53 PM, Julian Reschke wrote: > On 2017-12-05 07:10, Julian Reschke wrote: >> >> On 2017-12-04 21:25, Davide

Re: [VOTE] Release Apache Jackrabbit Oak 1.7.12

2017-12-04 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.7.12 Thanks Amit On Tue, Dec 5, 2017 at 1:55 AM, Davide Giannella wrote: > > A candidate for the Jackrabbit Oak 1.7.12 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.7.12/ > > The

Re: [VOTE] Release Apache Jackrabbit Oak 1.7.11

2017-11-08 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.7.11 Thanks Amit On Tue, Nov 7, 2017 at 6:45 PM, Davide Giannella wrote: > A candidate for the Jackrabbit Oak 1.7.11 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.7.11/ > > The

Re: [VOTE] Release Apache Jackrabbit Oak 1.6.6

2017-10-31 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.6.6 Thanks Amit On Mon, Oct 30, 2017 at 2:57 PM, Davide Giannella wrote: > > > A candidate for the Jackrabbit Oak 1.6.6 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.6.6/ > > The

Re: [VOTE] Release Apache Jackrabbit Oak 1.7.10

2017-10-23 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.7.10 Thanks Amit On Mon, Oct 23, 2017 at 10:02 PM, Davide Giannella wrote: > > A candidate for the Jackrabbit Oak 1.7.10 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.7.10/ > > The

Re: Intent to backport OAK-6604 and OAK-6611 to 1.6

2017-10-10 Thread Amit Jain
+1 Thanks Amit On Tue, Oct 10, 2017 at 5:18 PM, Tomek Rekawek wrote: > Hi, > > I plan to backport these two issues. They improve the S3 resilience in > oak-upgrade by using the newer version of S3DataStore and waiting until all > the uploads are finished. > >

Re: [VOTE] Release Apache Jackrabbit Oak 1.7.7

2017-09-12 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.7.7 Thanks Amit On Mon, Sep 11, 2017 at 6:42 PM, Davide Giannella wrote: > A candidate for the Jackrabbit Oak 1.7.7 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.7.7/ > > The

Re: [VOTE] Release Apache Jackrabbit Oak 1.6.5

2017-09-04 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.6.5 Thanks Amit On Mon, Sep 4, 2017 at 8:10 PM, Davide Giannella wrote: > A candidate for the Jackrabbit Oak 1.6.5 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.6.5/ > > The release

Re: svn commit: r1807198 - /jackrabbit/oak/trunk/oak-upgrade/src/main/java/org/apache/jackrabbit/oak/upgrade/cli/blob/S3DataStoreFactory.java

2017-09-04 Thread Amit Jain
Hi Tomek, You missed the actual store.close(). Thanks Amit On Mon, Sep 4, 2017 at 2:26 PM, wrote: > Author: tomekr > Date: Mon Sep 4 08:56:45 2017 > New Revision: 1807198 > > URL: http://svn.apache.org/viewvc?rev=1807198=rev > Log: > OAK-6611: Many S3DataStore errors

Re: svn commit: r1806894 - /jackrabbit/oak/trunk/oak-upgrade/src/main/java/org/apache/jackrabbit/oak/upgrade/cli/blob/S3DataStoreFactory.java

2017-09-01 Thread Amit Jain
mers > complaining on the Jackrabbit S3DataStore used in oak-upgrade). WDYT? > > Regards, > Tomek > > -- > Tomek Rękawek | Adobe Research | www.adobe.com > reka...@adobe.com > > > On 1 Sep 2017, at 10:17, Amit Jain <am...@ieee.org> wrote: > > > > Just

Re: svn commit: r1806894 - /jackrabbit/oak/trunk/oak-upgrade/src/main/java/org/apache/jackrabbit/oak/upgrade/cli/blob/S3DataStoreFactory.java

2017-09-01 Thread Amit Jain
Just saw that you already did that. Thanks Amit On Fri, Sep 1, 2017 at 1:46 PM, Amit Jain <am...@ieee.org> wrote: > Hi Tomek, > > The {{asCloseable}} should also be changed to not take in the > CachingDataStore but either the AbstractSharedCachingDataStore or >

Re: svn commit: r1806894 - /jackrabbit/oak/trunk/oak-upgrade/src/main/java/org/apache/jackrabbit/oak/upgrade/cli/blob/S3DataStoreFactory.java

2017-09-01 Thread Amit Jain
Hi Tomek, The {{asCloseable}} should also be changed to not take in the CachingDataStore but either the AbstractSharedCachingDataStore or S3DataStore instead and subsequently the import for CachingDataStore also removed. Thanks Amit On Fri, Sep 1, 2017 at 1:00 PM, wrote: >

Re: [VOTE] Release Apache Jackrabbit Oak 1.4.18

2017-08-30 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.4.18 Thanks Amit On Wed, Aug 30, 2017 at 2:53 PM, Davide Giannella wrote: > > A candidate for the Jackrabbit Oak 1.4.18 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.4.18/ > > The

[ANNOUNCE] Apache Jackrabbit Oak 1.7.6 released

2017-08-24 Thread Amit Jain
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit Oak 1.7.6. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit Oak --

[RESULT][VOTE] Release Apache Jackrabbit Oak 1.7.6

2017-08-24 Thread Amit Jain
Hi, The vote passes as follows: +1 Andrei Dulceanu +1 Robert Munteanu +1 Michael Dürig +1 Tommaso Teofili +1 Amit Jain Thanks for voting. I'll push the release out. Regards Amit

Re: OAK-6575 - Provide a secure external URL to a DataStore binary.

2017-08-24 Thread Amit Jain
Hi, +1 from my side for the broad contours as proposed above. Thanks Amit On Thu, Aug 24, 2017 at 10:58 AM, Chetan Mehrotra wrote: > Based on the feedback so far below is revised proposal > > 1. Define a new Adaptable interface in 'org.apache.jackrabbit.oak.api' >

Re: [VOTE] Release Apache Jackrabbit Oak 1.7.6

2017-08-22 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.7.6 Thanks Amit On Tue, Aug 22, 2017 at 12:22 PM, Amit Jain <am...@apache.org> wrote: > A candidate for the Jackrabbit Oak 1.7.6 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.7.6/

[VOTE] Release Apache Jackrabbit Oak 1.7.6

2017-08-22 Thread Amit Jain
A candidate for the Jackrabbit Oak 1.7.6 release is available at: https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.7.6/ The release candidate is a zip archive of the sources in: https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.7.6/ The SHA1 checksum of the

[ANNOUNCE] Apache Jackrabbit Oak 1.6.4 released

2017-08-20 Thread Amit Jain
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit Oak 1.6.4. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit Oak --

[RESULT][VOTE] Release Apache Jackrabbit Oak 1.6.4

2017-08-20 Thread Amit Jain
Hi, The vote passes as follows: +1 Andrei Dulceanu +1 Julian Reschke +1 Robert Munteanu +1 Thomas Mueller +1 Amit Jain Thanks for voting. I'll push the release out. Regards Amit

Re: Release plan Oak 1.7.6

2017-08-17 Thread Amit Jain
There are about 5 issues which are marked as 'In progress'. Please resolve these issues appropriately if done. I am postponing the release further to Monday 21st August. Thanks Amit On Wed, Aug 16, 2017 at 9:02 AM, Amit Jain <am...@ieee.org> wrote: > Hi, > > I plan to release Oak

Re: [VOTE] Release Apache Jackrabbit Oak 1.0.39

2017-08-16 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.0.39 Thanks Amit On Tue, Aug 15, 2017 at 11:55 PM, Manfred Baedke wrote: > A candidate for the Jackrabbit Oak 1.0.39 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.0.39/ > >

[VOTE] Release Apache Jackrabbit Oak 1.6.4

2017-08-15 Thread Amit Jain
A candidate for the Jackrabbit Oak 1.6.4 release is available at: https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.6.4/ The release candidate is a zip archive of the sources in: https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.6.4/ The SHA1 checksum of the

Release plan Oak 1.7.6

2017-08-15 Thread Amit Jain
Hi, I plan to release Oak 1.7.6 tomorrow. I will move any unresolved issues to the next releases. Let me know if there's something urgent that you want to get in and need more time. Thanks Amit

[ANNOUNCE] Apache Jackrabbit Oak 1.2.27 released

2017-08-07 Thread Amit Jain
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit Oak 1.2.26. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this released: Release Notes -- Apache Jackrabbit Oak

[RESULT][VOTE] Release Apache Jackrabbit Oak 1.2.27

2017-08-07 Thread Amit Jain
Hi, The vote passes as follows: +1 Julian Reschke +1 Davide Giannella +1 Andrei Dulceanu +1 Amit Jain Thanks for voting. I'll push the release out. Regards Amit

Re: [VOTE] Release Apache Jackrabbit Oak 1.7.5

2017-08-01 Thread Amit Jain
+1 Release this package as Apache Jackrabbit Oak 1.7.5 Thanks Amit On Mon, Jul 31, 2017 at 7:13 PM, Davide Giannella wrote: > > > A candidate for the Jackrabbit Oak 1.7.5 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.7.5/ > > The

  1   2   3   4   >