Hello Tidy Bot, Kudu Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/19203

to look at the new patch set (#2).

Change subject: [KUDU-3419][TabletManager] Fix the stuck of tablet server when 
starting
......................................................................

[KUDU-3419][TabletManager] Fix the stuck of tablet server when starting

If the permission of tablet metadata file is denied when tablet server starting,
tablet server will get stuck and can not exit automatically. That is because
if the permission is denied, the object of TabletServer will be deconstructed,
it will deconstruct it's thread pool:txn_status_manager_pool_, but this thread
pool contains a task: TxnStalenessTrackerTask, the task is still running.
There are not change to finish this task. Therefore tablet server will get 
stuck.
See the detail at #KUDU-3419

Change-Id: I8c9a4f4158fcb0a36499345e00ee72c65f5fefe0
---
M src/kudu/tserver/ts_tablet_manager.cc
M src/kudu/tserver/ts_tablet_manager.h
2 files changed, 33 insertions(+), 13 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/03/19203/2
--
To view, visit http://gerrit.cloudera.org:8080/19203
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I8c9a4f4158fcb0a36499345e00ee72c65f5fefe0
Gerrit-Change-Number: 19203
Gerrit-PatchSet: 2
Gerrit-Owner: Wang Xixu <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)

Reply via email to