Skip to content

.NET: [Bug]: CompactionMessageIndex.IsSummaryMessage always returns false because TryGetValue returns value as JsonElement #7003

Description

@zengyun261

Description

In IsSummaryMessage, the value obtained via TryGetValue is of type JsonElement, which causes the is true check to always return false. As a result, CompactionMessageGroup.Kind is never set to Summary.

Code Sample

Error Messages / Stack Traces

Package Versions

1.13.0

.NET Version

.NET 10

Additional Context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

.NETUsage: [Issues, PRs], Target: .NetreproducedUsage: [Issues], Target: all issues that can be reproduced by the triage workflow

Type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions