mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
[ML] Made fields volatile or final
Original commit: elastic/x-pack-elasticsearch@c9478e2da4
This commit is contained in:
parent
c0445fac4d
commit
ea273ab67e
@ -49,9 +49,9 @@ class NativeAutodetectProcess implements AutodetectProcess {
|
||||
private final ZonedDateTime startTime;
|
||||
private final int numberOfAnalysisFields;
|
||||
private final List<Path> filesToDelete;
|
||||
private Future<?> logTailFuture;
|
||||
private Future<?> stateProcessorFuture;
|
||||
private AutodetectResultsParser resultsParser;
|
||||
private volatile Future<?> logTailFuture;
|
||||
private volatile Future<?> stateProcessorFuture;
|
||||
private final AutodetectResultsParser resultsParser;
|
||||
|
||||
NativeAutodetectProcess(String jobId, InputStream logStream, OutputStream processInStream, InputStream processOutStream,
|
||||
int numberOfAnalysisFields, List<Path> filesToDelete, AutodetectResultsParser resultsParser) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user