[GitHub] shaofengshi commented on issue #198: KYLIN-3499 Update HBaseResourceStore.java

2018-08-23 Thread GitBox
shaofengshi commented on issue #198: KYLIN-3499 Update HBaseResourceStore.java
URL: https://github.com/apache/kylin/pull/198#issuecomment-415620951
 
 
   Hi Momoxixi,
   
   Sorry for the late response. So you mean, the invocation of 
"table.checkAndPut" may throw a "RetriesExhaustedException" but actually, the 
change has been taken effectively in the HBase server side, right?
   
   If so, two comments here:
   1) This change adds a "try-catch" embedded in the original "try-catch", the 
embedded try-catch should be avoided.
   2) Besides the "RetriesExhaustedException", are there other similar cases? 
Can it be generalized to "IOException"?
   
   Thanks for your contribution to Kylin! 



This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] shaofengshi commented on issue #198: KYLIN-3499 Update HBaseResourceStore.java

2018-10-11 Thread GitBox
shaofengshi commented on issue #198: KYLIN-3499 Update HBaseResourceStore.java
URL: https://github.com/apache/kylin/pull/198#issuecomment-429178067
 
 
   This change adds one more try when got "RetriesExhaustedException", it 
couldn't avoid such issue completely, but it can reduce the possibility I 
think. So I'd like to accept it. Thank you momo.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services