You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/04/09 16:49:57 UTC

[GitHub] [nifi] lfrancke commented on issue #3418: NIFI-6197 HBase Client Service uses a bad default for retries

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-481332199
 
 
   Thanks for the background information. I understand and yes that's unfortunate but I think that's a pill we should swallow.
   
   The way it is now normal things like when HBase moves a Region will be a fatal error. That's not good. The default used to be 10 and was upped to 15 recently.
   
   I've actually tested today and I believe this to be even worse: The default is set to 1 so it overrides whatever is set in an hbase-site.xml. That's definitely not good. Ideally I think we should just remove the default to be honest. It _should_ fall back to the hardcoded default in HBase anyway. So I don't really see a reason to provide this option at all.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services