bbeaudreault commented on PR #4400:
URL: https://github.com/apache/hbase/pull/4400#issuecomment-1117803954

   I'm going to close this actually. I realized that the retries of 
UnknownScannerException are actually scoped to the RPC, not the overall scanner 
itself. So it should theoretically work to exceed the scanner lease timeout for 
every single next() call and the job should still continue. This may not be the 
most efficient thing, but you're already not doing the most efficient thing by 
this point and calling renewLease probably won't improve that. 
   
   Going to copy this into the JIRA as well and resolve as Not A Problem


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to