busbey commented on issue #494: HBASE-22380 break circle replication when doing 
bulkload
URL: https://github.com/apache/hbase/pull/494#issuecomment-530566488
 
 
   > On the reported findbugs issue: We do need to iterate over the keySet, as 
we do need the clusterId further to forward it to HFileReplicator call. What do 
you mean by annotate it @busbey ? Commenting on that line?
   
   You can annotate the implementation so that findbugs doesn't report an 
error. I think the lowest level you can do it for is the method.
   
   In this case though, I believe the complaint from findbugs is that we should 
be using `entrySet` instead of both `keySet` and then `getValue` with the key.

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


With regards,
Apache Git Services

Reply via email to