[
https://issues.apache.org/jira/browse/HBASE-2625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874266#action_12874266
]
Nicolas Spiegelberg commented on HBASE-2625:
--------------------------------------------
We don't use Dynamic blooms right now. We can take them out as dead code. The
random (vs. mod 2) test might be good to keep in and switch from using dynamic
blooms to static blooms.
> Make testDynamicBloom()'s "randomness" deterministic
> ----------------------------------------------------
>
> Key: HBASE-2625
> URL: https://issues.apache.org/jira/browse/HBASE-2625
> Project: HBase
> Issue Type: Test
> Components: test
> Affects Versions: 0.21.0
> Reporter: Nicolas Spiegelberg
> Assignee: Nicolas Spiegelberg
> Priority: Minor
> Fix For: 0.21.0
>
> Attachments: hbase-2625.patch
>
>
> Had a failure with testDynamicBloom on Hudson today. Will investigate,
> however it would be nice to reproduce the problem to make sure it's not the
> fault of my test assumptions. I plan to seed the Random number generator
> with the current time and print that out for post-mortem analysis.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.