Skip to content

Conversation

@devanbenz
Copy link

@devanbenz devanbenz commented Dec 22, 2025

Might be related to bug we are seeing where we end up with ShardGroups that have null shards without a DeleteAt time like the following, but very unlikely. 0 as an invariant is not possible afaik:

            {
              "ID": 789,
              "StartTime": "2025-12-01T00:00:00Z",
              "EndTime": "2025-12-08T00:00:00Z",
              "DeletedAt": "0001-01-01T00:00:00Z",
              "Shards": null,
              "TruncatedAt": "0001-01-01T00:00:00Z"
            },

Related logging PR: #27035

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

Successfully merging this pull request may close these issues.

2 participants