Philip O'Toole
0e4bc275d8
Merge pull request #5115 from influxdb/site-fixes
...
Log TSM initialization
2015-12-15 13:13:17 -08:00
Nathaniel Cook
9840b5f1f4
only save image if changed from load
2015-12-15 12:50:49 -07:00
Nathaniel Cook
efc2f8fdcd
Merge pull request #5125 from influxdb/nc-issue#4735
...
Fix panic when merging empty series
2015-12-15 12:38:29 -07:00
Philip O'Toole
01ac0b3f23
Tweak compaction log messages
2015-12-15 10:33:13 -08:00
Nathaniel Cook
8214676363
fix panic when merging empty series
2015-12-15 11:32:51 -07:00
Nathaniel Cook
314f48114d
Merge pull request #5025 from influxdb/nc-issue#4761
...
Fix parsing of functions ending in 'derivative'
2015-12-15 09:40:41 -07:00
Nathaniel Cook
804ddaa2df
fix #4773 use explict derivative function names not just suffix
2015-12-15 09:21:25 -07:00
Nathaniel Cook
96dea3cf90
Merge pull request #4971 from influxdb/nc-docker-tests
...
Decouple circleci from tests using docker
2015-12-15 08:47:48 -07:00
dgnorton
d89e233567
Merge pull request #5100 from influxdb/dgn-fix-4303
...
fix #4303 : don't drop from multiple databases
2015-12-15 07:27:05 -05:00
Mi!
d721bc5eee
Fixed syntax Error in influxdb.service
...
Updated, removed erroneous spaces for stdout and stderr redirect ```2>>$STDERR``` which resulted in a broken forward.
2015-12-15 10:51:11 +01:00
Philip O'Toole
a6cdb5229d
Log tsm initialization
2015-12-14 15:50:56 -08:00
Nathaniel Cook
1e816e618b
decouple circleci from tests using docker
2015-12-14 16:39:39 -07:00
Jack Zampolin
78bc8e06d9
Merge pull request #5080 from influxdb/jz-stress-retry
...
Implement retry logic for failed writes in influx_stress
2015-12-14 15:13:00 -08:00
Todd Persen
5ce840e280
Merge pull request #4286 from ivanyu/master
...
Complete DROP RETENTION POLICY query template
2015-12-14 13:57:19 -08:00
Jack Zampolin
7d0d9b75d9
Add backoff to retry function
...
Set backoff constant
Wait to parse flags
Remove unnecessary logging
Fix retry logic
2015-12-14 13:46:40 -08:00
Jack Zampolin
39dc75ea4c
Implement retry logic
2015-12-14 13:46:10 -08:00
Philip O'Toole
8c8e9c1eb6
Set linker flags in Go 1.5 style
...
[ci skip]
2015-12-14 09:54:56 -08:00
David Norton
69f22803d2
fix #4303 : duplicate url.Values
2015-12-14 12:28:01 -05:00
Philip O'Toole
98db147df2
Merge pull request #5102 from aviau/patch-4
...
removed trailing space
[ci skip]
2015-12-13 14:20:46 -08:00
Alexandre Viau
b8ea35ffe3
removed trailing space
2015-12-13 16:58:05 -05:00
David Norton
7ae4e2a3e0
fix #4303 : update CHANGELOG.md
2015-12-12 13:56:39 -05:00
David Norton
3014fb90e4
fix #4303 : don't drop from multiple databases
2015-12-12 13:54:23 -05:00
Philip O'Toole
75764517f6
Merge pull request #5082 from li-ang/fix_x
...
Fix wrong value of countCompacting in WAL
2015-12-11 10:07:56 -08:00
Philip O'Toole
8154536e8d
More updates for new domain
...
[ci skip]
2015-12-10 20:55:03 -08:00
Philip O'Toole
d5f492a73d
Update README with influxdata URLs
...
[ci skip]
2015-12-10 20:53:28 -08:00
Timothy J. Raymond
69a7664f2d
Merge pull request #5087 from influxdb/usage-client
...
Remove registration, add 'usage-client'
2015-12-10 16:55:18 -05:00
Tim Raymond
120e9e8421
Remove Registration section from example config
...
Since the registration service has been removed, this section of the
example config is irrelevant.
2015-12-10 16:24:15 -05:00
Tim Raymond
718fb92cf5
Remove registration, add 'usage-client'
...
Server registration and stats reporting has been removed from what was
once http://enterprise.influxdata.com . The app that lived there, now
runs at http://usage.influxdata.com , so that the subdomain can
eventually be repurposed. Because we also want to repurpose the
`enterprise-client` repo, we have also renamed that to `usage-client`.
InfluxDB no longer needs the `registration` service now, since all of
the endpoints it communicates with simply discard the data provided to
them.
2015-12-10 15:58:34 -05:00
Philip O'Toole
2f675427bd
Merge pull request #5079 from influxdb/jw-5075
...
Fix growing destination buffer during WAL entry encoding
2015-12-10 11:56:44 -08:00
Philip O'Toole
e97fef4804
Update CHANGELOG
2015-12-10 11:48:10 -08:00
Philip O'Toole
03f8cd3956
Add comment explaining magic number
2015-12-10 11:46:40 -08:00
Jason Wilder
631ecc23de
Fix growing destination buffer during WAL entry encoding
...
The test to see if the destination buffer for encoding and decoding a WAL
entry was broken and would cause a panic if there were large batches that
would overflow the buffer size.
Fixes #5075
2015-12-10 11:46:40 -08:00
Philip O'Toole
6539e3be0a
Make it clear code needs Go 1.5.2
...
[ci skip]
2015-12-10 11:13:48 -08:00
Philip O'Toole
de90215b7b
Update CHANGELOG for PR5064
...
[ci skip]
2015-12-10 08:46:22 -08:00
Philip O'Toole
def5e06150
Merge pull request #5064 from mengjinglei/fix-parens-math
...
fix issue #5054
2015-12-10 08:44:48 -08:00
liang@qiniu.com
34bdffdb00
Fix wrong value of countCompacting in wal
2015-12-10 17:47:20 +08:00
mengjingleli
149b93fd4b
add a test case
2015-12-10 13:51:43 +08:00
Philip O'Toole
c3928b243b
Tweak expected test output for client timeouts
...
Need to understand further why this fails on Circle, but passes fine
with Go 1.5.2 on the branch. Unblocking builds for now, test code only.
2015-12-09 17:29:38 -08:00
Philip O'Toole
eb48c93b30
Merge pull request #5074 from influxdb/go1.5.2-take-2
...
Move to Go 1.5.2
2015-12-09 17:12:59 -08:00
Nathaniel Cook
38295d83d1
Merge pull request #5076 from influxdb/nc-issue#5042
...
Count with fill(none) will drop 0 valued intervals
2015-12-09 15:29:52 -07:00
Nathaniel Cook
b7000c80dd
count with fill(none) will drop 0 valued intervals
2015-12-09 15:20:47 -07:00
Nathaniel Cook
50176c4c86
Merge pull request #5022 from influxdb/nc-issue#4622
...
Handle error when point doesnt have a shard group
2015-12-09 15:09:56 -07:00
Nathaniel Cook
eb080785d4
add bounds checking for shard group timestamps
...
enforce strict valid time ranges on points
small
2015-12-09 13:07:13 -07:00
Philip O'Toole
7bae79cb71
Move to Go 1.5.2
2015-12-09 11:53:00 -08:00
Ady
07c0939fe1
Added logic To let the memeory mapped files to renamed by OS. Now a copy
...
is created in memory with SHARED_DELETE flag, so that OS is free to rename
or delete original file
2015-12-10 01:07:50 +05:30
Philip O'Toole
e2ae97b2cd
Update CHANGELOG for PR 4940
...
[ci skip]
2015-12-09 11:06:08 -08:00
Philip O'Toole
da08304780
Merge pull request #4940 from li-ang/fix_aggregative_query_err
...
Fix distributed aggregative query error
2015-12-09 11:04:40 -08:00
Philip O'Toole
66cb861b59
Test_OpenRaft is racy
2015-12-09 11:01:41 -08:00
Philip O'Toole
40aae98d02
Correct typo in CHANGELOG
...
[ci skip]
2015-12-09 10:54:04 -08:00
Philip O'Toole
699ff6e1fd
Update CHANGELOG for PR 5059
...
[ci skip]
2015-12-09 10:53:06 -08:00