Chun-Hung Hsiao created MESOS-9661:
--------------------------------------
Summary: Agent crashes when SLRP recovers dropped operations.
Key: MESOS-9661
URL: https://issues.apache.org/jira/browse/MESOS-9661
Project: Mesos
Issue Type: Bug
Components: storage
Affects Versions: 1.7.2
Reporter: Chun-Hung Hsiao
Assignee: Chun-Hung Hsiao
MESOS-9537 is fixed by persisting dropped operations in SLRP, but the recovery
codepath doesn't account for that:
[https://github.com/apache/mesos/blob/master/src/resource_provider/storage/provider.cpp#L1278]
Which caused the agent to crash with the following message during SLRP recovery:
{noformat}
Reached unreachable statement at
/pkg/src/mesos/src/resource_provider/storage/provider.cpp:1283{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)