You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Adar Dembo (JIRA)" <ji...@apache.org> on 2016/09/15 19:40:20 UTC

[jira] [Resolved] (KUDU-1090) Crash with Duplicate Memory Tracker error during bootstrap

     [ https://issues.apache.org/jira/browse/KUDU-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adar Dembo resolved KUDU-1090.
------------------------------
       Resolution: Fixed
         Assignee: Adar Dembo
    Fix Version/s: 1.1.0

Fixed in commit 4b9d2f6.

> Crash with Duplicate Memory Tracker error during bootstrap
> ----------------------------------------------------------
>
>                 Key: KUDU-1090
>                 URL: https://issues.apache.org/jira/browse/KUDU-1090
>             Project: Kudu
>          Issue Type: Bug
>          Components: tablet, tserver
>    Affects Versions: Private Beta
>            Reporter: Todd Lipcon
>            Assignee: Adar Dembo
>             Fix For: 1.1.0
>
>
> This causes an occasional crash of linked-list-test (seen on the flaky dashboard, only a few tenths of a percent):
> F0829 08:40:41.613591 25352 mem_tracker.cc:497] Check failed: !FindTrackerUnlocked(tracker->id(), &found, shared_from_this()) Duplicate memory tracker (id MemRowSet-3) on parent tablet-1d55f38100e94fedb7043cd169bd10e9->server->root
> *** Check failure stack trace: ***
>     @     0x7f218d9a8bcd  google::LogMessage::Fail() at ??:0
>     @     0x7f218d9ad0ad  google::LogMessage::SendToLog() at ??:0
>     @     0x7f218d9aaf1b  google::LogMessage::Flush() at ??:0
>     @     0x7f218d9ab241  google::LogMessageFatal::~LogMessageFatal() at ??:0
>     @     0x7f218e6fdaed  kudu::MemTracker::AddChildTrackerUnlocked() at ??:0
>     @     0x7f218e6faf88  kudu::MemTracker::CreateTrackerUnlocked() at ??:0
>     @     0x7f218e6fad8c  kudu::MemTracker::CreateTracker() at ??:0
>     @     0x7f2192efb25f  kudu::tablet::(anonymous namespace)::CreateMemTrackerForMemRowSet() at ??:0
>     @     0x7f2192efb37e  kudu::tablet::MemRowSet::MemRowSet() at ??:0
>     @     0x7f2192e49f7c  kudu::tablet::Tablet::RewindSchemaForBootstrap() at ??:0
>     @     0x7f2192e7ebd6  kudu::tablet::TabletBootstrap::PlaySegments() at ??:0
>     @     0x7f2192e78d18  kudu::tablet::TabletBootstrap::Bootstrap() at ??:0
>     @     0x7f2192e778da  kudu::tablet::BootstrapTablet() at ??:0
>     @     0x7f21948771a9  kudu::tserver::TSTabletManager::OpenTablet() at ??:0



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)