NodeService.indicesService is never null
This commit is contained in:
parent
52fcdf5e8d
commit
cbc7ff3f9c
|
@ -133,7 +133,7 @@ public class NodeService extends AbstractComponent implements Closeable {
|
|||
httpServer == null ? null : httpServer.info(),
|
||||
pluginService == null ? null : pluginService.info(),
|
||||
ingestService == null ? null : ingestService.info(),
|
||||
indicesService == null ? null : indicesService.getTotalIndexingBufferBytes()
|
||||
indicesService.getTotalIndexingBufferBytes()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue