Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Brooks committed Aug 30, 2024
1 parent 321377a commit b5308c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public void next() {
RestBulkAction.ChunkHandler chunkHandler = new RestBulkAction.ChunkHandler(
true,
request,
() -> new IncrementalBulkService.Handler(null, null, null, null, null, null) {
() -> new IncrementalBulkService.Handler(null, new ThreadContext(Settings.EMPTY), null, null, null, null) {

@Override
public void addItems(List<DocWriteRequest<?>> items, Releasable releasable, Runnable nextItems) {
Expand Down

0 comments on commit b5308c3

Please sign in to comment.