bbende commented on issue #3418: NIFI-6197 HBase Client Service uses a bad default for retries URL: https://github.com/apache/nifi/pull/3418#issuecomment-481351897 The reason for the option is that you can use the service without an hbase-site.xml by specifying the ZK Quorum, ZK Port, and ZK ZNode directly in the service. Although this is probably an uncommon use-case we can't assume no one is using it like this, so we have to keep the existing properties. Also, we don't necessarily have to rely on the retry within the client, anyone can also built retry logic into their flow to route failure relationships from hbase related processors through a retry loop. I'm not totally disagreeing about increasing the default from 1, but just pointing at that I don't think users are in a terrible place as is.
---------------------------------------------------------------- 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
