Skip to content

Commit 37679fb

Browse files
committed
Merge remote-tracking branch 'elastic/master' into use-bundled-java-integ-tests
* elastic/master: Mute failing IndexShard local history test Fix Failing to Handle Ex. in TransportShardBulkAction (elastic#40923)
2 parents 90008fa + ac6a594 commit 37679fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

server/src/main/java/org/elasticsearch/action/bulk/TransportShardBulkAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ private void finishRequest() {
194194
null, context.getPrimary(), logger));
195195
}
196196

197-
}.doRun();
197+
}.run();
198198
}
199199

200200
/**

server/src/test/java/org/elasticsearch/index/shard/IndexShardTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,7 @@ public void testGlobalCheckpointSync() throws IOException {
10901090
closeShards(replicaShard, primaryShard);
10911091
}
10921092

1093+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40929")
10931094
public void testRestoreLocalHistoryFromTranslogOnPromotion() throws IOException, InterruptedException {
10941095
final IndexShard indexShard = newStartedShard(false);
10951096
final int operations = 1024 - scaledRandomIntBetween(0, 1024);

0 commit comments

Comments
 (0)