Commit Graph

4 Commits

Author SHA1 Message Date
Brad Fitzpatrick bfc607fee7 index: reindex blobs when dependent blobs arrive out-of-order
Keep track of missing dependencies both in memory and in the index's
underlying sorted.KeyValue. When we see a dependent blob arrive, see
if we can reindex things.

Fixes camlistore.org/issue/102

Change-Id: I3d8cfc463e4b8c9d158be8f9656e772839b093b9
2014-03-15 08:44:09 -07:00
Brad Fitzpatrick 2f9b87ad59 index: ignore recpn log spam, export SetVerboseCorpusLogging for pkg/search tests
Change-Id: Ie18c8db5ab33e94a6c37e3fa19170ac046d864b2
2013-12-09 11:26:33 +04:00
Brad Fitzpatrick 87a85c4543 index: don't log in benchmark, even to ioutil.Discard. just a CPU distraction.
Change-Id: Id4d8b761cd81a7c8abd7e21d139bffc818aff5e1
2013-12-06 10:06:18 +04:00
Brad Fitzpatrick 098ab8645a index: add BenchmarkCorpusFromStorage
Change-Id: Ifba96f21d5a003150062d988129c2c24fcae878c
2013-12-03 21:56:34 -08:00