[jira] [Updated] (HBASE-7354) Snapshot Info/Debug Tool

2012-12-25 Thread Matteo Bertozzi (JIRA)

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

Matteo Bertozzi updated HBASE-7354:
---

Status: Patch Available  (was: In Progress)

> Snapshot Info/Debug Tool
> 
>
> Key: HBASE-7354
> URL: https://issues.apache.org/jira/browse/HBASE-7354
> Project: HBase
>  Issue Type: Sub-task
>  Components: Client, master, regionserver, snapshots, Zookeeper
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
>Priority: Minor
> Fix For: hbase-6055, 0.96.0
>
> Attachments: HBASE-7354-v0.patch
>
>
> Tool that show snapshot metadata, hfiles and logs retained.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-7354) Snapshot Info/Debug Tool

2012-12-30 Thread Matteo Bertozzi (JIRA)

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

Matteo Bertozzi updated HBASE-7354:
---

Attachment: HBASE-7354-v1.patch

Added some comment
the archive/NOT FOUND file status
and the table descriptor dump (aka hbase shell describe)
{code}
   52.4k 
test-table/e5983c6d60a60e4f9a1cc8bc6617b75f/cf/eea089030d544028a2fc67adc4575513 
   52.4k 
test-table/e5983c6d60a60e4f9a1cc8bc6617b75f/cf/14a2189ebc8e4f3db9ab5a08f1da1b1e 
(archive)
   - 
test-table/e5983c6d60a60e4f9a1cc8bc6617b75f/cf/d40d6b5b3c43470a89287ed73e5c086e 
(NOT FOUND)
   52.4k 
test-table/e5983c6d60a60e4f9a1cc8bc6617b75f/cf/34c02cea48c44ffe91936498eb74d2e2 
   52.4k 
test-table/e5983c6d60a60e4f9a1cc8bc6617b75f/cf/2819041820f04bf1a4011066791362ad 

**
BAD SNAPSHOT: 1 hfile(s) and 0 log(s) missing.
**
4 HFiles (1 in archive), total size 209.4k (75.00% 157.1k shared with the 
source table)
0 Logs, total size 0.0
{code}

> Snapshot Info/Debug Tool
> 
>
> Key: HBASE-7354
> URL: https://issues.apache.org/jira/browse/HBASE-7354
> Project: HBase
>  Issue Type: Sub-task
>  Components: Client, master, regionserver, snapshots, Zookeeper
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
>Priority: Minor
> Fix For: hbase-6055, 0.96.0
>
> Attachments: HBASE-7354-v0.patch, HBASE-7354-v1.patch
>
>
> Tool that show snapshot metadata, hfiles and logs retained.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-7354) Snapshot Info/Debug Tool

2012-12-31 Thread Jonathan Hsieh (JIRA)

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

Jonathan Hsieh updated HBASE-7354:
--

Affects Version/s: hbase-7290
   hbase-6055

> Snapshot Info/Debug Tool
> 
>
> Key: HBASE-7354
> URL: https://issues.apache.org/jira/browse/HBASE-7354
> Project: HBase
>  Issue Type: Sub-task
>  Components: snapshots
>Affects Versions: hbase-6055, hbase-7290
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
>Priority: Minor
> Fix For: hbase-6055, hbase-7290
>
> Attachments: HBASE-7354-v0.patch, HBASE-7354-v1.patch
>
>
> Tool that show snapshot metadata, hfiles and logs retained.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-7354) Snapshot Info/Debug Tool

2012-12-31 Thread Jonathan Hsieh (JIRA)

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

Jonathan Hsieh updated HBASE-7354:
--

  Component/s: (was: Zookeeper)
   (was: regionserver)
   (was: master)
   (was: Client)
Fix Version/s: (was: 0.96.0)
   hbase-7290

> Snapshot Info/Debug Tool
> 
>
> Key: HBASE-7354
> URL: https://issues.apache.org/jira/browse/HBASE-7354
> Project: HBase
>  Issue Type: Sub-task
>  Components: snapshots
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
>Priority: Minor
> Fix For: hbase-6055, hbase-7290
>
> Attachments: HBASE-7354-v0.patch, HBASE-7354-v1.patch
>
>
> Tool that show snapshot metadata, hfiles and logs retained.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-7354) Snapshot Info/Debug Tool

