[jira] [Updated] (HBASE-15066) Small improvements to Canary tool

2016-02-09 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-15066:
---
Fix Version/s: (was: 0.98.17)
   0.98.18

> Small improvements to Canary tool
> -
>
> Key: HBASE-15066
> URL: https://issues.apache.org/jira/browse/HBASE-15066
> Project: HBase
>  Issue Type: Improvement
>Reporter: Enis Soztutar
>Assignee: Enis Soztutar
> Fix For: 2.0.0, 1.3.0, 0.98.18
>
> Attachments: hbase-15066_v1.patch
>
>
> From an internal request from a user: 
> {quote}
> HBase comes with a canary tool which is very useful, but a few minor changes 
> would make it substantially better. Specifically, you don't know what it's 
> testing until it completes the test, so if it hangs, you can't tell where 
> it's hanging. For example, if I run it with the -regionserver option, it 
> sends get requests to each of the regionservers in some random order...
> And the same goes for the non-default mode, which hits each region for each 
> table. 
> If it would just print a message prior to each 'get', it would be extremely 
> helpful.
> {quote}
> This patch: 
>   - Adds debug statements for pre-operation steps. 
>   - Adds bin/hbase canary support 
>   - Fixes table names with patterns where the pattern was not matched 
> previously. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-15066) Small improvements to Canary tool

2016-01-11 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-15066:
---
Fix Version/s: 0.98.17

> Small improvements to Canary tool
> -
>
> Key: HBASE-15066
> URL: https://issues.apache.org/jira/browse/HBASE-15066
> Project: HBase
>  Issue Type: Improvement
>Reporter: Enis Soztutar
>Assignee: Enis Soztutar
> Fix For: 2.0.0, 1.3.0, 0.98.17
>
> Attachments: hbase-15066_v1.patch
>
>
> From an internal request from a user: 
> {quote}
> HBase comes with a canary tool which is very useful, but a few minor changes 
> would make it substantially better. Specifically, you don't know what it's 
> testing until it completes the test, so if it hangs, you can't tell where 
> it's hanging. For example, if I run it with the -regionserver option, it 
> sends get requests to each of the regionservers in some random order...
> And the same goes for the non-default mode, which hits each region for each 
> table. 
> If it would just print a message prior to each 'get', it would be extremely 
> helpful.
> {quote}
> This patch: 
>   - Adds debug statements for pre-operation steps. 
>   - Adds bin/hbase canary support 
>   - Fixes table names with patterns where the pattern was not matched 
> previously. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-15066) Small improvements to Canary tool

2016-01-06 Thread Enis Soztutar (JIRA)

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

Enis Soztutar updated HBASE-15066:
--
  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Pushed to branch-1+. Thanks Stack for looking. 

> Small improvements to Canary tool
> -
>
> Key: HBASE-15066
> URL: https://issues.apache.org/jira/browse/HBASE-15066
> Project: HBase
>  Issue Type: Improvement
>Reporter: Enis Soztutar
>Assignee: Enis Soztutar
> Fix For: 2.0.0, 1.3.0
>
> Attachments: hbase-15066_v1.patch
>
>
> From an internal request from a user: 
> {quote}
> HBase comes with a canary tool which is very useful, but a few minor changes 
> would make it substantially better. Specifically, you don't know what it's 
> testing until it completes the test, so if it hangs, you can't tell where 
> it's hanging. For example, if I run it with the -regionserver option, it 
> sends get requests to each of the regionservers in some random order...
> And the same goes for the non-default mode, which hits each region for each 
> table. 
> If it would just print a message prior to each 'get', it would be extremely 
> helpful.
> {quote}
> This patch: 
>   - Adds debug statements for pre-operation steps. 
>   - Adds bin/hbase canary support 
>   - Fixes table names with patterns where the pattern was not matched 
> previously. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-15066) Small improvements to Canary tool

2016-01-04 Thread Enis Soztutar (JIRA)

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

Enis Soztutar updated HBASE-15066:
--
Description: 
>From an internal request from a user: 
{quote}
HBase comes with a canary tool which is very useful, but a few minor changes 
would make it substantially better. Specifically, you don't know what it's 
testing until it completes the test, so if it hangs, you can't tell where it's 
hanging. For example, if I run it with the -regionserver option, it sends get 
requests to each of the regionservers in some random order...
And the same goes for the non-default mode, which hits each region for each 
table. 
If it would just print a message prior to each 'get', it would be extremely 
helpful.
{quote}

