Commit Graph

13 Commits

Author SHA1 Message Date
Matt Wells
01687fcb0e fix gb thrutest disk tests 2015-02-09 10:29:08 -08:00
Matt
3e1cc9a450 fix bug of parms being set at seemingly random. 2015-02-03 17:52:44 -08:00
Matt
6e7b329cef speed up gb by fixing excessive calling to
gettimeofday() system call.
2015-01-20 16:06:01 -07:00
mwells
87285ba3cd use gbmemcpy not memcpy so we can get profiler working again
since memcpy can't be interrupted and backtrace() called.
2015-01-13 12:25:42 -07:00
Matt
96b8197ad3 now it compiles with -m32 2014-11-10 14:45:11 -08:00
Matt Wells
e7dd8f7956 replace long long with int64_t 2014-10-30 13:36:39 -06:00
Matt Wells
b13f3d24d7 replaced unsigned long long with uint64_t 2014-10-30 13:30:39 -06:00
mwells
caee238c46 fixes to make easier to compile on max os x. 2014-08-28 12:55:02 -07:00
mwells
dff04eff45 fix facet/xpath lookup stuff. 2014-07-30 10:41:21 -07:00
Matt Wells
564371b625 added cdataDecode() function. 2014-07-25 07:29:57 -07:00
Matt Wells
3fe1d3f184 updates to compile cleanly on redhat. 2014-05-24 23:58:12 -04:00
Matt Wells
8a49e87a61 got code with shard rebalancing compiling.
now we store a "sharded by termid" bit in posdb
key for checksums, etc keys that are not sharded
by docid. save having to do disk seeks on every
host in the cluster to do a dup check, etc.
2014-01-11 16:08:42 -08:00
Matt Wells
f6e560c1f4 Initial file population. 2013-08-02 13:12:24 -07:00