You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "maoling (Jira)" <ji...@apache.org> on 2020/05/25 03:01:00 UTC

[jira] [Created] (ZOOKEEPER-3849) improve the all logs with a necessary time unit at the start up of server

maoling created ZOOKEEPER-3849:
----------------------------------

             Summary: improve the all logs with a necessary time unit at the start up of server
                 Key: ZOOKEEPER-3849
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3849
             Project: ZooKeeper
          Issue Type: Improvement
            Reporter: maoling


- I found the following logs at the start-up of server which needs a time unit(maybe most is *ms*)

- This patch should check all the start-up logs which should have time unit.
{code:java}
2020-05-24 14:06:09,097 [myid:3] - INFO  [QuorumPeer[myid=3](plain=[0:0:0:0:0:0:0:0]:2183)(secure=disabled):ZooKeeperServer@332] - Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir ../../zkdataLog3/version-2 snapdir ../../zkdata3/version-2

2020-05-24 14:05:56,881 [myid:2] - INFO  [main:ZooKeeperServer@1446] - zookeeper.flushDelay=0

2020-05-24 14:05:56,881 [myid:2] - INFO  [main:ZooKeeperServer@1455] - zookeeper.maxWriteQueuePollTime=0

2020-05-24 14:06:09,050 [myid:3] - INFO  [main:FastLeaderElection@88] - zookeeper.fastleader.minNotificationInterval=200

2020-05-24 14:06:09,050 [myid:3] - INFO  [main:FastLeaderElection@90] - zookeeper.fastleader.maxNotificationInterval=60000

2020-05-24 14:06:10,050 [myid:3] - INFO  [QuorumPeer[myid=3](plain=[0:0:0:0:0:0:0:0]:2183)(secure=disabled):RequestThrottler@75] - zookeeper.request_throttler.shutdownTimeout = 10000
{code}



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