bbende commented on issue #3425: NIFI-6197 HBase: Fix deprecations, default for client retries & validations URL: https://github.com/apache/nifi/pull/3425#issuecomment-482644540 The customValidate method is called as part of validation after all property level validators have passed. Validation is called frequently which is how we can show the status of the component on the canvas as valid or invalid, so we definitely don't want to be creating connections during validation. The only way to have separate values for first connection vs other ops, would be to set the hbase-client retries to 1, and then build the retry concept into our own code for the other operations. Not sure I love doing that since it would require quite a bit of work in both hbase service implementations.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
