[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-28 Thread hgadre
Github user hgadre closed the pull request at: https://github.com/apache/lucene-solr/pull/52 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread hgadre
Github user hgadre commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71828221 --- Diff: solr/core/src/java/org/apache/solr/core/snapshots/SolrSnapshotManager.java --- @@ -0,0 +1,132 @@ +/* + * Licensed to the Apache Software

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread hgadre
Github user hgadre commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71828065 --- Diff: solr/core/src/java/org/apache/solr/core/snapshots/SolrSnapshotManager.java --- @@ -0,0 +1,132 @@ +/* + * Licensed to the Apache Software

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread hgadre
Github user hgadre commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71827952 --- Diff: solr/core/src/java/org/apache/solr/core/SolrCore.java --- @@ -414,7 +416,19 @@ private IndexDeletionPolicyWrapper

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread hgadre
Github user hgadre commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71753653 --- Diff: solr/core/src/test/org/apache/solr/handler/TestSolrCoreSnapshots.java --- @@ -0,0 +1,446 @@ +/* + * Licensed to the Apache Software

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread hgadre
Github user hgadre commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71750261 --- Diff: solr/core/src/java/org/apache/solr/core/snapshots/SolrSnapshotMetaDataManager.java --- @@ -0,0 +1,419 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread hgadre
Github user hgadre commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71750235 --- Diff: solr/core/src/java/org/apache/solr/core/snapshots/SolrSnapshotMetaDataManager.java --- @@ -0,0 +1,419 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread hgadre
Github user hgadre commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71748418 --- Diff: solr/core/src/java/org/apache/solr/core/snapshots/SolrSnapshotMetaDataManager.java --- @@ -0,0 +1,419 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread hgadre
Github user hgadre commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71748142 --- Diff: solr/core/src/java/org/apache/solr/handler/admin/CoreAdminOperation.java --- @@ -919,7 +928,93 @@ public void call(CallInfo callInfo) throws

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread hgadre
Github user hgadre commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71747583 --- Diff: solr/core/src/java/org/apache/solr/handler/admin/CoreAdminOperation.java --- @@ -919,7 +928,93 @@ public void call(CallInfo callInfo) throws

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread hgadre
Github user hgadre commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71746146 --- Diff: solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java --- @@ -512,11 +513,24 @@ private void doSnapShoot(SolrParams params,

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread hgadre
Github user hgadre commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71745628 --- Diff: solr/core/src/java/org/apache/solr/core/snapshots/SolrSnapshotMetaDataManager.java --- @@ -0,0 +1,419 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread hgadre
Github user hgadre commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71745546 --- Diff: solr/core/src/java/org/apache/solr/core/snapshots/SolrSnapshotMetaDataManager.java --- @@ -0,0 +1,419 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread hgadre
Github user hgadre commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71745330 --- Diff: solr/core/src/java/org/apache/solr/core/snapshots/SolrSnapshotMetaDataManager.java --- @@ -0,0 +1,419 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71737044 --- Diff: solr/core/src/test/org/apache/solr/handler/TestSolrCoreSnapshots.java --- @@ -0,0 +1,446 @@ +/* + * Licensed to the Apache Software

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71736862 --- Diff: solr/core/src/java/org/apache/solr/core/snapshots/SolrSnapshotManager.java --- @@ -0,0 +1,132 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71735109 --- Diff: solr/core/src/java/org/apache/solr/core/snapshots/SolrSnapshotManager.java --- @@ -0,0 +1,132 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71730404 --- Diff: solr/core/src/java/org/apache/solr/core/snapshots/SolrSnapshotMetaDataManager.java --- @@ -0,0 +1,419 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71730215 --- Diff: solr/core/src/java/org/apache/solr/core/SolrCore.java --- @@ -414,7 +416,19 @@ private IndexDeletionPolicyWrapper

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71727810 --- Diff: solr/core/src/java/org/apache/solr/core/snapshots/SolrSnapshotMetaDataManager.java --- @@ -0,0 +1,419 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71727257 --- Diff: solr/core/src/java/org/apache/solr/core/snapshots/SolrSnapshotMetaDataManager.java --- @@ -0,0 +1,419 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71725905 --- Diff: solr/core/src/java/org/apache/solr/handler/admin/CoreAdminOperation.java --- @@ -919,7 +928,93 @@ public void call(CallInfo callInfo) throws

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71725843 --- Diff: solr/core/src/java/org/apache/solr/handler/admin/CoreAdminOperation.java --- @@ -919,7 +928,93 @@ public void call(CallInfo callInfo) throws

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71725010 --- Diff: solr/core/src/java/org/apache/solr/handler/admin/CoreAdminOperation.java --- @@ -919,7 +928,93 @@ public void call(CallInfo callInfo) throws

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71723294 --- Diff: solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java --- @@ -512,11 +513,24 @@ private void doSnapShoot(SolrParams params,

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71721619 --- Diff: solr/core/src/java/org/apache/solr/core/snapshots/SolrSnapshotMetaDataManager.java --- @@ -0,0 +1,419 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71721509 --- Diff: solr/core/src/java/org/apache/solr/core/snapshots/SolrSnapshotMetaDataManager.java --- @@ -0,0 +1,419 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/52#discussion_r71719038 --- Diff: solr/core/src/java/org/apache/solr/core/snapshots/SolrSnapshotMetaDataManager.java --- @@ -0,0 +1,419 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #52: [SOLR-9269] Ability to create/delete/list snap...

2016-07-20 Thread hgadre
GitHub user hgadre opened a pull request: https://github.com/apache/lucene-solr/pull/52 [SOLR-9269] Ability to create/delete/list snapshots for a solr core - Introduced admin operations to create/delete/list snapshots at the Solr core level - Introduced Snapshot management