Skip to content

Commit 86c4db4

Browse files
committed
lee's comment
1 parent 6e5e9b0 commit 86c4db4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/org/elasticsearch/ingest/PipelineConfiguration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ PipelineConfiguration maybeUpgradeProcessors(String type, IngestMetadata.Process
251251
}
252252
}
253253

254+
/** Remove system properties from config if they aren't supported by the transport version */
254255
private Map<String, Object> configForTransport(final TransportVersion transportVersion) {
255256
final boolean transportSupportsNewProperties = transportVersion.onOrAfter(TransportVersions.PIPELINE_TRACKING_INFO);
256257
final boolean noNewProperties = config.containsKey(Pipeline.CREATED_DATE_MILLIS) == false

0 commit comments

Comments
 (0)