You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle closed indices on source. ClosedIndexIT.testNoopPeerRecoveriesWhenIndexClosed is sample example IT.
On source it fails while fetching reference of index service.
Suppressed: RemoteTransportException[[node_s1][127.0.0.1:60473][internal:index/shard/replication/get_checkpoint_info]]; nested: NullPointerException[Cannot invoke "org.opensearch.index.IndexService.getShard(int)" because "indexService" is null];
Caused by: java.lang.NullPointerException: Cannot invoke "org.opensearch.index.IndexService.getShard(int)" because "indexService" is null
at org.opensearch.indices.replication.OngoingSegmentReplications.getCachedCopyState(OngoingSegmentReplications.java:84)
at org.opensearch.indices.replication.OngoingSegmentReplications.prepareForReplication(OngoingSegmentReplications.java:149)
at org.opensearch.indices.replication.SegmentReplicationSourceService$CheckpointInfoRequestHandler.messageReceived(SegmentReplicationSourceService.java:137)
at org.opensearch.indices.replication.SegmentReplicationSourceService$CheckpointInfoRequestHandler.messageReceived(SegmentReplicationSourceService.java:118)
at org.opensearch.transport.RequestHandlerRegistry.processMessageReceived(RequestHandlerRegistry.java:106)
at org.opensearch.transport.InboundHandler$RequestHandler.doRun(InboundHandler.java:453)
at org.opensearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:806)
at org.opensearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:52)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.lang.Thread.run(Thread.java:833)
The text was updated successfully, but these errors were encountered:
Handle closed indices on source. ClosedIndexIT.testNoopPeerRecoveriesWhenIndexClosed is sample example IT.
On source it fails while fetching reference of index service.
The text was updated successfully, but these errors were encountered: