Skip to content

Commit

Permalink
Log the value for ignoreCheckpointFlushExceptionFlag (#16237)
Browse files Browse the repository at this point in the history
## Description

Log the value for ignoreCheckpointFlushExceptionFlag for debugging.

Co-authored-by: Shubhangi Agarwal <shuagarwal@microsoft.com>
  • Loading branch information
shubhi1092 and Shubhangi Agarwal authored Jul 5, 2023
1 parent 07c97a0 commit 08a28be
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ export class Partition extends EventEmitter {
"Error during checkpointManager.flush call",
{
partition: this.id,
ignoreCheckpointFlushExceptionFlag: this.config?.get(
"checkpoints:ignoreCheckpointFlushException",
),
},
err,
);
Expand Down

0 comments on commit 08a28be

Please sign in to comment.