lfrancke commented on issue #3418: NIFI-6197 HBase Client Service uses a bad default for retries URL: https://github.com/apache/nifi/pull/3418#issuecomment-481362686 Actually: I'm using it like that (i.e. without an hbase-site.xml) so I do appreciate that those options are there. But I believe that the retry option is not needed to connect to HBase. It feels very much like the odd one out from all those options. I'll try to run a test later today against HBase without an explicitly set retry. I'm in favor of either (ordered by priority): 1. removing the retry config option altogether or 2. remove the default (and the validation that it needs to be set) to rely on the HBase default but people can override it here or 3. change the default from 1 to 15 but make it so that hbase-site.xml overrides the setting (this is what I thought would happen from my interpretation of the documentation string) 4. change the default from 1 to 15
---------------------------------------------------------------- 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
