Cory LaNou
014812d967
Merge pull request #3628 from influxdb/wildcard-expansion
...
Wildcard expansion
2015-08-14 15:29:14 -05:00
Daniel Morsing
72f51b0923
Merge pull request #3652 from influxdb/blockprof
...
turn on block profiling
2015-08-14 13:24:51 -07:00
Cory LaNou
4e04c069f9
error out if only tags are in the select clause
2015-08-14 15:24:37 -05:00
Cory LaNou
13edb74a42
changelog
2015-08-14 15:06:57 -05:00
Cory LaNou
e5bb5282da
add more non GROUP BY * test scenarios
2015-08-14 15:05:27 -05:00
Cory LaNou
b171ab6655
add many non GROUP BY * test scenarios. clean up comments for fixed tests
2015-08-14 15:05:27 -05:00
Cory LaNou
d083ca463e
add non group by host tests
2015-08-14 15:05:27 -05:00
Cory LaNou
1f7f977c5e
minor refactorings based on pr feedback
2015-08-14 15:05:26 -05:00
Cory LaNou
d58851a679
silence reporting in integration tests
2015-08-14 15:05:26 -05:00
Cory LaNou
f507059ab4
more wildcard expansion tests
2015-08-14 15:05:26 -05:00
Cory LaNou
7fdb682966
first pass at raw queries with tags
2015-08-14 15:05:26 -05:00
Cory LaNou
dc83c57d7e
more wip
2015-08-14 15:05:26 -05:00
Cory LaNou
8ea3c47747
wip
2015-08-14 15:05:26 -05:00
Jason Wilder
f6b19711f1
Merge pull request #3670 from influxdb/jw-cluster-test
...
Change how cluster is started in tests
2015-08-14 13:49:35 -06:00
Jason Wilder
0e59568825
Change how cluster is started in tests
...
Instead of trying to start all the nodes with dynamic peer addresses
set, alwasy start one, then join the rest to this one. The SetPeers
in the test may be causing leadership changes and sporadic failures.
2015-08-14 13:17:38 -06:00
Ben Johnson
43a68702ab
Merge pull request #3646 from benbjohnson/fix-3261
...
Fix nil FieldCodec panic
2015-08-14 13:13:03 -06: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
582e82879e
Merge pull request #3662 from influxdb/jw-cq-deadlock
...
CQ deadlock changelog and test
2015-08-14 13:00:11 -06:00
Jason Wilder
c7e9a68ed5
Update changelog
2015-08-14 12:50:25 -06:00
Philip O'Toole
b9a80b71cf
Merge pull request #3651 from influxdb/issue_3226
...
Fully remove series when dropped
2015-08-14 10:55:40 -07:00
Philip O'Toole
df2876256d
Update CHANGELOG
2015-08-14 10:50:50 -07:00
Philip O'Toole
7b4879f0ce
Fully remove a series when dropped
...
Fix issue #3226 .
2015-08-14 10:50:35 -07:00
Jason Wilder
e5e782d13d
Merge pull request #3517 from dim/fix-cq-timeouts
...
Batch CQ writes to avoid timeouts
2015-08-14 10:52:17 -06:00
Jason Wilder
bb6de3b8f3
Merge pull request #3522 from dim/fix-cq-timeout-bug
...
Consume CQ results on request timeouts
2015-08-14 10:52:04 -06:00
Jason Wilder
facba5d7c1
Merge pull request #3661 from influxdb/jw-cq-deadlock
...
Add test for CQ deadlock
2015-08-14 10:51:42 -06:00
Jason Wilder
f544113e8c
Add test for CQ deadlock
...
Test script from #3517 that reproduces a CQ deadlock. This is related
to #3522 as well.
2015-08-14 10:46:25 -06:00
Cory LaNou
ae674aff3a
Merge pull request #3656 from influxdb/silence-services-for-testing
...
Silence snapshotter logger for testing
2015-08-13 21:14:46 -05:00
Cory LaNou
ff5528627d
changelog
2015-08-13 20:55:46 -05:00
Cory LaNou
0b05980ae2
silence snapshotter logger for testing
2015-08-13 20:53:40 -05:00
Philip O'Toole
7690184b2e
Update CHANGELOG for PR 3115
2015-08-13 16:56:11 -07:00
Philip O'Toole
1037b177f0
Merge pull request #3115 from KoeSystems/init-script-improvements
...
init.d script improvements
2015-08-13 16:54:52 -07:00
Philip O'Toole
d1da0b4200
Merge pull request #3653 from influxdb/jw-join
...
Fix joining and creating a cluster when self is listed
2015-08-13 16:19:42 -07:00
Jason Wilder
3d203885f0
Remove extraneous join error logging
2015-08-13 16:58:25 -06:00
Daniel Morsing
765eee74b1
turn on block profiling
...
This should help us figure out where exactly a database is hung when
it happens.
2015-08-13 15:28:53 -07:00
Jason Wilder
22550dce54
Fix starting a cluster with self in the join urls
...
If you started a 3 node cluster and passed the same join URLs to
all three nodes, the first node started would not bootstrap correctly.
2015-08-13 16:20:34 -06:00
KoeSystems
88307bf2f3
Clarify script changing variables to capital letter.
...
Allow to overwrite all the variables with environment variables.
Check if config file exists and it's readable.
Check if pidfile is writable.
2015-08-13 23:03:23 +01:00
Philip O'Toole
c81a0afb8f
Merge pull request #3635 from influxdb/add_branch_to_version
...
Add build branch to version information
2015-08-13 14:41:14 -07:00
Jason Wilder
100a9d5b80
Merge pull request #3650 from influxdb/jw-raft
...
Shutdown raft transport and layer first
2015-08-13 15:40:52 -06:00
Jason Wilder
9b16353893
Shutdown raft transport and layer first
...
The raft.Shutdown() call was deadlocking if operations were still
being applied to the log sometimes. Change the shutdown behavior to
match how consul shuts down raft:
e37b5ecb69/consul/server.go (L471-L477)
2015-08-13 15:31:31 -06:00
Philip O'Toole
d653f84b83
Highlight some key feature
...
[ci skip]
2015-08-13 14:27:32 -07:00
Philip O'Toole
ab189d5429
Enhance README with richer examples
...
[ci skip]
2015-08-13 14:25:41 -07:00
Philip O'Toole
b555ab7e22
Reduce test timeout to fail quicker
2015-08-13 14:04:28 -07:00
Philip O'Toole
b60840875f
Merge pull request #3647 from influxdb/no_mappers
...
Add new server-level unit test
2015-08-13 13:43:41 -07:00
Philip O'Toole
d1e102a5bf
Update CHANGELOG
2015-08-13 13:41:10 -07:00
Philip O'Toole
717bce6899
Add build branch to version information
2015-08-13 13:40:51 -07:00
Philip O'Toole
f74248c4e4
Add new server-level unit test
...
Added this as part of working on issue #3603 .
2015-08-13 13:08:40 -07:00
Jason Wilder
1181427972
Merge pull request #3641 from influxdb/jw-fixes
...
Logging enhancements and single-node rename
2015-08-13 10:07:58 -06:00
Jason Wilder
a7cb0df4af
Fix typos/spacing
2015-08-13 10:02:05 -06:00
Jason Wilder
5796aec703
Fix race when closing local raft state
2015-08-13 10:02:05 -06:00
Jason Wilder
bb513079e9
Update changelog`
2015-08-13 10:02:05 -06:00