influxdb/tsdb
Jason Wilder 3e969166c9 Fix parsing commas in string field values
Fixes a panic on writes because the field value was not parse correctly.

panic: unsupported value type during encode fields: <nil>

goroutine 117 [running]:
github.com/influxdb/influxdb/tsdb.(*FieldCodec).EncodeFields(0xc2081c4020, 0xc2081dc180, 0x0, 0x0, 0x0, 0x0, 0x0)
	/Users/jason/go/src/github.com/influxdb/influxdb/tsdb/shard.go:573 +0x8e3
2015-06-09 15:53:21 -06:00
..
internal Add protbuf definitions and code 2015-06-03 09:16:38 -04:00
batcher.go fix #2814: remove locking cruft from batcher 2015-06-09 00:34:46 -04:00
batcher_test.go Merge branch 'master' into alpha1 2015-06-02 10:40:52 -06:00
config.go Refactor run command. 2015-05-29 14:59:57 -06:00
doc.go Initial implementation for writing data to a shard. 2015-05-22 16:11:18 -04:00
meta.go Correct comments in tsdb/meta 2015-06-04 16:08:12 -04:00
meta_test.go add benchmarks for building in-mem series index 2015-06-02 17:00:25 -04:00
monitor.go WIP 2015-05-29 14:56:30 -06:00
points.go Fix parsing commas in string field values 2015-06-09 15:53:21 -06:00
points_test.go Fix parsing commas in string field values 2015-06-09 15:53:21 -06:00
query_executor.go Merge pull request #2787 from influxdb/pd-drop-database 2015-06-05 20:09:06 +02:00
query_executor_test.go Fix spelling in test 2015-06-05 20:07:52 +02:00
shard.go Fix locking on write path for getting measurement field encoding. 2015-06-07 11:09:47 +02:00
shard_test.go Merge pull request #2743 from influxdb/tsdb-benchmarks 2015-06-05 13:15:38 -07:00
snapshot.go Clean up influxdb. 2015-05-30 08:14:10 -06:00
snapshot_test.go Clean up influxdb. 2015-05-30 08:14:10 -06:00
store.go Merge pull request #2776 from influxdb/enforce_retention_2_phase 2015-06-05 11:15:21 -07:00
store_test.go Remote temp dirs in store_test 2015-06-05 22:16:51 -06:00
tx.go add test for querying across shards and fields 2015-06-09 12:51:59 -05:00