Skip to content

No-op to idempotency table when table is empty on boot #2983

Open
@slinkydeveloper

Description

@slinkydeveloper

Completely disable codepaths using IdempotencyTable when the key space of idempotency table is empty. We can do so because in the next release, no one will write to the idempotency table key space anymore, so if the table is empty will remain empty for the rest of the execution.

We can probably add a check for that when initializing the PartitionStore.

Essentially like #2186 for idempotency table

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions