Todd Persen
714b477183
Update CHANGELOG.md
2015-07-04 15:03:47 -07:00
Philip O'Toole
ffae1c9ff7
Merge pull request #3218 from influxdb/config_timeouts
...
Allow PointerWriter timeout to be configurable
2015-07-02 17:14:08 -04:00
Philip O'Toole
84b2e86d73
0.9.1 is released
2015-07-02 13:54:46 -04:00
Philip O'Toole
9ebd237dca
Update CHANGELOG
2015-07-02 12:50:15 -04:00
Philip O'Toole
2b2cc3c640
Update CHANGELOG for PR 3217
...
[ci skip]
2015-07-02 10:57:25 -04:00
Philip O'Toole
e9574223f5
Update CHANGELOG
2015-07-01 16:47:56 -04:00
David Norton
8af9e62a5d
fix #3102 : update CHANGELOG.md
2015-06-30 18:29:36 -04:00
Philip O'Toole
9198cbd65a
SHOW STATS and collectd panics actually in 0.9.1
...
[ci skip]
2015-06-30 18:24:53 -04:00
Jason Wilder
af827ba485
Update changelog
2015-06-30 09:29:05 -06:00
Jason Wilder
41ae8bdae7
Handle escaped commas in measurement name
...
Fixes #3183
2015-06-29 15:15:50 -06:00
Jason Wilder
eb71f78afb
Merge pull request #3167 from influxdb/jw-2608
...
Fix panic when droppping measurement while writing to it concurrently
2015-06-29 14:05:42 -06:00
Jason Wilder
7232e6ea7c
Fix panic when droppping measurement while writing to it concurrently
...
Fixes #2608
2015-06-29 14:01:07 -06:00
Philip O'Toole
14feda713a
Update CHANGELOG for PR 3177
...
[ci skip]
2015-06-29 14:03:32 -04:00
Philip O'Toole
1c7cfe87bf
Update CHANGELOG
2015-06-29 13:53:41 -04:00
Jason Wilder
5620e0c6e2
Update changelog
2015-06-26 13:47:14 -06:00
Philip O'Toole
5626c2c725
Minor typo in CHANGELOG
2015-06-26 13:28:21 -04:00
Philip O'Toole
8ed011b4f7
UDP panic fixed in 0.9.1
2015-06-26 13:27:23 -04:00
Philip O'Toole
fbb2dd2663
Update CHANGELOG
2015-06-26 10:25:11 -04:00
Philip O'Toole
445bfddee7
Update CHANGELOG.md
2015-06-26 00:11:29 -04:00
David Norton
e2f0814904
fix #3014 : make code review changes
2015-06-25 20:10:17 -04:00
David Norton
ac4ac506e7
fix #3014 : update CHANGELOG.md
2015-06-25 19:55:14 -04:00
Ben Johnson
b574e2f755
Add write ahead log
...
This commit adds a write ahead log to the shard. Entries are cached
in memory and periodically flushed back into the index. The WAL and
the cache are both partitioned into buckets so that flushing doesn't
stop the world as long.
2015-06-25 15:47:13 -06:00
Paul Dix
ee0407e7a7
Update CHANGELOG.md
2015-06-25 14:19:32 -07:00
Jason Wilder
d58d632633
Update changelog
...
Add #3131
2015-06-25 15:15:00 -06:00
Jason Wilder
17432598b1
Prevent out of range ints and floats from being parsed sucessfully
...
Field values that were out of range for the type would panic the database
when being inserted because the parser would allow them as valid points.
This change prevents those invalid values from being parsed and instead
returns an error.
An alternative fix considered was to handle the error and clamp the value
to the min/max value for the type. This would treat numeric range errors
slightly differently than other type erros which might lead to confusion.
The simplest fix with the current parser would be to just convert each field
to the type at parse time. Unfortunately, this adds extra memory allocations
and lowers throughput significantly. Since out of range values are less common
than in-range values, some heuristics are used to determine when the more
expensive type parsing and range checking is performed. Essentially, we only
do the slow path when we cannot determine that the value is in an acceptable
type range.
Fixes #3127
2015-06-25 14:49:42 -06:00
Henrik Johansson
956b716f50
Added CHANGELOG entry for #2956
2015-06-25 14:43:22 -06:00
Philip O'Toole
bbdf4ddde3
Update CHANGELOG for PR 3136
...
[ci skip]
2015-06-25 16:30:01 -04:00
Philip O'Toole
dfcecb2626
Move bug in Features to Bugfixes
2015-06-25 11:38:10 -07:00
Jason Wilder
b0cda03219
Update changelog
...
Fixes #2102 #2966
2015-06-24 23:09:08 -06:00
gunnaraasen
a367e2b165
Update CHANGELOG
2015-06-23 23:11:11 -07:00
Philip O'Toole
4b0871e293
Update CHANGELOG
2015-06-22 16:04:38 -07:00
dgnorton
eb20558c4c
Merge pull request #2985 from influxdb/cq-nowhere-2944
...
fix #2944 : don't require WHERE time on create CQ
2015-06-22 15:51:22 -04:00
Jason Wilder
cc7e59a12a
Merge pull request #3088 from influxdb/jw-field-values
...
Fix string field value escaping
2015-06-22 13:48:47 -06:00
David Norton
fefd1ce24d
fix #2944 : update CHANGELOG.md
2015-06-22 15:40:31 -04:00
Jason Wilder
0949b0783b
Update changelog
...
Add fix for #3013
2015-06-22 13:17:40 -06:00
Philip O'Toole
1e6a9394df
Update CHANGELOG
2015-06-22 11:57:17 -07:00
Todd Persen
9f45a9eea3
Update CHANGELOG.md
2015-06-18 15:44:16 -07:00
Philip O'Toole
4933736d51
Update CHANGELOG for PR 3038
2015-06-18 12:01:42 -07:00
Philip O'Toole
0c1d256830
Update CHANGELOG
2015-06-17 14:45:50 -07:00
Philip O'Toole
64925023cd
Update CHANGELOG
2015-06-17 11:04:51 -07:00
Philip O'Toole
f9325d7399
Correct minor typos in CHANGELOG
2015-06-17 08:49:00 -07:00
Philip O'Toole
734b7bf198
Update CHANGELOG for PR 3021
2015-06-17 08:46:12 -07:00
Philip O'Toole
38b4f0787f
Merge pull request #2650 from n1tr0g/show_grants_user
...
Show grants for user statement
2015-06-16 12:27:15 -07:00
Philip O'Toole
2f4b089b84
Update CHANGELOG
2015-06-16 12:14:36 -07:00
Dejan Golja
000d6b8b0b
added tests for SHOW GRANTS FOR statements
2015-06-17 01:24:09 +10:00
Dejan Golja
f133ceb350
Added support for SHOW GRANTS FOR USER syntax
2015-06-17 01:00:26 +10:00
Philip O'Toole
b758a23886
Update CHANGELOG
2015-06-15 11:51:35 -07:00
Philip O'Toole
7eed411bee
Update CHANGELOG
2015-06-15 10:30:34 -07:00
Philip O'Toole
96c0fd3fe1
Update CHANGELOG for PR 2974
2015-06-12 14:22:37 -07:00
Philip O'Toole
00db51b763
Update CHANGELOG
2015-06-12 13:57:53 -07:00