Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvutils: Log a missing input state warning without the stack trace. (#…
…9513) Missing input state is the fault of the participant, not the ledger. Logging it as a warning, with a stack trace, makes it look like the ledger itself failed, when actually the participant failed to provide the correct keys (potentially due to data corruption, but it could also be malicious). This drops the stack trace to make the error less scary. We still log at WARN level because this sort of thing shouldn't happen very often, and at the very least, the participant operator should be informed, and the participant should be refreshed with the correct data somehow. CHANGELOG_BEGIN CHANGELOG_END
- Loading branch information