Jason Wilder
dda247142f
Merge pull request #4533 from influxdb/jw-tsm-races
...
Add test for data races in tsm1 Write
2015-10-21 12:38:42 -06:00
Jason Wilder
11bcb0f95a
Add test for data races in tsm1 Write
...
Running this test with -race triggers a number of data races.
2015-10-21 12:26:39 -06:00
Jason Wilder
01bae0634c
Merge pull request #4529 from influxdb/jw-tsm
...
Log errors when flushes fail
2015-10-21 11:13:41 -06:00
Jason Wilder
e2ada3c59b
Log errors when flushes fail
...
There errors were getting silently dropped which might be hiding
problems.
2015-10-21 09:12:34 -06:00
alanzafame
20dcb881f0
Updated godoc.org link to v2 docs.
2015-10-21 09:06:32 +10:00
Philip O'Toole
ff997a7726
Merge pull request #4514 from influxdb/cli_token
...
Display Enterprise message if no token set
2015-10-20 13:18:40 -07:00
Philip O'Toole
bb80bf5211
Display Enterprise message if no token set
2015-10-20 12:59:22 -07:00
Philip O'Toole
956efaeb94
Merge pull request #4506 from influxdb/enterprise_stats
...
Enterprise registration as a service
2015-10-20 08:57:19 -07:00
Mark Bates
3cfe4e8da5
Added JSON tags to the Statistic struct
2015-10-20 11:40:42 -04:00
dgnorton
ddca29a87b
Merge pull request #4512 from influxdb/revert-database-rename
...
Revert database rename
2015-10-20 09:36:00 -04:00
David Norton
a3d127f797
Revert "add RENAME DATABASE"
...
This reverts commit 7212bfce83
.
Conflicts:
influxql/parser.go
influxql/token.go
meta/internal/meta.pb.go
meta/internal/meta.proto
2015-10-20 09:01:34 -04:00
David Norton
307d51dad5
Revert "add integration test for RENAME DATABASE"
...
This reverts commit d2afd881e6
.
2015-10-20 08:43:57 -04:00
David Norton
20929c3db2
Revert "change syntax to ALTER DATABASE ... RENAME TO ..."
...
This reverts commit 668b5b9bfb
.
2015-10-20 08:43:45 -04:00
David Norton
f198000151
Revert "update changelog"
...
This reverts commit 218de0acbb
.
Conflicts:
CHANGELOG.md
2015-10-20 08:43:16 -04:00
David Norton
84803a41a1
Revert "update user privileges on database rename"
...
This reverts commit 1383d964aa
.
2015-10-20 08:42:19 -04:00
David Norton
34c9a053dd
Revert "improvements from code review"
...
This reverts commit 37964a032f
.
Conflicts:
meta/internal/meta.proto
2015-10-20 08:41:50 -04:00
David Norton
73a0c0a247
Revert "return error when database rename conflicts with continuous queries"
...
This reverts commit 60d298936e
.
2015-10-20 08:39:03 -04:00
Cameron Sparr
66a31ee9bc
Add more public point functions for v2 client
...
Closes #4505
2015-10-19 17:55:26 -06:00
Philip O'Toole
f0c4501135
Add registration info to diagnostic output
2015-10-19 16:54:26 -07:00
Philip O'Toole
83db5cdbf5
Update CHANGELOG
2015-10-19 15:30:40 -07:00
Philip O'Toole
878663e1e3
Periodic upload of stats to Enterprise
2015-10-19 15:25:07 -07:00
Philip O'Toole
667ad3342a
Refactor registration as a service
...
Registration also involves statistics and diagnostics upload, for the
purposes of remote management. This means there will be long-running
goroutines in effect. Therefore move the code to a service model.
2015-10-19 15:01:14 -07:00
Philip O'Toole
ef72c3c64d
Fix typo in retention service comment
...
[ci skip]
2015-10-19 14:24:25 -07:00
Philip O'Toole
90cc2cdce2
Export Statistic type
2015-10-19 14:06:14 -07:00
Gunnar
f101e98bcb
Merge pull request #4500 from influxdb/ga-time-bounds
...
Handle negative timestamps
2015-10-19 13:51:40 -07:00
gunnaraasen
859d2a46e8
Add test for 1- timestamp
2015-10-19 13:06:13 -07:00
Jason Wilder
efea0edb82
Merge pull request #4504 from influxdb/jw-4444
...
Fix panic: runtime error: index out of range - Values.MinTime
2015-10-19 13:44:28 -06:00
gunnaraasen
44c5e33c2c
Update CHANGELOG
2015-10-19 12:37:31 -07:00
gunnaraasen
3244d3f213
Handle negative timestamps
2015-10-19 12:36:28 -07:00
Philip O'Toole
9e383dacec
Merge pull request #4502 from influxdb/graphite_shutdown
...
Make Open() and Close() on Graphite sync'ed
2015-10-19 12:33:20 -07:00
Jason Wilder
ba73b1fac6
Fix panic: runtime error: index out of range - Values.MinTime
...
When rewriting a tsm file, a panice on the Values slice could happen
if there were no values in the slice and the conditions of the rewrite
causes DecodeAndCombine to be called with the empty slice. This could
happen is the sizes of the points new values was equal to
the MaxPointsInBlock config options and there were no future blocks after
the current one being written.
When this happens, DecodeAndCombine returns a zero length remaining values
slice which is passed back into DecodeAndCombine one last time. In this case,
we now just return the original block since there is nothing new to combine.
Fixes #4444 #4365
2015-10-19 13:31:43 -06:00
dgnorton
5bc649246c
Merge pull request #4501 from influxdb/dgn-feat-3523
...
Allow filtering SHOW MEASUREMENTS by regex
2015-10-19 14:49:17 -04:00
David Norton
a268ba6bb4
feat #3523 : add unit test for no matches
2015-10-19 14:40:06 -04:00
Philip O'Toole
ff18bf7213
Make Open() and Close() on Graphite sync'ed
...
This will ensure that these operations don't run concurrently. This
change also ensures nil batchers are not closed.
Fixes issue #4494 .
2015-10-19 11:13:31 -07:00
David Norton
a6b18a1334
feat #3523 : update CHANGELOG.md
2015-10-19 14:03:17 -04:00
Jason Wilder
1bcd8dd5de
Handle reading partially written tsm files better
...
If a tsm file was partially written, we were not able to read the
raw block data because we panic/exited when reading the corrupted
index. This allows us to read the raw blocks if we can.
2015-10-19 12:03:12 -06:00
David Norton
401447cbed
feat #3523 : filter SHOW MEASUREMENTS by WITH
2015-10-19 14:00:53 -04:00
David Norton
a1b0f53108
feat #3523 : parse WITH in SHOW MEASUREMENTS
2015-10-19 14:00:53 -04:00
Daniel Morsing
e73c37088f
Merge pull request #4454 from influxdb/intofixes
...
Intofixes
2015-10-19 18:58:42 +01:00
Philip O'Toole
e3dfe43b48
Merge pull request #4493 from puentesarrin/typos-contributing-doc
...
Fix typos for Contributing doc.
2015-10-19 10:54:06 -07:00
Sean Beckett
c0708e5977
Merge pull request #4483 from charleswhchan/fix-typo-1
...
Typo: omitt --> omit.
2015-10-19 10:40:24 -07:00
Cory LaNou
defd017c10
Merge pull request #4497 from influxdb/fix-meta-proto
...
fix sequence in meta proto
2015-10-19 10:06:13 -05:00
Philip O'Toole
d3ae12b18b
Merge pull request #4489 from samaitra/master
...
README client example bug #4488
2015-10-19 07:10:46 -07:00
Cory LaNou
d73cda4956
changelog
2015-10-19 09:04:36 -05:00
Cory LaNou
00acf0b01e
fix sequence in meta proto
2015-10-19 09:02:10 -05:00
Jorge Puente Sarrín
0f5b62a464
Fix typos for Contributing doc.
...
necessarly -> necessarily
libaries -> libraries
CirceCI -> CircleCI
2015-10-18 22:55:14 -05:00
samaitra
f9cceb1a53
README client example bug #4488
2015-10-18 14:09:37 +05:30
Philip O'Toole
cc54cba87f
Merge pull request #4486 from mre/bugfix/comments-for-runner-package
...
Bugfix/comments for runner package
2015-10-17 21:52:42 -07:00
Philip O'Toole
c794a5db76
Merge pull request #4484 from charleswhchan/fix-typo-2
...
Fix typos.
2015-10-17 21:50:36 -07:00
Philip O'Toole
a6d544f127
Merge pull request #4485 from charleswhchan/fix-typo-3
...
Fix typos.
2015-10-17 21:50:12 -07:00