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

feat: Flush sessions on partition revoke #17436

Merged
merged 22 commits into from
Sep 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added info
  • Loading branch information
benjackwhite committed Sep 14, 2023
commit d0180e8e9b56d1c0e79932aa5929cab3fcf79982
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ export class PartitionLocker {
await new Promise((r) => setTimeout(r, this.delay))
}
}

status.info('🔒', `PartitionLocker claimed partitions!`)
} catch (error) {
status.error('🧨', 'PartitionLocker failed to claim keys', {
error: error.message,
Expand Down