[jira] [Updated] (HBASE-20258) Shell hangs when scanning a disabled table

2018-04-06 Thread Mike Drob (JIRA)

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

Mike Drob updated HBASE-20258:
--
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Shell hangs when scanning a disabled table
> --
>
> Key: HBASE-20258
> URL: https://issues.apache.org/jira/browse/HBASE-20258
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Balazs Meszaros
>Assignee: Balazs Meszaros
>Priority: Major
> Fix For: 2.0.0
>
> Attachments: HBASE-20258.branch-2.001.patch, 
> HBASE-20258.branch-2.002.patch, HBASE-20258.master.001.patch, 
> HBASE-20258.master.002.patch, HBASE-20258.master.003.patch
>
>
> I executed the following commands against a 2.0 server:
> {code}
> disable 't'
> scan 't'
> {code}
> From client-1.2: it throws an error because the table is disabled -> OK.
> From client-2.0: the shell hangs -> NOT OK.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20258) Shell hangs when scanning a disabled table

2018-04-06 Thread Balazs Meszaros (JIRA)

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

Balazs Meszaros updated HBASE-20258:

Attachment: HBASE-20258.master.003.patch

> Shell hangs when scanning a disabled table
> --
>
> Key: HBASE-20258
> URL: https://issues.apache.org/jira/browse/HBASE-20258
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Balazs Meszaros
>Assignee: Balazs Meszaros
>Priority: Major
> Fix For: 2.0.0
>
> Attachments: HBASE-20258.branch-2.001.patch, 
> HBASE-20258.branch-2.002.patch, HBASE-20258.master.001.patch, 
> HBASE-20258.master.002.patch, HBASE-20258.master.003.patch
>
>
> I executed the following commands against a 2.0 server:
> {code}
> disable 't'
> scan 't'
> {code}
> From client-1.2: it throws an error because the table is disabled -> OK.
> From client-2.0: the shell hangs -> NOT OK.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20258) Shell hangs when scanning a disabled table

2018-04-03 Thread Balazs Meszaros (JIRA)

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

Balazs Meszaros updated HBASE-20258:

Attachment: HBASE-20258.master.002.patch
HBASE-20258.branch-2.002.patch

> Shell hangs when scanning a disabled table
> --
>
> Key: HBASE-20258
> URL: https://issues.apache.org/jira/browse/HBASE-20258
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Balazs Meszaros
>Assignee: Balazs Meszaros
>Priority: Major
> Fix For: 3.0.0, 2.0.0
>
> Attachments: HBASE-20258.branch-2.001.patch, 
> HBASE-20258.branch-2.002.patch, HBASE-20258.master.001.patch, 
> HBASE-20258.master.002.patch
>
>
> I executed the following commands against a 2.0 server:
> {code}
> disable 't'
> scan 't'
> {code}
> From client-1.2: it throws an error because the table is disabled -> OK.
> From client-2.0: the shell hangs -> NOT OK.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20258) Shell hangs when scanning a disabled table

2018-04-03 Thread Balazs Meszaros (JIRA)

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

Balazs Meszaros updated HBASE-20258:

Attachment: (was: HBASE-20258.master.002.patch)

> Shell hangs when scanning a disabled table
> --
>
> Key: HBASE-20258
> URL: https://issues.apache.org/jira/browse/HBASE-20258
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Balazs Meszaros
>Assignee: Balazs Meszaros
>Priority: Major
> Fix For: 3.0.0, 2.0.0
>
> Attachments: HBASE-20258.branch-2.001.patch, 
> HBASE-20258.master.001.patch
>
>
> I executed the following commands against a 2.0 server:
> {code}
> disable 't'
> scan 't'
> {code}
> From client-1.2: it throws an error because the table is disabled -> OK.
> From client-2.0: the shell hangs -> NOT OK.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20258) Shell hangs when scanning a disabled table

2018-04-03 Thread Balazs Meszaros (JIRA)

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

