Cory LaNou
762d06307c
fix bad rebase
2015-08-22 10:34:45 -04:00
Cory LaNou
d4ec3d32b8
changelog
2015-08-22 10:34:03 -04:00
Cory LaNou
6aa0cc6094
changelog
2015-08-22 10:13:01 -04:00
Philip O'Toole
24ac559296
Update CHANGELOG
2015-08-21 12:23:00 -07:00
Jason Wilder
4f8a904f03
Update changelog
2015-08-21 12:32:11 -06:00
Philip O'Toole
fbc33c6818
Release note SELECT * changes
...
[ci skip]
2015-08-20 14:31:08 -07:00
Philip O'Toole
8bc939485d
Fix typo in CHANGELOG
...
[ci skip]
2015-08-20 14:12:36 -07:00
Philip O'Toole
51ac67ba7a
Add note re new required config wal-dir
...
[ci skip]
2015-08-20 14:11:46 -07:00
Ben Johnson
95041aad14
Append to small bz1 blocks
...
This commit changes the bz1 append to check for a small
ending block first. If the block is below the threshold
for block size then it is rewritten with the new data
points instead of having a new block written.
Conflicts:
tsdb/engine/bz1/bz1.go
tsdb/engine/bz1/bz1_test.go
2015-08-20 14:24:46 -06:00
Philip O'Toole
8c400343f7
Update CHANGELOG
2015-08-19 12:53:28 -07:00
Jason Wilder
b38e81effc
Fix inserting string values with backslashes
...
Fixes #3682
2015-08-19 12:23:45 -06:00
Jason Wilder
f6e7d141b5
Fix measurement name being double-escaped during replication
...
Fixes #3708 #3704
2015-08-19 12:23:18 -06:00
Philip O'Toole
b4b71f40cc
Typo in CHANGELOG
...
[ci skip]
2015-08-18 23:09:00 -07:00
Philip O'Toole
74708ed90c
Link to sample config file
...
[ci skip]
2015-08-18 23:01:34 -07:00
Philip O'Toole
869046ae45
Further detail for the 0.9.3 release notes
...
[ci skip]
2015-08-18 22:53:07 -07:00
Paul Dix
f4077764b2
Update CHANGELOG.md
2015-08-18 20:49:07 -04:00
Jon Seymour
e1dcdfc897
CHANGELOG.md: add #3686
...
Signed-off-by: Jon Seymour <jon@wildducktheories.com>
2015-08-19 09:15:41 +10:00
Daniel Morsing
e2db51e4d5
Merge pull request #3721 from influxdb/timeliteral
...
interpret number literals compared against time as nanoseconds from epoch
2015-08-18 14:31:53 -07:00
Daniel Morsing
8fb548b9cc
update changelog
2015-08-18 14:30:11 -07:00
Philip O'Toole
836311c2b1
Update CHANGELOG
2015-08-17 13:43:20 -07:00
Jason Wilder
7cf31a74cd
Prevent out of memory range slices from being created
...
If the hinted handoff segment is corrupt, the size read could be
invalid and attempting to create a slice using that size causes
a panic. Ideally, we'd have a checksum on the seqment record but
for now just return an error when the size is larger than the
segment file.
Fixes #3687
2015-08-17 10:48:01 -06:00
Philip O'Toole
0cf824713c
Update CHANGELOG
2015-08-14 20:03:45 -07:00
Philip O'Toole
34dcead452
Update CHANGELOG for PR 3673
...
[ci skip]
2015-08-14 18:12:12 -07:00
Jason Wilder
1221de8cad
Update changelog
2015-08-14 16:47:10 -06:00
Cory LaNou
13edb74a42
changelog
2015-08-14 15:06:57 -05:00
Ben Johnson
45ea87ce3f
Fix nil FieldCodec panic
...
This commit changes FieldCodec to always be non-nil. Normally it should
always be non-nil, however, if metadata is not persisted correctly or
consistently then it could be missing. A nil FieldCodec causes queries
to panic.
Fixes #3535
2015-08-14 13:12:40 -06:00
Jason Wilder
c7e9a68ed5
Update changelog
2015-08-14 12:50:25 -06:00
Philip O'Toole
df2876256d
Update CHANGELOG
2015-08-14 10:50:50 -07:00
Cory LaNou
ff5528627d
changelog
2015-08-13 20:55:46 -05:00
Philip O'Toole
7690184b2e
Update CHANGELOG for PR 3115
2015-08-13 16:56:11 -07:00
Philip O'Toole
d1e102a5bf
Update CHANGELOG
2015-08-13 13:41:10 -07:00
Jason Wilder
bb513079e9
Update changelog`
2015-08-13 10:02:05 -06:00
Jason Wilder
4c7f07b81c
Merge pull request #3639 from influxdb/jw-fixes
...
Cap auto-created retention policy replica count at 3
2015-08-12 14:28:07 -06:00
Jason Wilder
e6ff93d23e
Update changelog
2015-08-12 14:18:06 -06:00
Philip O'Toole
28cb14e6a6
Update CHANGELOG
2015-08-12 12:50:13 -07:00
Jason Wilder
e8f8ab9352
Update changelog
2015-08-12 13:21:39 -06:00
Philip O'Toole
68058aee98
Update CHANGELOG
2015-08-11 18:34:49 -07:00
Philip O'Toole
13972eeeaa
Update CHANGELOG
2015-08-11 12:25:10 -07:00
Philip O'Toole
55c491964b
Update CHANGELOG
2015-08-10 16:39:29 -07:00
Philip O'Toole
2195f591cb
Update CHANGELOG for PR 3599
...
[ci skip]
2015-08-10 14:24:52 -07:00
Jason Wilder
68b82f3030
Fix regex queries regression
...
ValidateGroupBy was returning an error if a tag does not exist
but it appears that function was supposed to be validating that
a field name was not used as a group by field.
Fixes #3326
2015-08-10 15:02:29 -06:00
Philip O'Toole
c42697f929
Update CHANGELOG
2015-08-10 13:13:19 -07:00
Jason Wilder
bc81a4283f
Fix panic when parsing value in scientific notation with trailing i
...
Fixes #3583
2015-08-10 13:46:53 -06:00
Jason Wilder
d4ce2f9048
Fix panic when running derivative on non-numeric values
...
Fixes #3401
2015-08-10 12:45:34 -06:00
Jason Wilder
b01eb34920
Update changelog
2015-08-07 14:27:38 -06:00
Cory LaNou
0c4c5b20cb
Merge pull request #3585 from influxdb/non-existent-field
...
Additional test coverage for non-existent fields
2015-08-06 15:12:48 -05:00
Jason Wilder
398ffabab7
Fix panic in hinted handoff processor
...
A short write has occurred and we do not have enough bytes to determine
the size of the payload. This is corrupted record that we should drop.
Instead of panicing, log the error and advance the queue since the error
at this location is unreoverable currently.
Fixes #3436
2015-08-06 14:06:41 -06:00
Cory LaNou
9ac99f24da
changelog
2015-08-06 15:02:46 -05:00
Cory LaNou
a8412d455e
changelog
2015-08-06 14:01:29 -05:00
Cory LaNou
f4697ebca7
changelog
2015-08-06 12:16:33 -05:00