Alexey Serbin created KUDU-2293:
-----------------------------------
Summary: tserver crashes with 'Found tablet in TABLET_DATA_COPYING
state during StartTabletCopy()' message
Key: KUDU-2293
URL: https://issues.apache.org/jira/browse/KUDU-2293
Project: Kudu
Issue Type: Bug
Components: tserver
Affects Versions: 1.6.0, 1.5.0, 1.7.0
Reporter: Alexey Serbin
Attachments: crash-at-tablet-copy-session-start.log
When running out of disc space, tablet server can crash while trying to start
tablet copying over already tombstoned replica.
In essence, if {{DataDirManager::CreateDataDirGroup()}} returns an error due to
the out-of-disc space condition while running {{TabletCopyClient::Start()}},
tablet server crashes with an error message like below. The relevant part of
the log is attached.
{noformat}
F0208 05:35:22.152496 2721 ts_tablet_manager.cc:563] T
5384471d823e46929029f9ff6ce212a3 P c713ac498df040caa897d3229214baa3: Tablet
Copy: Found tablet in TABLET_DATA_COPYING state during
StartTabletCopy(){noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)