[jira] [Created] (ZOOKEEPER-3603) Zookeeper (3.5.6) not starting on mac

2019-11-01 Thread Suraj Kumar Agrahari (Jira)
Suraj Kumar Agrahari created ZOOKEEPER-3603:
---

 Summary: Zookeeper (3.5.6) not starting on mac
 Key: ZOOKEEPER-3603
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3603
 Project: ZooKeeper
  Issue Type: Bug
  Components: build
Affects Versions: 3.5.6
 Environment: Mac 10.14
Reporter: Suraj Kumar Agrahari
 Attachments: Screenshot 2019-11-01 at 7.35.43 PM.png

I downloaded zookeeper 3.5.6 and was unable to start because the 
zookeeper_server.pid file was not being created.

The problem was in the line *ZOO_DATADIR="$(echo -e "${ZOO_DATADIR}" | sed -e 
's/^[[:space:]]*//' -e 's/[[:space:]]*$//')"*

 

After removing -e option from the echo command, it started successfully.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ZOOKEEPER-3602) Add ability to toggle nagios checks in charm

2019-11-01 Thread John Losito (Jira)


[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-3602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16964832#comment-16964832
 ] 

John Losito commented on ZOOKEEPER-3602:


Moved to https://issues.apache.org/jira/browse/BIGTOP-3269

> Add ability to toggle nagios checks in charm
> 
>
> Key: ZOOKEEPER-3602
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3602
> Project: ZooKeeper
>  Issue Type: Improvement
>Reporter: John Losito
>Priority: Major
>
> Currently, there isn't a way one can toggle certain nagios checks that the 
> zookeeper charm creates when adding the following relation:
> {code:java}
> juju add-relation zookeeper:local-monitors npre:local-monitors
> {code}
> It would be nice if one could turn off or disable certain checks via the 
> charm's configuration options. For instance, if one wanted to turn off the 
> max latency check, one can do so using the following:
> {code:java}
> juju config zookeeper max_latency_check=false{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (ZOOKEEPER-3597) Add ability to toggle nagios checks in charm

2019-11-01 Thread John Losito (Jira)


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

John Losito resolved ZOOKEEPER-3597.

Resolution: Invalid

> Add ability to toggle nagios checks in charm
> 
>
> Key: ZOOKEEPER-3597
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3597
> Project: ZooKeeper
>  Issue Type: Improvement
>Reporter: John Losito
>Priority: Major
>
> Currently, there isn't a way one can toggle certain nagios checks that the 
> zookeeper charm creates when adding the following relation:
> {code:java}
> juju add-relation zookeeper:local-monitors npre:local-monitors
> {code}
> It would be nice if one could turn off or disable certain checks via the 
> charm's configuration options. For instance, if one wanted to turn off the 
> max latency check, one can do so using the following:
> {code:java}
> juju config zookeeper max_latency_check=false{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ZOOKEEPER-3597) Add ability to toggle nagios checks in charm

2019-11-01 Thread John Losito (Jira)


[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16964834#comment-16964834
 ] 

John Losito commented on ZOOKEEPER-3597:


Moved to https://issues.apache.org/jira/browse/BIGTOP-3269

> Add ability to toggle nagios checks in charm
> 
>
> Key: ZOOKEEPER-3597
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3597
> Project: ZooKeeper
>  Issue Type: Improvement
>Reporter: John Losito
>Priority: Major
>
> Currently, there isn't a way one can toggle certain nagios checks that the 
> zookeeper charm creates when adding the following relation:
> {code:java}
> juju add-relation zookeeper:local-monitors npre:local-monitors
> {code}
> It would be nice if one could turn off or disable certain checks via the 
> charm's configuration options. For instance, if one wanted to turn off the 
> max latency check, one can do so using the following:
> {code:java}
> juju config zookeeper max_latency_check=false{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (ZOOKEEPER-3602) Add ability to toggle nagios checks in charm

2019-11-01 Thread John Losito (Jira)


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

John Losito resolved ZOOKEEPER-3602.

Resolution: Duplicate

> Add ability to toggle nagios checks in charm
> 
>
> Key: ZOOKEEPER-3602
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3602
> Project: ZooKeeper
>  Issue Type: Improvement
>Reporter: John Losito
>Priority: Major
>
> Currently, there isn't a way one can toggle certain nagios checks that the 
> zookeeper charm creates when adding the following relation:
> {code:java}
> juju add-relation zookeeper:local-monitors npre:local-monitors
> {code}
> It would be nice if one could turn off or disable certain checks via the 
> charm's configuration options. For instance, if one wanted to turn off the 
> max latency check, one can do so using the following:
> {code:java}
> juju config zookeeper max_latency_check=false{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ZOOKEEPER-3602) Add ability to toggle nagios checks in charm

2019-11-01 Thread John Losito (Jira)
John Losito created ZOOKEEPER-3602:
--

 Summary: Add ability to toggle nagios checks in charm
 Key: ZOOKEEPER-3602
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3602
 Project: ZooKeeper
  Issue Type: Improvement
Reporter: John Losito


Currently, there isn't a way one can toggle certain nagios checks that the 
zookeeper charm creates when adding the following relation:
{code:java}
juju add-relation zookeeper:local-monitors npre:local-monitors
{code}
It would be nice if one could turn off or disable certain checks via the 
charm's configuration options. For instance, if one wanted to turn off the max 
latency check, one can do so using the following:
{code:java}
juju config zookeeper max_latency_check=false{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (ZOOKEEPER-3596) Add ability to change limits for nagios checks in charm

2019-11-01 Thread John Losito (Jira)


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

John Losito resolved ZOOKEEPER-3596.

Resolution: Invalid

> Add ability to change limits for nagios checks in charm
> ---
>
> Key: ZOOKEEPER-3596
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3596
> Project: ZooKeeper
>  Issue Type: Improvement
>Reporter: John Losito
>Priority: Major
>
> Currently there is no way for one to change the limits for any nagios checks 
> in the zookeeper charm. It would be nice if users could modify these limits 
> while setting the defaults  to whatever is currently hardcoded.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ZOOKEEPER-3601) introduce the fault injection framework: Byteman for ZooKeeper

2019-11-01 Thread maoling (Jira)


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

maoling updated ZOOKEEPER-3601:
---
Description: 
[https://www.datastax.com/blog/2016/02/cassandra-unit-testing-byteman]

> introduce the fault injection framework: Byteman for ZooKeeper
> --
>
> Key: ZOOKEEPER-3601
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3601
> Project: ZooKeeper
>  Issue Type: New Feature
>  Components: documentation, server
>Reporter: maoling
>Assignee: maoling
>Priority: Major
> Fix For: 3.6.0
>
>
> [https://www.datastax.com/blog/2016/02/cassandra-unit-testing-byteman]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ZOOKEEPER-3601) introduce the fault injection framework: Byteman for ZooKeeper

2019-11-01 Thread maoling (Jira)
maoling created ZOOKEEPER-3601:
--

 Summary: introduce the fault injection framework: Byteman for 
ZooKeeper
 Key: ZOOKEEPER-3601
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3601
 Project: ZooKeeper
  Issue Type: New Feature
  Components: documentation, server
Reporter: maoling
Assignee: maoling
 Fix For: 3.6.0






--
This message was sent by Atlassian Jira
(v8.3.4#803005)