Balazs Meszaros updated HBASE-20258:

Attachment: (was: HBASE-20258.branch-2.002.patch)

> Shell hangs when scanning a disabled table
> --
>
> Key: HBASE-20258
> URL: https://issues.apache.org/jira/browse/HBASE-20258
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Balazs Meszaros
>Assignee: Balazs Meszaros
>Priority: Major
> Fix For: 3.0.0, 2.0.0
>
> Attachments: HBASE-20258.branch-2.001.patch, 
> HBASE-20258.master.001.patch
>
>
> I executed the following commands against a 2.0 server:
> {code}
> disable 't'
> scan 't'
> {code}
> From client-1.2: it throws an error because the table is disabled -> OK.
> From client-2.0: the shell hangs -> NOT OK.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20258) Shell hangs when scanning a disabled table

2018-03-28 Thread Balazs Meszaros (JIRA)

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

Balazs Meszaros updated HBASE-20258:

Attachment: HBASE-20258.master.002.patch

> Shell hangs when scanning a disabled table
> --
>
> Key: HBASE-20258
> URL: https://issues.apache.org/jira/browse/HBASE-20258
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Balazs Meszaros
>Assignee: Balazs Meszaros
>Priority: Major
> Fix For: 3.0.0, 2.0.0
>
> Attachments: HBASE-20258.branch-2.001.patch, 
> HBASE-20258.branch-2.002.patch, HBASE-20258.master.001.patch, 
> HBASE-20258.master.002.patch
>
>
> I executed the following commands against a 2.0 server:
> {code}
> disable 't'
> scan 't'
> {code}
> From client-1.2: it throws an error because the table is disabled -> OK.
> From client-2.0: the shell hangs -> NOT OK.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20258) Shell hangs when scanning a disabled table

2018-03-28 Thread Balazs Meszaros (JIRA)

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

Balazs Meszaros updated HBASE-20258:

Attachment: HBASE-20258.branch-2.002.patch
HBASE-19093.master.002.patch

> Shell hangs when scanning a disabled table
> --
>
> Key: HBASE-20258
> URL: https://issues.apache.org/jira/browse/HBASE-20258
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Balazs Meszaros
>Assignee: Balazs Meszaros
>Priority: Major
> Fix For: 3.0.0, 2.0.0
>
> Attachments: HBASE-20258.branch-2.001.patch, 
> HBASE-20258.branch-2.002.patch, HBASE-20258.master.001.patch, 
> HBASE-20258.master.002.patch
>
>
> I executed the following commands against a 2.0 server:
> {code}
> disable 't'
> scan 't'
> {code}
> From client-1.2: it throws an error because the table is disabled -> OK.
> From client-2.0: the shell hangs -> NOT OK.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20258) Shell hangs when scanning a disabled table

2018-03-28 Thread Balazs Meszaros (JIRA)

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

Balazs Meszaros updated HBASE-20258:

Attachment: (was: HBASE-19093.master.002.patch)

> Shell hangs when scanning a disabled table
> --
>
> Key: HBASE-20258
> URL: https://issues.apache.org/jira/browse/HBASE-20258
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Balazs Meszaros
>Assignee: Balazs Meszaros
>Priority: Major
> Fix For: 3.0.0, 2.0.0
>
> Attachments: HBASE-20258.branch-2.001.patch, 
> HBASE-20258.branch-2.002.patch, HBASE-20258.master.001.patch, 
> HBASE-20258.master.002.patch
>
>
> I executed the following commands against a 2.0 server:
> {code}
> disable 't'
> scan 't'
> {code}
> From client-1.2: it throws an error because the table is disabled -> OK.
> From client-2.0: the shell hangs -> NOT OK.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20258) Shell hangs when scanning a disabled table

2018-03-27 Thread Balazs Meszaros (JIRA)

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

Balazs Meszaros updated HBASE-20258:

Attachment: (was: HBASE-20258.master.001.patch)

