[jira] [Created] (KUDU-2448) Document how to temporarily decommission/shutdown a tablet server

2018-05-21 Thread Grant Henke (JIRA)
Grant Henke created KUDU-2448: - Summary: Document how to temporarily decommission/shutdown a tablet server Key: KUDU-2448 URL: https://issues.apache.org/jira/browse/KUDU-2448 Project: Kudu

[jira] [Assigned] (KUDU-1889) Support OpenSSL 1.1.0

2018-05-21 Thread Adar Dembo (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adar Dembo reassigned KUDU-1889: Assignee: Adar Dembo > Support OpenSSL 1.1.0 > - > > Key:

[jira] [Resolved] (KUDU-1889) Support OpenSSL 1.1.0

2018-05-21 Thread Adar Dembo (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adar Dembo resolved KUDU-1889. -- Resolution: Fixed Fix Version/s: 1.8.0 Fixed in 14080bb. > Support OpenSSL 1.1.0 >

[jira] [Updated] (KUDU-2449) Document best practices for adding a new tablet server

2018-05-21 Thread Grant Henke (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Henke updated KUDU-2449: -- Labels: beginner (was: ) > Document best practices for adding a new tablet server >

[jira] [Created] (KUDU-2449) Document best practices for adding a new tablet server

2018-05-21 Thread Grant Henke (JIRA)
Grant Henke created KUDU-2449: - Summary: Document best practices for adding a new tablet server Key: KUDU-2449 URL: https://issues.apache.org/jira/browse/KUDU-2449 Project: Kudu Issue Type: Task

[jira] [Updated] (KUDU-2443) Moving single-replica tablets does not work in kudu CLI

2018-05-21 Thread Alexey Serbin (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Serbin updated KUDU-2443: Resolution: Fixed Fix Version/s: 1.8.0 Status: Resolved (was: In Review) Fixed

[jira] [Created] (KUDU-2447) TS crashed with "NONE predicate can not be pushed into key"

2018-05-21 Thread Xu Yao (JIRA)
Xu Yao created KUDU-2447: Summary: TS crashed with "NONE predicate can not be pushed into key" Key: KUDU-2447 URL: https://issues.apache.org/jira/browse/KUDU-2447 Project: Kudu Issue Type: Bug

[jira] [Commented] (KUDU-2447) TS crashed with "NONE predicate can not be pushed into key"

2018-05-21 Thread Xu Yao (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16482506#comment-16482506 ] Xu Yao commented on KUDU-2447: -- https://gerrit.cloudera.org/#/c/10463/ > TS crashed with "NONE predicate can

[jira] [Commented] (KUDU-2450) Handle mutex init / destroy returning EAGAIN

2018-05-21 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483260#comment-16483260 ] Mike Percy commented on KUDU-2450: -- Apparently pthread_mutex_init() and pthread_mutex_destroy() can return

[jira] [Commented] (KUDU-2450) Handle mutex init / destroy returning EAGAIN

2018-05-21 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483397#comment-16483397 ] Todd Lipcon commented on KUDU-2450: --- Eagain on destroy indicates an attempt to destroy a locked mutex, so

[jira] [Created] (KUDU-2450) Handle mutex init / destroy returning EAGAIN

2018-05-21 Thread Mike Percy (JIRA)
Mike Percy created KUDU-2450: Summary: Handle mutex init / destroy returning EAGAIN Key: KUDU-2450 URL: https://issues.apache.org/jira/browse/KUDU-2450 Project: Kudu Issue Type: Improvement

[jira] [Updated] (KUDU-1867) Improve the "Could not lock .../block_manager_instance" error message

2018-05-21 Thread Fengling Wang (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-1867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fengling Wang updated KUDU-1867: Fix Version/s: (was: 1.2.0) 1.8.0 > Improve the "Could not lock

[jira] [Commented] (KUDU-1867) Improve the "Could not lock .../block_manager_instance" error message

2018-05-21 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-1867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483424#comment-16483424 ] Jean-Daniel Cryans commented on KUDU-1867: -- [~fwang29] did you mean to resolve this as Fix Version

[jira] [Updated] (KUDU-2450) pthread_mutex_destroy returns EBUSY in rpc_server-test failure

2018-05-21 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Percy updated KUDU-2450: - Summary: pthread_mutex_destroy returns EBUSY in rpc_server-test failure (was: Handle mutex init / destroy

[jira] [Commented] (KUDU-2450) pthread_mutex_destroy returns EBUSY in rpc_server-test failure

2018-05-21 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483412#comment-16483412 ] Mike Percy commented on KUDU-2450: -- Whoops, that is EBUSY not EAGAIN as Adar pointed out in Gerrit. I'm

[jira] [Comment Edited] (KUDU-2450) pthread_mutex_destroy returns EBUSY in rpc_server-test failure

2018-05-21 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483260#comment-16483260 ] Mike Percy edited comment on KUDU-2450 at 5/22/18 2:19 AM: --- Edit: leaving the

[jira] [Commented] (KUDU-1867) Improve the "Could not lock .../block_manager_instance" error message

2018-05-21 Thread Fengling Wang (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-1867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483456#comment-16483456 ] Fengling Wang commented on KUDU-1867: - [~jdcryans] Yes? https://gerrit.cloudera.org/#/c/10419/ >

[jira] [Assigned] (KUDU-1867) Improve the "Could not lock .../block_manager_instance" error message

2018-05-21 Thread Fengling Wang (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-1867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fengling Wang reassigned KUDU-1867: --- Assignee: Fengling Wang > Improve the "Could not lock .../block_manager_instance" error

[jira] [Resolved] (KUDU-1867) Improve the "Could not lock .../block_manager_instance" error message

2018-05-21 Thread Fengling Wang (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-1867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fengling Wang resolved KUDU-1867. - Resolution: Fixed Fix Version/s: 1.2.0 > Improve the "Could not lock