This patch: 
  - Adds debug statements for pre-operation steps. 
  - Adds bin/hbase canary support 
  - Fixes table names with patterns where the pattern was not matched 
previously. 

  was:
>From an internal request from a user: 
{quota}
HBase comes with a canary tool which is very useful, but a few minor changes 
would make it substantially better. Specifically, you don't know what it's 
testing until it completes the test, so if it hangs, you can't tell where it's 
hanging. For example, if I run it with the -regionserver option, it sends get 
requests to each of the regionservers in some random order...
And the same goes for the non-default mode, which hits each region for each 
table. 
If it would just print a message prior to each 'get', it would be extremely 
helpful.
{quota}

This patch: 
  - Adds debug statements for pre-operation steps. 
  - Adds bin/hbase canary support 
  - Fixes table names with patterns where the pattern was not matched 
previously. 


> Small improvements to Canary tool
> -
>
> Key: HBASE-15066
> URL: https://issues.apache.org/jira/browse/HBASE-15066
> Project: HBase
>  Issue Type: Improvement
>Reporter: Enis Soztutar
>Assignee: Enis Soztutar
> Fix For: 2.0.0, 1.3.0
>
> Attachments: hbase-15066_v1.patch
>
>
> From an internal request from a user: 
> {quote}
> HBase comes with a canary tool which is very useful, but a few minor changes 
> would make it substantially better. Specifically, you don't know what it's 
> testing until it completes the test, so if it hangs, you can't tell where 
> it's hanging. For example, if I run it with the -regionserver option, it 
> sends get requests to each of the regionservers in some random order...
> And the same goes for the non-default mode, which hits each region for each 
> table. 
> If it would just print a message prior to each 'get', it would be extremely 
> helpful.
> {quote}
> This patch: 
>   - Adds debug statements for pre-operation steps. 
>   - Adds bin/hbase canary support 
>   - Fixes table names with patterns where the pattern was not matched 
> previously. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-15066) Small improvements to Canary tool

2016-01-04 Thread Enis Soztutar (JIRA)

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

Enis Soztutar updated HBASE-15066:
--
Status: Patch Available  (was: Open)

> Small improvements to Canary tool
> -
>
> Key: HBASE-15066
> URL: https://issues.apache.org/jira/browse/HBASE-15066
> Project: HBase
>  Issue Type: Improvement
>Reporter: Enis Soztutar
>Assignee: Enis Soztutar
> Fix For: 2.0.0, 1.3.0
>
> Attachments: hbase-15066_v1.patch
>
>
> From an internal request from a user: 
> {quota}
> HBase comes with a canary tool which is very useful, but a few minor changes 
> would make it substantially better. Specifically, you don't know what it's 
> testing until it completes the test, so if it hangs, you can't tell where 
> it's hanging. For example, if I run it with the -regionserver option, it 
> sends get requests to each of the regionservers in some random order...
> And the same goes for the non-default mode, which hits each region for each 
> table. 
> If it would just print a message prior to each 'get', it would be extremely 
> helpful.
> {quota}
> This patch: 
>   - Adds debug statements for pre-operation steps. 
>   - Adds bin/hbase canary support 
>   - Fixes table names with patterns where the pattern was not matched 
> previously. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-15066) Small improvements to Canary tool

2016-01-04 Thread Enis Soztutar (JIRA)

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

Enis Soztutar updated HBASE-15066:
--
Attachment: hbase-15066_v1.patch

v1 patch. 

> Small improvements to Canary tool
> -
>
> Key: HBASE-15066
> URL: https://issues.apache.org/jira/browse/HBASE-15066
> Project: HBase
>  Issue Type: Improvement
>Reporter: Enis Soztutar
>Assignee: Enis Soztutar
> Fix For: 2.0.0, 1.3.0
>
> Attachments: hbase-15066_v1.patch
>
>
> From an internal request from a user: 
> {quota}
> HBase comes with a canary tool which is very useful, but a few minor changes 
> would make it substantially better. Specifically, you don't know what it's 
> testing until it completes the test, so if it hangs, you can't tell where 
> it's hanging. For example, if I run it with the -regionserver option, it 
> sends get requests to each of the regionservers in some random order...
> And the same goes for the non-default mode, which hits each region for each 
> table. 
> If it would just print a message prior to each 'get', it would be extremely 
> helpful.
> {quota}
> This patch: 
>   - Adds debug statements for pre-operation steps. 
>   - Adds bin/hbase canary support 
>   - Fixes table names with patterns where the pattern was not matched 
> previously. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)