> Shell hangs when scanning a disabled table
> --
>
> Key: HBASE-20258
> URL: https://issues.apache.org/jira/browse/HBASE-20258
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Balazs Meszaros
>Assignee: Balazs Meszaros
>Priority: Major
> Fix For: 3.0.0, 2.0.0
>
> Attachments: HBASE-20258.branch-2.001.patch, 
> HBASE-20258.master.001.patch
>
>
> I executed the following commands against a 2.0 server:
> {code}
> disable 't'
> scan 't'
> {code}
> From client-1.2: it throws an error because the table is disabled -> OK.
> From client-2.0: the shell hangs -> NOT OK.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20258) Shell hangs when scanning a disabled table

2018-03-27 Thread Balazs Meszaros (JIRA)

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

Balazs Meszaros updated HBASE-20258:

Attachment: HBASE-20258.master.001.patch

> Shell hangs when scanning a disabled table
> --
>
> Key: HBASE-20258
> URL: https://issues.apache.org/jira/browse/HBASE-20258
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Balazs Meszaros
>Assignee: Balazs Meszaros
>Priority: Major
> Fix For: 3.0.0, 2.0.0
>
> Attachments: HBASE-20258.branch-2.001.patch, 
> HBASE-20258.master.001.patch
>
>
> I executed the following commands against a 2.0 server:
> {code}
> disable 't'
> scan 't'
> {code}
> From client-1.2: it throws an error because the table is disabled -> OK.
> From client-2.0: the shell hangs -> NOT OK.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20258) Shell hangs when scanning a disabled table

2018-03-27 Thread Balazs Meszaros (JIRA)

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

Balazs Meszaros updated HBASE-20258:

Attachment: HBASE-20258.branch-2.001.patch

> Shell hangs when scanning a disabled table
> --
>
> Key: HBASE-20258
> URL: https://issues.apache.org/jira/browse/HBASE-20258
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Balazs Meszaros
>Assignee: Balazs Meszaros
>Priority: Major
> Fix For: 3.0.0, 2.0.0
>
> Attachments: HBASE-20258.branch-2.001.patch, 
> HBASE-20258.master.001.patch
>
>
> I executed the following commands against a 2.0 server:
> {code}
> disable 't'
> scan 't'
> {code}
> From client-1.2: it throws an error because the table is disabled -> OK.
> From client-2.0: the shell hangs -> NOT OK.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20258) Shell hangs when scanning a disabled table

2018-03-27 Thread Balazs Meszaros (JIRA)

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

Balazs Meszaros updated HBASE-20258:

 Assignee: Balazs Meszaros
Fix Version/s: 2.0.0
   3.0.0
   Status: Patch Available  (was: Open)

> Shell hangs when scanning a disabled table
> --
>
> Key: HBASE-20258
> URL: https://issues.apache.org/jira/browse/HBASE-20258
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Balazs Meszaros
>Assignee: Balazs Meszaros
>Priority: Major
> Fix For: 3.0.0, 2.0.0
>
> Attachments: HBASE-20258.master.001.patch
>
>
> I executed the following commands against a 2.0 server:
> {code}
> disable 't'
> scan 't'
> {code}
> From client-1.2: it throws an error because the table is disabled -> OK.
> From client-2.0: the shell hangs -> NOT OK.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20258) Shell hangs when scanning a disabled table

2018-03-27 Thread Balazs Meszaros (JIRA)

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

Balazs Meszaros updated HBASE-20258:

Attachment: HBASE-20258.master.001.patch

> Shell hangs when scanning a disabled table
> --
>
> Key: HBASE-20258
> URL: https://issues.apache.org/jira/browse/HBASE-20258
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Balazs Meszaros
>Priority: Major
> Attachments: HBASE-20258.master.001.patch
>
>
> I executed the following commands against a 2.0 server:
> {code}
> disable 't'
> scan 't'
> {code}
> From client-1.2: it throws an error because the table is disabled -> OK.
> From client-2.0: the shell hangs -> NOT OK.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)