Paul Dix
5dd97d39ca
Merge pull request #3749 from influxdb/pd-fix-query-engine-no-mutex
...
Fix query engine not goroutine safe issue.
2015-08-20 11:32:56 -04:00
JP
b81420885a
bump to version 0.9.3 and build assets
2015-08-20 11:22:22 -04:00
Paul Dix
01f4dc6c95
Merge pull request #3761 from influxdb/pd-fix-wal-query-during-flush
...
Fix bug querying data from WAL while compacting.
2015-08-20 11:04:56 -04:00
Paul Dix
370f008220
Fix reads of metadata file in WAL
2015-08-20 10:52:29 -04:00
Paul Dix
1f21d50005
Fix logging in segments and style on log messages
2015-08-20 10:43:25 -04:00
Paul Dix
375afc3fcc
Update stress to work with fewer than 10k series.
2015-08-20 09:36:06 -04:00
Paul Dix
13d606eaf6
Fix bug querying data from WAL while compacting.
...
If a flush is happening and you bring up a cursor for a series, if that series didn't have any data in the cache (after the flush started) then it would return no data. What it should have done instead is return the data that is in the flush cache, which is held in separate area of memory until it is committed to the index.
2015-08-20 09:34:02 -04:00
Paul Dix
564625eef7
Fix WAL logging enable.
2015-08-19 18:45:12 -04:00
Paul Dix
1c24cbd8a7
Fix query engine not goroutine safe issue.
2015-08-19 18:43:50 -04:00
Paul Dix
47533465a7
Merge pull request #3747 from influxdb/pd-fix-wal-race
...
Make the WAL cursor create a copy of the cache
2015-08-19 17:50:22 -04:00
Philip O'Toole
990e21ccfc
Merge pull request #3714 from aviau/32bit_tests
...
Run 32bit tests in CircleCI + Added script to run them separately
2015-08-19 14:27:51 -07:00
Paul Dix
4c1f7110f8
Make the WAL cursor create a copy of the cache
2015-08-19 17:25:44 -04:00
Jason Wilder
cd3ef17fc6
Merge pull request #3743 from influxdb/jw-env-config
...
Apply env overrideds for config command
2015-08-19 15:20:03 -06:00
aviau
b4074ecdb9
Run 32bit tests in CircleCI + Added script to run them separately
2015-08-19 16:20:53 -04:00
Philip O'Toole
d785f09bf9
Merge pull request #3740 from influxdb/1gb_test
...
Reduce test size to 1gb, for 32-int compatibility
2015-08-19 12:58:02 -07:00
Jason Wilder
0b2aa62172
Merge pull request #3737 from influxdb/jw-wal-dir
...
Ensure wal-dir has a default value
2015-08-19 13:53:37 -06:00
Philip O'Toole
af4709c507
Merge pull request #3736 from influxdb/rp_fail
...
Update shard retention time when policy changes
2015-08-19 12:52:53 -07:00
Jason Wilder
67c54ddc47
Apply env overrideds for config command
...
Matches the behavior of the run command and lets you test env
vars override config values more easily.
2015-08-19 13:52:28 -06:00
Philip O'Toole
29dc25b90b
Reduce test size to 1gb, for 32-int compatibility
2015-08-19 12:50:54 -07:00
Philip O'Toole
1fe48d80a3
Update CHANGELOG
2015-08-19 12:47:12 -07:00
Philip O'Toole
878d7fc5f5
Update shard retention time when policy changes
...
Fixes issue #3702 .
2015-08-19 12:42:05 -07:00
Jason Wilder
6bd9561de0
Ensure wal-dir has a default value
2015-08-19 13:39:22 -06:00
Philip O'Toole
de95a42d4e
Skip failing chunking test
...
Until https://github.com/influxdb/influxdb/issues/3725 is fixed.
2015-08-19 11:40:02 -07:00
Philip O'Toole
1bee645440
Merge pull request #3734 from influxdb/1gb_parse
...
A gigabyte parsing testing only requires 2GB
2015-08-19 11:25:13 -07:00
Jason Wilder
b9270cb834
Merge pull request #3716 from influxdb/jw-line
...
Fix escaping issues when parsing and serializing points
2015-08-19 12:22:10 -06:00
Philip O'Toole
0848d9469f
A gigabyte parsing testing only requires 2GB
...
Fixes issue #3732 .
2015-08-19 11:20:19 -07:00
Jason Wilder
ea7508664f
Fix docker HTTP port example
2015-08-19 12:18:56 -06:00
Jason Wilder
6ca7970f01
Fix inserting string values with backslashes
...
Fixes #3682
2015-08-19 09:33:16 -06:00
Jason Wilder
fc3bce872a
Ensure tags use the correct escape codes.
...
Similar to measurement names, some characters were being escaped
incorrectly.
2015-08-19 09:32:53 -06:00
Jason Wilder
329a0cdb74
Fix panic: runtime error: index out of range
...
If the measurement started with a quote, a panic would happen. This
is a reegression due to cb7f0b8
.
This also uncovered that measurement names were being escaped incorrectly.
The escape codes for tag and fields also includes `=` and '"` which should
not be escaped for measurement names.
Fixes #3681
2015-08-19 09:32:53 -06:00
Jason Wilder
4eb48b5a18
Fix measurement name being double-escaped during replication
...
Fixes #3708 #3704
2015-08-19 09:31:26 -06:00
Gunnar
cf5ac2603d
Fix Graphite README typo
...
Fixes #3727
2015-08-19 07:53:29 -07:00
Philip O'Toole
c5000a896a
Typo in CHANGELOG
...
[ci skip]
2015-08-18 23:08:07 -07:00
Philip O'Toole
82c803993d
Link to sample config file
...
[ci skip]
2015-08-18 23:01:08 -07:00
Philip O'Toole
5666dc4076
Further detail for the 0.9.3 release notes
...
[ci skip]
2015-08-18 22:51:10 -07:00
Philip O'Toole
6a70264d56
Add 0.9.4 header to CHANGELOG
2015-08-18 18:02:09 -07:00
Philip O'Toole
eb7c41efd4
Nightly builds are now 0.9.4
...
[ci skip]
2015-08-18 17:58:12 -07:00
Paul Dix
f4077764b2
Update CHANGELOG.md
2015-08-18 20:49:07 -04:00
Paul Dix
c31b88de60
Merge pull request #3569 from influxdb/pd-wal
...
Add initial WAL implementation and tests
2015-08-18 20:45:32 -04:00
Paul Dix
028d0a6d7d
Fix compaction logging, make default idle flush interval 5 minutes.
2015-08-18 20:41:03 -04:00
Paul Dix
e5704e4ea1
Merge pull request #3567 from influxdb/update-line-readme
...
Update line protocol README for new integer spec
2015-08-18 20:36:03 -04:00
Gunnar
409fe0afe3
Merge pull request #3686 from jonseymour/secure-options
...
Prevent 'p' parameter of OPTIONS requests being logged.
2015-08-18 17:19:39 -07:00
Philip O'Toole
8535d260b4
Merge pull request #3723 from influxdb/enhance_pre_logging
...
Enhance precreation log messages
2015-08-18 16:26:31 -07:00
Philip O'Toole
5bb699e9a9
Enhance precreation log messages
2015-08-18 16:20:55 -07:00
Jon Seymour
bdce79fe57
Merge branch 'secure-options-minimal' into secure-options
2015-08-19 09:15:58 +10:00
Jon Seymour
e1dcdfc897
CHANGELOG.md: add #3686
...
Signed-off-by: Jon Seymour <jon@wildducktheories.com>
2015-08-19 09:15:41 +10:00
Jon Seymour
1d5ff55d76
Remove redaction logic from parseCredentials.
...
We now redact the credentials in the logger, so the function implemented
by the deleted lines now seems redudndant.
Signed-off-by: Jon Seymour <jon@wildducktheories.com>
2015-08-19 09:08:54 +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
Daniel Morsing
59ee00ba0d
interpret number literals compared against time as nanoseconds from epoch
...
fixes #3719
2015-08-18 14:20:20 -07:00