Skip to content

Commit 4572814

Browse files
committed
add changelog entry
Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
1 parent 3656d3e commit 4572814

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3737
- Cannot communicate with HTTP/2 when reactor-netty is enabled ([#18599](https://github.com/opensearch-project/OpenSearch/pull/18599))
3838
- Fix the visit of sub queries for HasParentQuery and HasChildQuery ([#18621](https://github.com/opensearch-project/OpenSearch/pull/18621))
3939

40+
- Fix Replication lag computation ([#18602](https://github.com/opensearch-project/OpenSearch/pull/18602))
4041

4142
### Security
4243

server/src/main/java/org/opensearch/indices/replication/SegmentReplicator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
import org.opensearch.threadpool.ThreadPool;
3333

3434
import java.io.IOException;
35-
import java.util.List;
3635
import java.time.Duration;
3736
import java.time.Instant;
37+
import java.util.List;
3838
import java.util.Map;
3939
import java.util.concurrent.ConcurrentMap;
4040
import java.util.concurrent.ConcurrentNavigableMap;

0 commit comments

Comments
 (0)