Anders created NIFI-12895:
-----------------------------

             Summary: GetSmbFile and PutSmbFile has forced 5 sec timeout
                 Key: NIFI-12895
                 URL: https://issues.apache.org/jira/browse/NIFI-12895
             Project: Apache NiFi
          Issue Type: Bug
    Affects Versions: 1.25.0
            Reporter: Anders


It seems like timeout was introduced with the SmbjClientProviderService, and
SmbUtils.java defines the withTimeout setting from the underlying smbj library.

In SmbProperties.java, the default timeout value is set to 5 sec and you can 
configure it in the SmbjClientProviderService.

However, the older GetSmbFile and PutSmbFile processors uses SmbUtils.java as 
well, but the timeout configuration item is not exposed in their config ui.

The timeout setting should be added to the UI for GetSmbFile and PutSmbFile.

I think it's enough to add the following lines to PutSmbFile.java and 
GetSmbFile.java:
{code}
import static org.apache.nifi.smb.common.SmbProperties.TIMEOUT;
...
descriptors.add(TIMEOUT);
{code}



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

Reply via email to