You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2023/06/16 14:20:00 UTC

[jira] [Created] (NIFI-11712) Remove Default Setting to Prefer IPv4

David Handermann created NIFI-11712:
---------------------------------------

             Summary: Remove Default Setting to Prefer IPv4
                 Key: NIFI-11712
                 URL: https://issues.apache.org/jira/browse/NIFI-11712
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Core Framework, NiFi Registry
            Reporter: David Handermann
            Assignee: David Handermann
             Fix For: 2.latest


Application bootstrap.conf configuration has included enabling {{java.net.preferIPv4Stack}} since NIFI-186.

Although this setting can be changed, advances in IPv6 support across various libraries no longer require this as a default setting.

The default preference for IPv4 should be removed from bootstrap.conf so that default Java settings will be applied. This setting should be removed for NiFi 2.0 to avoid impacting existing deployments, and new deployments of NiFi 2.0 can still add the setting if needed.

The Java [Networking Properties|https://docs.oracle.com/javase/8/docs/api/java/net/doc-files/net-properties.html] documentation provides additional background on IPv4 and IPv6 preferences.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)