Skip to content

Commit

Permalink
fix build problem(8.10 misses an unrelated refactoring)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Muhs committed Sep 27, 2023
1 parent 0c0e179 commit e5ad964
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public void getCheckpointingInfo(
ActionListener<TransformCheckpointingInfoBuilder> checkPointInfoListener = ListenerTimeouts.wrapWithTimeout(
threadPool,
timeout,
threadPool.generic(),
ThreadPool.Names.GENERIC,
ActionListener.wrap(infoBuilder -> {
if (context.getChangesLastDetectedAt() != null) {
infoBuilder.setChangesLastDetectedAt(context.getChangesLastDetectedAt());
Expand Down

0 comments on commit e5ad964

Please sign in to comment.