[
https://issues.apache.org/jira/browse/KUDU-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16727819#comment-16727819
]
jiaqiyang commented on KUDU-2646:
---------------------------------
cat kudu-tserver-jira.info |grep ' Time spent bootstrapping tablet:' >a
awk '\{sum+=$14}END\{print sum}' a
26915.1 s
from your log :there is 26915.1 S to bootstrap all your tablet
> kudu restart the tablets stats from INITIALIZED change to RUNNING cost a few
> days
> ---------------------------------------------------------------------------------
>
> Key: KUDU-2646
> URL: https://issues.apache.org/jira/browse/KUDU-2646
> Project: Kudu
> Issue Type: Bug
> Reporter: qinzl_1
> Priority: Major
> Fix For: n/a
>
> Attachments: kudu-tserver (1).INFO.gz
>
>
> [^kudu-tserver (1).INFO.gz]i install kudu from cloudera manager ,i have 3
> master and 4 tablet server .do not have any especial config. when i restart
> the server, it can not offer service.i found all tablet server is INITIALIZED
> , and it spend a long time to change to RUNNING
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)