influxdb/tsdb/engine/b1
Ben Johnson 41459cf687 fix flush deadlock
This commit fixes a deadlock that occurs during b1 flushes. It's
caused by taking locks in a different order. In the flush, b1
locks the engine and then bolt. However, in the query cursor, a
lock is obtained on bolt first (via `DB.Begin()`) and then the
engine is locked while reading from the engine's cache.
2015-11-25 15:00:06 -07:00
..
b1.go fix flush deadlock 2015-11-25 15:00:06 -07:00
b1_test.go Only limit field count for non-tsm engines 2015-10-06 15:49:37 -07:00