Per Steffensen (JIRA | 21 Jun 2012 13:31
Picon
Favicon

[jira] [Created] (SOLR-3562) Data folder not deleted during unload

Per Steffensen created SOLR-3562:
------------------------------------

             Summary: Data folder not deleted during unload
                 Key: SOLR-3562
                 URL: https://issues.apache.org/jira/browse/SOLR-3562
             Project: Solr
          Issue Type: Bug
          Components: multicore, SolrCloud
    Affects Versions: 4.0
         Environment: Same as SOLR-3561
            Reporter: Per Steffensen
            Priority: Minor

Same scanario as SOLR-3561 - deleting shards/cores using CoreAdmin/UNLOAD command.

I have noticed that when doing CoreAdmin/UNLOAD, the data-folder on disk belonging to the shard/core that
has been unloaded is not deleted. I might be ok since the operation is called UNLOAD, but I basically want to
delete a shard/core and all data related to it (including its data-folder).

Dont we have a delete shard/core operation? Or what do I need to do? Do I have to manually delete the
data-folder myself after having unloaded?

A delete-shard/core or even a delete-collection operation would be very nice!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
(Continue reading)

Mark Miller (JIRA | 22 Jun 2012 20:46
Picon
Favicon

[jira] [Commented] (SOLR-3562) Data folder not deleted during unload


    [
https://issues.apache.org/jira/browse/SOLR-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399508#comment-13399508
] 

Mark Miller commented on SOLR-3562:
-----------------------------------

I've add this to the work I did on the collections API - it's needed there for collection removal. Should be
committing a first iteration of that soon.

> Data folder not deleted during unload
> -------------------------------------
>
>                 Key: SOLR-3562
>                 URL: https://issues.apache.org/jira/browse/SOLR-3562
>             Project: Solr
>          Issue Type: Bug
>          Components: multicore, SolrCloud
>    Affects Versions: 4.0
>         Environment: Same as SOLR-3561
>            Reporter: Per Steffensen
>            Priority: Minor
>
> Same scanario as SOLR-3561 - deleting shards/cores using CoreAdmin/UNLOAD command.
> I have noticed that when doing CoreAdmin/UNLOAD, the data-folder on disk belonging to the shard/core
that has been unloaded is not deleted. I might be ok since the operation is called UNLOAD, but I basically
want to delete a shard/core and all data related to it (including its data-folder).
> Dont we have a delete shard/core operation? Or what do I need to do? Do I have to manually delete the
data-folder myself after having unloaded?
(Continue reading)

Mark Miller (JIRA | 22 Jun 2012 20:46
Picon
Favicon

[jira] [Assigned] (SOLR-3562) Data folder not deleted during unload


     [
https://issues.apache.org/jira/browse/SOLR-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Miller reassigned SOLR-3562:
---------------------------------

    Assignee: Mark Miller

> Data folder not deleted during unload
> -------------------------------------
>
>                 Key: SOLR-3562
>                 URL: https://issues.apache.org/jira/browse/SOLR-3562
>             Project: Solr
>          Issue Type: Bug
>          Components: multicore, SolrCloud
>    Affects Versions: 4.0
>         Environment: Same as SOLR-3561
>            Reporter: Per Steffensen
>            Assignee: Mark Miller
>            Priority: Minor
>
> Same scanario as SOLR-3561 - deleting shards/cores using CoreAdmin/UNLOAD command.
> I have noticed that when doing CoreAdmin/UNLOAD, the data-folder on disk belonging to the shard/core
that has been unloaded is not deleted. I might be ok since the operation is called UNLOAD, but I basically
want to delete a shard/core and all data related to it (including its data-folder).
> Dont we have a delete shard/core operation? Or what do I need to do? Do I have to manually delete the
data-folder myself after having unloaded?
> A delete-shard/core or even a delete-collection operation would be very nice!
(Continue reading)

Mark Miller (JIRA | 22 Jun 2012 21:52
Picon
Favicon

[jira] [Commented] (SOLR-3562) Data folder not deleted during unload


    [
https://issues.apache.org/jira/browse/SOLR-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399545#comment-13399545
] 

Mark Miller commented on SOLR-3562:
-----------------------------------

ill add an option both for the instanceDir and dataDir

> Data folder not deleted during unload
> -------------------------------------
>
>                 Key: SOLR-3562
>                 URL: https://issues.apache.org/jira/browse/SOLR-3562
>             Project: Solr
>          Issue Type: Bug
>          Components: multicore, SolrCloud
>    Affects Versions: 4.0
>         Environment: Same as SOLR-3561
>            Reporter: Per Steffensen
>            Assignee: Mark Miller
>            Priority: Minor
>
> Same scanario as SOLR-3561 - deleting shards/cores using CoreAdmin/UNLOAD command.
> I have noticed that when doing CoreAdmin/UNLOAD, the data-folder on disk belonging to the shard/core
that has been unloaded is not deleted. I might be ok since the operation is called UNLOAD, but I basically
want to delete a shard/core and all data related to it (including its data-folder).
> Dont we have a delete shard/core operation? Or what do I need to do? Do I have to manually delete the
data-folder myself after having unloaded?
(Continue reading)

Per Steffensen (JIRA | 25 Jun 2012 21:57
Picon
Favicon

[jira] [Commented] (SOLR-3562) Data folder not deleted during unload


    [
https://issues.apache.org/jira/browse/SOLR-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13400831#comment-13400831
] 

Per Steffensen commented on SOLR-3562:
--------------------------------------

Nice to hear that you are working on a Collection API for dealing with this kind of stuff. Today in our
application we are creating collections by creating numerous individual shards across our cluster of
Solr nodes. It would be nice with some API support doing that, especially when we want to delete.
Unfortunately we see some problems when we just unload all shards in a collection, in order to "delete"
that collection - see SOLR-3561. But I will be watching SOLR-3488. Thanks alot!

> Data folder not deleted during unload
> -------------------------------------
>
>                 Key: SOLR-3562
>                 URL: https://issues.apache.org/jira/browse/SOLR-3562
>             Project: Solr
>          Issue Type: Bug
>          Components: multicore, SolrCloud
>    Affects Versions: 4.0
>         Environment: Same as SOLR-3561
>            Reporter: Per Steffensen
>            Assignee: Mark Miller
>            Priority: Minor
>
> Same scanario as SOLR-3561 - deleting shards/cores using CoreAdmin/UNLOAD command.
> I have noticed that when doing CoreAdmin/UNLOAD, the data-folder on disk belonging to the shard/core
(Continue reading)

Mark Miller (JIRA | 6 Jul 2012 03:22
Picon
Favicon

[jira] [Commented] (SOLR-3562) Data folder not deleted during unload


    [
https://issues.apache.org/jira/browse/SOLR-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407645#comment-13407645
] 

Mark Miller commented on SOLR-3562:
-----------------------------------

This was completed as part of SOLR-3488 - I'll add a changes entry.

> Data folder not deleted during unload
> -------------------------------------
>
>                 Key: SOLR-3562
>                 URL: https://issues.apache.org/jira/browse/SOLR-3562
>             Project: Solr
>          Issue Type: Bug
>          Components: multicore, SolrCloud
>    Affects Versions: 4.0
>         Environment: Same as SOLR-3561
>            Reporter: Per Steffensen
>            Assignee: Mark Miller
>            Priority: Minor
>
> Same scanario as SOLR-3561 - deleting shards/cores using CoreAdmin/UNLOAD command.
> I have noticed that when doing CoreAdmin/UNLOAD, the data-folder on disk belonging to the shard/core
that has been unloaded is not deleted. I might be ok since the operation is called UNLOAD, but I basically
want to delete a shard/core and all data related to it (including its data-folder).
> Dont we have a delete shard/core operation? Or what do I need to do? Do I have to manually delete the
data-folder myself after having unloaded?
(Continue reading)

Mark Miller (JIRA | 6 Jul 2012 16:01
Picon
Favicon

[jira] [Updated] (SOLR-3562) Add options to remove instance dir or data dir on core reload.


     [
https://issues.apache.org/jira/browse/SOLR-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Miller updated SOLR-3562:
------------------------------

    Issue Type: Improvement  (was: Bug)
       Summary: Add options to remove instance dir or data dir on core reload.  (was: Data folder not deleted during unload)

> Add options to remove instance dir or data dir on core reload.
> --------------------------------------------------------------
>
>                 Key: SOLR-3562
>                 URL: https://issues.apache.org/jira/browse/SOLR-3562
>             Project: Solr
>          Issue Type: Improvement
>          Components: multicore, SolrCloud
>    Affects Versions: 4.0
>         Environment: Same as SOLR-3561
>            Reporter: Per Steffensen
>            Assignee: Mark Miller
>            Priority: Minor
>
> Same scanario as SOLR-3561 - deleting shards/cores using CoreAdmin/UNLOAD command.
> I have noticed that when doing CoreAdmin/UNLOAD, the data-folder on disk belonging to the shard/core
that has been unloaded is not deleted. I might be ok since the operation is called UNLOAD, but I basically
want to delete a shard/core and all data related to it (including its data-folder).
> Dont we have a delete shard/core operation? Or what do I need to do? Do I have to manually delete the
data-folder myself after having unloaded?
(Continue reading)

Mark Miller (JIRA | 6 Jul 2012 16:27
Picon
Favicon

[jira] [Resolved] (SOLR-3562) Add options to remove instance dir or data dir on core reload.


     [
https://issues.apache.org/jira/browse/SOLR-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Miller resolved SOLR-3562.
-------------------------------

    Resolution: Fixed

Thanks Per!

> Add options to remove instance dir or data dir on core reload.
> --------------------------------------------------------------
>
>                 Key: SOLR-3562
>                 URL: https://issues.apache.org/jira/browse/SOLR-3562
>             Project: Solr
>          Issue Type: Improvement
>          Components: multicore, SolrCloud
>    Affects Versions: 4.0
>         Environment: Same as SOLR-3561
>            Reporter: Per Steffensen
>            Assignee: Mark Miller
>            Priority: Minor
>
> Same scanario as SOLR-3561 - deleting shards/cores using CoreAdmin/UNLOAD command.
> I have noticed that when doing CoreAdmin/UNLOAD, the data-folder on disk belonging to the shard/core
that has been unloaded is not deleted. I might be ok since the operation is called UNLOAD, but I basically
want to delete a shard/core and all data related to it (including its data-folder).
> Dont we have a delete shard/core operation? Or what do I need to do? Do I have to manually delete the
(Continue reading)

Hoss Man (JIRA | 12 Jul 2012 00:31
Picon
Favicon

[jira] [Updated] (SOLR-3562) Add options to remove instance dir or data dir on core reload.


     [
https://issues.apache.org/jira/browse/SOLR-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoss Man updated SOLR-3562:
---------------------------

    Fix Version/s: 4.0

hoss20120711-manual-post-40alpha-change

> Add options to remove instance dir or data dir on core reload.
> --------------------------------------------------------------
>
>                 Key: SOLR-3562
>                 URL: https://issues.apache.org/jira/browse/SOLR-3562
>             Project: Solr
>          Issue Type: Improvement
>          Components: multicore, SolrCloud
>    Affects Versions: 4.0-ALPHA
>         Environment: Same as SOLR-3561
>            Reporter: Per Steffensen
>            Assignee: Mark Miller
>            Priority: Minor
>             Fix For: 4.0
>
>
> Same scanario as SOLR-3561 - deleting shards/cores using CoreAdmin/UNLOAD command.
> I have noticed that when doing CoreAdmin/UNLOAD, the data-folder on disk belonging to the shard/core
that has been unloaded is not deleted. I might be ok since the operation is called UNLOAD, but I basically
(Continue reading)

Hoss Man (JIRA | 12 Jul 2012 00:31
Picon
Favicon

[jira] [Updated] (SOLR-1929) Index encrypted files


     [
https://issues.apache.org/jira/browse/SOLR-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoss Man updated SOLR-1929:
---------------------------

    Fix Version/s:     (was: 4.0-ALPHA)
                   4.0

hoss20120711-manual-post-40alpha-change

> Index encrypted files
> ---------------------
>
>                 Key: SOLR-1929
>                 URL: https://issues.apache.org/jira/browse/SOLR-1929
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - Solr Cell (Tika extraction)
>            Reporter: Yiannis Pericleous
>            Assignee: Jan Høydahl
>            Priority: Minor
>             Fix For: 4.0, 5.0
>
>         Attachments: SOLR-1929-extra-docs.zip, SOLR-1929.patch, SOLR-1929.patch
>
>
> SolrCell should be able to index encrypted files (pdfs, word docs).

(Continue reading)


Gmane