2013-01-02 Thread Matteo Bertozzi (JIRA)

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

Matteo Bertozzi updated HBASE-7354:
---

Attachment: HBASE-7354-v2.patch

v2 fixes the @{SnapshotDescriptionh}

> Snapshot Info/Debug Tool
> 
>
> Key: HBASE-7354
> URL: https://issues.apache.org/jira/browse/HBASE-7354
> Project: HBase
>  Issue Type: Sub-task
>  Components: snapshots
>Affects Versions: hbase-6055, hbase-7290
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
>Priority: Minor
> Fix For: hbase-6055, hbase-7290
>
> Attachments: HBASE-7354-v0.patch, HBASE-7354-v1.patch, 
> HBASE-7354-v2.patch
>
>
> Tool that show snapshot metadata, hfiles and logs retained.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-7354) Snapshot Info/Debug Tool

2013-01-02 Thread Matteo Bertozzi (JIRA)

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

Matteo Bertozzi updated HBASE-7354:
---

Attachment: (was: HBASE-7354-v2.patch)

> Snapshot Info/Debug Tool
> 
>
> Key: HBASE-7354
> URL: https://issues.apache.org/jira/browse/HBASE-7354
> Project: HBase
>  Issue Type: Sub-task
>  Components: snapshots
>Affects Versions: hbase-6055, hbase-7290
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
>Priority: Minor
> Fix For: hbase-6055, hbase-7290
>
> Attachments: HBASE-7354-v0.patch, HBASE-7354-v1.patch, 
> HBASE-7354-v2.patch
>
>
> Tool that show snapshot metadata, hfiles and logs retained.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-7354) Snapshot Info/Debug Tool

2013-01-02 Thread Matteo Bertozzi (JIRA)

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

Matteo Bertozzi updated HBASE-7354:
---

Attachment: HBASE-7354-v2.patch

> Snapshot Info/Debug Tool
> 
>
> Key: HBASE-7354
> URL: https://issues.apache.org/jira/browse/HBASE-7354
> Project: HBase
>  Issue Type: Sub-task
>  Components: snapshots
>Affects Versions: hbase-6055, hbase-7290
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
>Priority: Minor
> Fix For: hbase-6055, hbase-7290
>
> Attachments: HBASE-7354-v0.patch, HBASE-7354-v1.patch, 
> HBASE-7354-v2.patch
>
>
> Tool that show snapshot metadata, hfiles and logs retained.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-7354) Snapshot Info/Debug Tool

2013-01-03 Thread Matteo Bertozzi (JIRA)

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

Matteo Bertozzi updated HBASE-7354:
---

Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Snapshot Info/Debug Tool
> 
>
> Key: HBASE-7354
> URL: https://issues.apache.org/jira/browse/HBASE-7354
> Project: HBase
>  Issue Type: Sub-task
>  Components: snapshots
>Affects Versions: hbase-6055, hbase-7290
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
>Priority: Minor
> Fix For: hbase-6055, hbase-7290
>
> Attachments: HBASE-7354-v0.patch, HBASE-7354-v1.patch, 
> HBASE-7354-v2.patch
>
>
> Tool that show snapshot metadata, hfiles and logs retained.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-7354) Snapshot Info/Debug Tool

2012-12-14 Thread Matteo Bertozzi (JIRA)

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

Matteo Bertozzi updated HBASE-7354:
---

Attachment: HBASE-7354-v0.patch

> Snapshot Info/Debug Tool
> 
>
> Key: HBASE-7354
> URL: https://issues.apache.org/jira/browse/HBASE-7354
> Project: HBase
>  Issue Type: Sub-task
>  Components: Client, master, regionserver, snapshots, Zookeeper
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
>Priority: Minor
> Fix For: hbase-6055, 0.96.0
>
> Attachments: HBASE-7354-v0.patch
>
>
> Tool that show snapshot metadata, hfiles and logs retained.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira