Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simulation failure - assertion failure in checkpoint #9834

Open
sfc-gh-jslocum opened this issue Mar 29, 2023 · 1 comment
Open

Simulation failure - assertion failure in checkpoint #9834

sfc-gh-jslocum opened this issue Mar 29, 2023 · 1 comment
Assignees

Comments

@sfc-gh-jslocum
Copy link
Collaborator

sfc-gh-jslocum commented Mar 29, 2023

bin/fdbserver -r simulation -f tests/rare/BlobGranuleRanges.toml -s 194789141 -b on --crash --trace_format json

on commit 60d62ec from PR #9833

A subset of the stack trace returned by addr2line:

(inlined by) internal_error_impl(char const*, char const*, int) at /mnt/ephemeral/jslocum/buildcop/flow/Error.cpp:66
Optional<Standalone<StringRef>>::get() const & at /mnt/ephemeral/jslocum/buildcop/flow/include/flow/Optional.h:214
 (inlined by) (anonymous namespace)::ApplyMetadataMutationsImpl::checkSetCheckpointKeys(MutationRef) at /mnt/ephemeral/jslocum/buildcop/fdbserver/ApplyMetadataMutation.cpp:624
 (inlined by) (anonymous namespace)::ApplyMetadataMutationsImpl::apply() at /mnt/ephemeral/jslocum/buildcop/fdbserver/ApplyMetadataMutation.cpp:1321

Points to this being a race in ApplyMetadataMutations between a checkpoint mutation happening and the txn state store initializing its ss metadata on the line
Tag tag = decodeServerTagValue(txnStateStore->readValue(serverTagKeyFor(ssID)).get().get());

@jzhou77
Copy link
Contributor

jzhou77 commented May 10, 2023

Can this be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants