Peter Turcsanyi
Peter Turcsanyi
If the Kerberos ticket refresh thread fails, it exits and never tries again (`KerberosLogin.spawnReloginThread()`). It can happen due to a temporary error (eg. network problems), but as the thread exited,...
Also add support for configuration via system properties (similar to the Flume system properties used with Log4j 1.x): - flume.log.dir - flume.log.file - flume.root.logger.level (formerly: flume.root.logger) - flume.root.logger.appender (formerly: flume.root.logger)
# Summary [NIFI-10364](https://issues.apache.org/jira/browse/NIFI-10364) # Tracking Please complete the following tracking steps prior to pull request creation. ### Issue Tracking - [ ] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue created ### Pull Request...
…se in Snowflake NAR # Summary [NIFI-10659](https://issues.apache.org/jira/browse/NIFI-10659) # Tracking Please complete the following tracking steps prior to pull request creation. ### Issue Tracking - [ ] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue...
# Summary [NIFI-12837](https://issues.apache.org/jira/browse/NIFI-12837) # Tracking Please complete the following tracking steps prior to pull request creation. ### Issue Tracking - [x] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue created ### Pull Request Tracking...
`SMBClient` stores the established connections in `connectionTable` for caching. Before returning a cached connection, it checks if the connection is still alive calling `Connection.isConnected()`. This method relies on the underlying...
…tting the system-wide default ## What changes were proposed in this pull request? In order to avoid setting the system-wide `SSLContext` in `SolrAuditDestination` (which may affect other components running in...
Also fixed property evaluation issues uncovered by the test framework # Summary [NIFI-15362](https://issues.apache.org/jira/browse/NIFI-15362) # Tracking Please complete the following tracking steps prior to pull request creation. ### Issue Tracking -...
There may be a folder in the DFS namespace that has neither target mapping nor child element(s). Basically it is a configuration issue in the DFS namespace but the smbj...