Opened 12 years ago

Closed 12 years ago

#7 closed enhancement (fixed)

Pass more than 1 range to nsec3breaker during crawling phase II

Reported by: wander Owned by: wander
Priority: important Component: crawler
Keywords: Cc:

Description

Currently BFRangeUnit is called with a single hash range. Should pass some more (how many?).

Depends on #6

Change History (5)

comment:1 Changed 12 years ago by wander

According to Lorenz: determine speed of hashblob creation by experimentation. Set max number of ranges so that hashblob creation takes something on the order of a few ms. Hashblob needs to be rebuilt after every hit.

comment:2 Changed 12 years ago by wander

Possible bug according to Lorenz: range BF might give you a result which is outside the passed ranges. Unclear whether this is a bug in code or user fault.

Check which range has been hit and throw Exception if none found.

comment:3 Changed 12 years ago by wander

Owner: set to wander

comment:4 Changed 12 years ago by schwittmann

Depends on #12

comment:5 Changed 12 years ago by wander

Resolution: fixed
Status: newclosed

implemented

Note: See TracTickets for help on using tickets.