[
https://issues.apache.org/jira/browse/ZOOKEEPER-3849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ling Mao resolved ZOOKEEPER-3849.
---------------------------------
Resolution: Fixed
> 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: Ling Mao
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> - 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)