You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/04/01 11:39:24 UTC

[GitHub] [accumulo] jzgithub1 commented on issue #1066: Speed up containKey calls by not alway recomputing hashcodes

jzgithub1 commented on issue #1066: Speed up containKey calls by not alway recomputing hashcodes
URL: https://github.com/apache/accumulo/pull/1066#issuecomment-478544508
 
 
   Thanks for information about other projects that already address this problem.  I addressed the issue of the underlying data being modified and mark the hashcode as 'stale' so  the hashcode gets updated by a subsequent call to the hashcode function in this pull request. 'mvn test' passes and I think 'mvn verify' will too.  I assume that you reviewed the code and found valid deficiencies in the solution so I will accept your conclusions.
   
   I will consider this issue closed and work on something else.

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