Commit Graph

666 Commits (8323d6aa9e8971b5059b4f9e7ff14bd355a4b626)

Author SHA1 Message Date
Todd Persen 540e9759cb Update CHANGELOG.md 2015-04-13 12:14:23 -07:00
Philip O'Toole 96a81826ec Support int64 data types 2015-04-13 11:04:27 -07:00
David Norton a668a0d8a5 update CHANGELOG.md 2015-04-12 13:43:21 -04:00
Philip O'Toole 64d9c5784f Fix RC23 release date 2015-04-11 12:18:16 -07:00
Philip O'Toole 04a58e2bf2 Release RC23 2015-04-11 12:06:58 -07:00
Philip O'Toole 5882f0b303 Update CHANGELOG 2015-04-10 16:19:46 -07:00
Paul Dix b353119f8e Add change for distributed query engine 2015-04-10 16:11:34 -07:00
Philip O'Toole d79702bc5e Update CHANGELOG for PR 2213 2015-04-10 16:07:34 -07:00
Ben Johnson eaf4bfca0a Fix term signal.
This commit changes raft so that term changes are made immediately and
term change signals are made afterward. Previously, election timeouts
were invalidated by incoming term changes which caused an election loop.

Stale term was also fixed and http/pprof was added too.
2015-04-10 13:52:20 -06:00
dgnorton 61cd46333a Merge pull request #2228 from influxdb/fix-2215
fix #2215: allow keyword default to be unquoted
2015-04-09 18:01:59 -04:00
Philip O'Toole 22cec963b0 Add section for RC23 2015-04-09 13:50:04 -07:00
Philip O'Toole 5ade9551f5 Update CHANGELOG for rc22 2015-04-09 13:48:21 -07:00
David Norton 33c7bdd723 update CHANGELOG.md 2015-04-09 16:43:26 -04:00
David Norton c2b61af3a1 fix #2224: make influxql keywords case insensitive 2015-04-09 16:08:28 -04:00
Philip O'Toole 5bfdba0348 Correct formatting in CHANGELOG 2015-04-09 13:00:25 -07:00
Philip O'Toole fe4993b132 Update CHANGELOG for PR 2223 2015-04-09 12:59:26 -07:00
Cory LaNou a8b4b874f9 update changelog fixing rc# 2015-04-09 13:25:41 -06:00
Cory LaNou da3a3ce4a8 update changelog for #2214 2015-04-09 13:18:59 -06:00
Philip O'Toole 0b84a93f3f Update CHANGELOG.md 2015-04-09 11:18:26 -07:00
Philip O'Toole 566f6558b4 Persist term to disk when it changes 2015-04-09 11:12:09 -07:00
Philip O'Toole 73de68c67a Update CHANGELOG for PR 2217 2015-04-09 11:11:42 -07:00
Todd Persen 03e2f5f3e6 Update CHANGELOG.md 2015-04-09 10:47:49 -07:00
Jason Wilder 9ef806a037 Update CHANGELOG
Add #2201
2015-04-08 20:50:24 -06:00
Cory LaNou 8335a2b196 update changelog 2015-04-08 17:32:27 -06:00
Cory LaNou 8e19d52359 Merge pull request #2200 from influxdb/renenable-cq
Re-enable Continuous Queries
2015-04-08 17:22:20 -06:00
Cory LaNou 861986e062 Update CHANGELOG.md 2015-04-08 15:20:54 -06:00
Philip O'Toole a3b5075337 Update CHANGELOG for PR 2158 2015-04-08 10:44:43 -07:00
Philip O'Toole 7258a4bc7c Lock server during Open()
Fix issue #2196
2015-04-08 09:18:40 -07:00
Todd Persen 59fc8b9215 Update CHANGELOG.md 2015-04-07 13:43:37 -07:00
Todd Persen 214b405c47 Merge pull request #2181 from influxdb/show_diags
Switch on "SHOW DIAGNOSTICS" statement
2015-04-07 11:18:22 -07:00
Cory LaNou 43cefd45ea Update CHANGELOG.md 2015-04-07 10:55:07 -05:00
Philip O'Toole 6536beb549 Switch on "SHOW DIAGNOSTICS" statement
Fix issue #2179
2015-04-07 08:21:42 -07:00
Jason Wilder fd11797dcb Update CHANGELOG
Add #2175
2015-04-06 21:41:46 -06:00
Philip O'Toole 89b5473a09 Minor tweak to changelog for OpenTSDB support 2015-04-06 11:24:39 -07:00
Philip O'Toole dbb7d2a319 Tweak openTSDB changes and update CHANGELOG 2015-04-06 11:10:50 -07:00
Todd Persen 475cdef884 Update CHANGELOG.md 2015-04-04 12:58:14 -07:00
Philip O'Toole 501b4ceedb Don't panic if presented with a field of unknown type
This can happen, though is very unlikely. If this node receives encoded
data, to be written to disk, and is queried for that data before its
metastore is updated, there will be no field mapping for the data during
decode. All this can happen because data is encoded by the node that first
received the write request, not the node that actually writes the data to
disk. So if this happens, skip the data.
2015-04-04 10:33:56 -07:00
Paul Dix 8d785b5221 Update CHANGELOG.md 2015-04-04 11:29:58 -04:00
Ben Johnson fd96e245cb Merge branch 'master' of https://github.com/influxdb/influxdb into broker-recovery
Conflicts:
	CHANGELOG.md
2015-04-04 08:09:06 -06:00
Ben Johnson ba3026f400 Broker log recovery.
This pull request adds recovery to the messaging.Topic when opening. If
any partial messages are found then the file is truncated at that point
and started from there. This can occur when ungracefully shutting down
a server. It can leave half written messages at the end of segments.
2015-04-04 08:06:35 -06:00
Jason Wilder fd8c245473 Update changelog
Add #2152, #2154
2015-04-03 21:05:13 -06:00
Philip O'Toole 864310d4ec Minor typo in CHANGELOG 2015-04-03 16:07:14 -07:00
Philip O'Toole 84d590ce44 Monitoring database should not be configurable 2015-04-03 14:40:36 -07:00
Philip O'Toole 5df05d1256 It's for stats and diags, not just diags 2015-04-03 14:26:17 -07:00
Ben Johnson 9e134d5ee9 Update init script to append STDERR to log. 2015-04-03 14:27:27 -06:00
Philip O'Toole 9b4b5dd40a Fix up paths for run and data 2015-04-03 12:52:37 -07:00
Mark Rushakoff eaf8d0697e Update changelog 2015-04-03 09:35:05 -07:00
Philip O'Toole 41c59dd6a2 Update CHANGELOG 2015-04-02 16:00:55 -07:00
Ben Johnson 3d6d5f7dd7 Merge branch 'master' into ignore-metastore-replay
Conflicts:
	CHANGELOG.md
2015-04-02 14:46:06 -06:00
Ben Johnson c24f55b9ea Ignore replayed commands on the metastore.
This commit changes the metastore to ignore any commands that are replayed
against it. This is typically handled by the messaging.Conn but there's no
sense in panicing in the metastore if a replayed message comes through.
2015-04-02 14:43:25 -06:00
Jason Wilder cf9e0b22d7 Add #2128 to CHANGELOG 2015-04-02 11:27:59 -06:00
Cory LaNou 40a97d46f2 Update CHANGELOG.md 2015-04-02 10:05:39 -05:00
Todd Persen bdd469db26 Update CHANGELOG.md 2015-04-01 21:11:43 -07:00
Cory LaNou 176e05eb9a update changelog 2015-04-01 20:54:34 -05:00
Cory LaNou ccf9428836 update changelog 2015-04-01 20:43:14 -05:00
Todd Persen b60a98f613 Update CHANGELOG.md 2015-03-31 23:15:21 -07:00
Philip O'Toole a7d904778a Correctly filter series for NEQREGEX
Series that do not have any tags are considered matching in the NEQREGEX
case so the must be explicitly added.
2015-03-31 16:14:30 -07:00
Philip O'Toole 70d57d399d Check if the tag filter is a NOT
If so, then return all series IDs which do not match.

Fix for issue #2097
2015-03-31 16:14:30 -07:00
Todd Persen ef409d6016 Update CHANGELOG.md 2015-03-31 16:13:33 -07:00
Philip O'Toole a755c91b56 Synchronize access to shard index 2015-03-30 13:50:17 -07:00
Philip O'Toole 6b5a452f8a Use a channel to sync UDP shutdown 2015-03-30 13:49:55 -07:00
Todd Persen eb53d586db Update CHANGELOG.md 2015-03-30 01:06:50 -07:00
Philip O'Toole 8970efeac2 Direct STDERR and STDOUR and remove obsolete 'run'
This code path was not modified as needed during recent init.d script
work.
2015-03-29 16:37:31 -07:00
Paul Dix 8dfd93582f Update CHANGELOG.md 2015-03-29 19:15:21 -04:00
Paul Dix b4b3996a77 Update changelog 2015-03-29 19:08:04 -04:00
Philip O'Toole 9016d09743 Update CHANGELOG 2015-03-27 23:07:57 -07:00
Philip O'Toole d6613d7e9d Update CHANGELOG for PR 2093 2015-03-27 22:43:47 -07:00
Philip O'Toole a0e9daee63 SHOW DATABASES returns series name "databases" 2015-03-27 16:24:57 -07:00
Philip O'Toole 90807c5bd5 Correct typo in CHANGELOG 2015-03-27 15:32:48 -07:00
Philip O'Toole 790fa5ce69 Update CHANGELOG for PR 2095 2015-03-27 15:21:41 -07:00
Philip O'Toole b579e56002 Update CHANGELOG 2015-03-26 16:27:41 -07:00
Philip O'Toole f829355e3e Allow snapshot endpoint to be disabled
Fix isse #2086
2015-03-26 16:13:23 -07:00
Cory LaNou f5d38dd18b updating changelog 2015-03-26 14:19:03 -06:00
Philip O'Toole 4484589a03 Update CHANGELOG 2015-03-26 13:12:41 -07:00
Philip O'Toole e957c2b6db Update changelog 2015-03-25 15:59:00 -07:00
Todd Persen 8842110674 Update CHANGELOG.md 2015-03-25 11:58:49 -07:00
Paul Dix 035500fb9f Update CHANGELOG.md 2015-03-24 22:19:43 -04:00
Cory LaNou d2529a24e7 make comment clearer 2015-03-24 20:14:05 -06:00
Cory LaNou f5659183a5 update changelog 2015-03-24 20:13:35 -06:00
Todd Persen ceb65f7aa7 Update CHANGELOG.md for #2068 2015-03-24 15:58:48 -07:00
Philip O'Toole bfad9a194d Merge pull request #2061 from influxdb/show_diags_command
SHOW DIAGNOSTICS command
2015-03-24 12:25:56 -07:00
Philip O'Toole 9f723d6a24 Merge pull request #2060 from influxdb/reload_sharp_map
Reload shard map on restart
2015-03-24 12:25:08 -07:00
Philip O'Toole b9e0821422 Correct minor typos in CHANGELOG 2015-03-23 23:48:05 -07:00
Philip O'Toole b7162b01f0 Update CHANGELOG 2015-03-23 23:46:20 -07:00
Philip O'Toole 1f3b7c66a0 Allow init.d script to get influxd version 2015-03-23 23:42:58 -07:00
Philip O'Toole a8f0dbcf1d Load shards on restart
Fix for #2012
2015-03-23 18:34:46 -07:00
Philip O'Toole 51e98b85ef Support sorting of retention policies
Sort them by name.
2015-03-23 17:27:15 -07:00
Philip O'Toole e2f833d20c Update CHANGELOG 2015-03-23 16:49:15 -07:00
Philip O'Toole 5a1dc1e93c Update CHANGELOG 2015-03-23 12:17:34 -07:00
Philip O'Toole a09acb91e2 Update CHANGELOG 2015-03-20 15:58:58 -07:00
Cory LaNou 949e64c386 update changelog 2015-03-20 16:52:32 -06:00
Philip O'Toole d6cb1a70d4 Update CHANGELOG 2015-03-20 15:23:28 -07:00
Philip O'Toole 13a16fd506 Update CHANGELOG.md 2015-03-20 14:23:23 -07:00
Philip O'Toole 4ece102f7c RC15 has been released 2015-03-19 17:14:24 -07:00
Philip O'Toole c1a37d1ca6 Update CHANGELOG for PR 2021 2015-03-19 16:46:35 -07:00
Philip O'Toole 3001448f16 Merge branch 'master' into limit-group-by
Conflicts:
	CHANGELOG.md
2015-03-19 15:17:50 -07:00
Philip O'Toole 16efacd55d Update CHANGELOG for PR 2016 2015-03-19 15:15:09 -07:00
Todd Persen e2391d9b34 Merge pull request #1909 from influxdb/export
Add a `dump` command for exporting data.
2015-03-19 15:07:23 -07:00
Cory LaNou 88c068d1c0 update changelog 2015-03-18 18:44:30 -06:00
Philip O'Toole fb085c53e5 Update changelog 2015-03-18 15:28:50 -07:00
Philip O'Toole bed1bdbcf3 Update CHANGELOG 2015-03-18 12:45:41 -07:00
Philip O'Toole 060066a08e Update CHANGELOG for PR 1985 2015-03-18 11:40:29 -07:00
Todd Persen f644ba2e7e Merge pull request #2001 from influxdb/measurement-not-found-II
Ensure measurement not found returns status code 200
2015-03-18 11:21:41 -07:00
Philip O'Toole 00f8121e7a Update CHANGELOG for PR 2000 2015-03-18 11:07:46 -07:00
Cory LaNou 893f8e804e update changelog 2015-03-18 11:20:41 -06:00
Todd Persen 5d8661e02e Update CHANGELOG.md for RC14 2015-03-18 09:38:19 -07:00
Cory LaNou b9a6085480 changelog 2015-03-18 09:33:44 -06:00
Todd Persen 4e77faf619 Update CHANGELOG.md for RC13 2015-03-18 00:35:44 -07:00
Joseph Rothrock 40afc9fd09 Merge branch 'master' of github.com:influxdb/influxdb into export 2015-03-17 15:40:43 -07:00
Joseph Rothrock 5156a10e9e Merge branch 'master' of github.com:influxdb/influxdb into export 2015-03-17 10:52:09 -07:00
Cory LaNou c1da09ddb9 update changelog 2015-03-17 11:47:05 -06:00
Cory LaNou 4ccd692daf update changelog 2015-03-17 08:31:32 -06:00
Joseph Rothrock 53d99637b7 Merge branch 'master' of github.com:influxdb/influxdb into export 2015-03-16 15:31:47 -07:00
Cory LaNou e90c1a49d6 update changelog 2015-03-16 16:25:13 -06:00
Cory LaNou e2bd1c3d34 update changelog, more precise 2015-03-16 13:34:01 -06:00
Cory LaNou 4cb5fbbdbd update changelog 2015-03-16 13:26:28 -06:00
Todd Persen 8023c5e8fb Update CHANGELOG.md 2015-03-16 12:00:16 -07:00
Cory LaNou bb3e7894df update changelog 2015-03-16 12:43:36 -06:00
Todd Persen a0d34270b1 Update CHANGELOG.md 2015-03-15 22:59:33 -07:00
Philip O'Toole a99cd373bb Update CHANGELOG 2015-03-15 14:32:46 -07:00
Todd Persen 9cc6028004 Update CHANGELOG.md for RC12 2015-03-15 10:25:27 -07:00
Philip O'Toole 11a908fbbe Update CHANGELOG for PR 1955 2015-03-14 12:39:42 -07:00
Cory LaNou c0d3220a02 update changelog 2015-03-14 10:03:09 -06:00
Joseph Rothrock 4aa47dbe07 Merge branch 'master' of github.com:influxdb/influxdb into export
and update changelog
2015-03-13 16:07:47 -07:00
Cory LaNou 8ceff154fa update changelog 2015-03-13 16:56:54 -06:00
Cory LaNou 55c0e4434f Update RC11 Date for Changelog 2015-03-13 07:31:24 -06:00
Cory LaNou bdfb9bfa0b update changelog 2015-03-12 18:23:51 -06:00
Todd Persen 3e4e56d31f Fix merge conflict in CHANGELOG.md 2015-03-12 11:41:30 -07:00
Cory LaNou 00437b6ece update changelog 2015-03-12 11:17:28 -06:00
Cory LaNou 7e559924e5 update changelog 2015-03-12 11:08:07 -06:00
Cory LaNou a13b1dbead fix changelog 2015-03-12 10:21:27 -06:00
Cory LaNou 02adc0c5c9 update changelog 2015-03-12 10:21:12 -06:00
Cory LaNou 207b1a001a update changelog 2015-03-12 10:04:03 -06:00
Paul Dix b4e1795e0b Merge pull request #1925 from influxdb/fill-options
Add fill to select statements.
2015-03-11 19:32:15 -07:00
Paul Dix f9881d4058 Update changelog 2015-03-11 18:08:19 -07:00
Cory LaNou c940c0ee80 Update changelog for #1758 2015-03-11 16:14:55 -06:00
Philip O'Toole f10b6f1dc3 Fix typo in CHANGELOG 2015-03-11 09:44:20 -07:00
Cory LaNou 3070b01ccc Add #1906 to changelog. 2015-03-11 10:43:08 -06:00
Cory LaNou f268b3f2dc update changelog 2015-03-11 10:19:34 -06:00
Cory LaNou 5455a31430 update changelog 2015-03-10 10:57:17 -06:00
Paul Dix 0063dd16ab Update CHANGELOG.md 2015-03-09 20:13:28 -07:00
Cory LaNou 0d634c0266 update changelog 2015-03-09 19:57:12 -06:00
Philip O'Toole abf664c18d Merge pull request #1895 from influxdb/create_default_rp
Create retention policy by default
2015-03-09 16:26:41 -07:00
Philip O'Toole 88daea22a4 Update changelog 2015-03-09 16:24:06 -07:00
Philip O'Toole f6d1a00e23 Merge pull request #1883 from influxdb/retention_crash
RLock Server when checking retention policies
2015-03-09 15:52:34 -07:00
Cory LaNou 6efa090ddb Merge pull request #1893 from influxdb/update-client-write
Update client write
2015-03-09 16:13:39 -06:00
Philip O'Toole 62e8fa0c72 Update changelog 2015-03-09 10:58:36 -07:00
Cory LaNou d6d21b2118 need spell checker 2015-03-09 10:49:31 -06:00
Cory LaNou 8570494552 update CHANGELOG.md 2015-03-09 10:47:57 -06:00
Philip O'Toole c714f147e8 Merge pull request #1875 from influxdb/raft_log_trace
Support control of Raft debug logging
2015-03-09 08:31:06 -07:00
Cory LaNou c7571379e8 give credit where credit is due 2015-03-07 07:13:34 -07:00
Cory LaNou 03fbe5308c updating changelog 2015-03-07 07:13:01 -07:00
Cory LaNou 499fe38cff update changelog 2015-03-07 07:12:22 -07:00
Philip O'Toole 17c5ca0e74 Add contributor handle to change log
Credit where credit is due.
2015-03-06 23:25:49 -08:00
Cory LaNou bb07539abc put link in right spot 2015-03-06 20:57:07 -07:00
Cory LaNou fdbf2eb7a6 update changelog for #1862 2015-03-06 20:51:53 -07:00
Philip O'Toole 9a6f74c7a4 Update CHANGELOG 2015-03-06 15:19:18 -08:00
Philip O'Toole 24fcdb787b Update CHANGELOG 2015-03-06 15:14:21 -08:00
Philip O'Toole bbd852e77d Latest changes will actually be part of RC10 2015-03-06 13:59:00 -08:00
Joseph Rothrock 3d23e9d6da Fix typos 2015-03-06 12:50:01 -08:00
Joseph Rothrock 9b63eed767 Merge branch 'master' of github.com:influxdb/influxdb into 1753
Conflicts:
	CHANGELOG.md
2015-03-06 12:37:15 -08:00
Joseph Rothrock bf034be2c0 Changelog update 2015-03-06 12:22:15 -08:00
Paul Dix 58ef65e7bc Update CHANGELOG.md 2015-03-06 10:24:26 -08:00
Paul Dix ea3d2444a9 Update CHANGELOG.md 2015-03-06 10:24:01 -08:00
David Norton cb780d82d5 fix #1180: race in startStateLoop 2015-03-06 13:09:46 -05:00
David Norton 8583260bc5 fix #1866: race accessing topic replicas map 2015-03-06 11:14:11 -05:00
Paul Dix 20b964b496 Update CHANGELOG.md 2015-03-05 20:41:03 -08:00
Philip O'Toole 2402467e63 Add trace-level logging of write to handler 2015-03-05 17:38:03 -08:00
Paul Dix ea3e1c67c7 Update CHANGELOG.md 2015-03-05 17:34:09 -08:00
Philip O'Toole ae9210fc74 Add "infinite retention" to change log 2015-03-05 15:32:45 -08:00
Philip O'Toole f957036405 Richer description of JSON over UDP 2015-03-04 19:04:56 -08:00
Joseph Rothrock 1efde69c69 JSON via UDP
Issue: 1755

Bind the server to a UDP listener to accept series data.
2015-03-04 16:36:06 -08:00
Philip O'Toole ab0533912f Add fpm updates to CHANGELOG 2015-03-04 10:54:24 -08:00
dgnorton 88a4852279 Merge pull request #1806 from influxdb/fix-1799
fix #1799: make scanner recognize regex
2015-03-04 08:44:25 -05:00
Philip O'Toole 2fea387e2d Add PR 1836 2015-03-03 15:19:03 -08:00
David Norton 6652de99e5 fix #1799: update CHANGELOG.md 2015-03-03 09:32:15 -05:00
Paul Dix 4c5beb96ed Update CHANGELOG.md 2015-03-02 18:42:07 -08:00
Paul Dix 802f28fd50 Update CHANGELOG.md 2015-03-02 18:41:20 -08:00
Philip O'Toole 65cd9a75d8 Update change log with WHERE field check 2015-03-02 18:39:55 -08:00
Paul Dix 6d9862059e Update CHANGELOG.md 2015-03-02 18:09:25 -08:00
Philip O'Toole ea854395f1 Update CHANGELOG 2015-03-02 11:09:02 -08:00
Philip O'Toole 8eefdba0d3 Correct typo in change log 2015-02-27 21:06:14 -08:00
Philip O'Toole 41688ea6af Correct markdown for URL 2015-02-27 21:03:55 -08:00
Philip O'Toole db09b20d19 Update with PR1744 2015-02-27 21:03:10 -08:00
Paul Dix 65b4d1a060 Update changelog for rc6 release 2015-02-27 17:09:45 -05:00
Philip O'Toole 05d630bfb8 Refactor shard group time bound checking
This allows it to be tested.
2015-02-27 14:03:13 -08:00
Paul Dix 3985bb0e2f Update CHANGELOG.md 2015-02-27 01:13:15 -05:00
Paul Dix 52f257e349 Make show series return IDs and work with limit and offset.
Fixes #1765
2015-02-27 01:09:38 -05:00
Paul Dix 889f0a323f Fix problem with merging series that have unequal number of points in group by interval 2015-02-27 01:02:34 -05:00
Cory LaNou 635dc2e09a update changelog 2015-02-26 17:10:09 -07:00
Philip O'Toole 2e5e225e48 Add PR 1752 2015-02-26 08:29:38 -08:00
Cory LaNou c7028e2ba5 add reference to change log 2015-02-25 12:42:24 -07:00
dgnorton ffcdf8e197 Merge pull request #1718 from influxdb/fix-1717
fix #1717: all points must have at least one field
2015-02-24 16:27:49 -05:00
Philip O'Toole 3867a1933c Parse Series IDs are 32-bit unsigned integers 2015-02-24 12:43:50 -08:00
David Norton e7e04cdeb0 fix #1717: code review chng & update CHANGELOG.md 2015-02-24 14:35:22 -05:00
Paul Dix 1032b25f84 Update CHANGELOG.md 2015-02-24 13:16:25 -05:00
Paul Dix 048c6fcde6 Update CHANGELOG.md 2015-02-24 13:11:22 -05:00
Cory LaNou 9ddad0aa4b add issue #1700 to changelog 2015-02-24 09:14:10 -07:00
Paul Dix 2d261e3dc9 Update changelog 2015-02-24 01:18:55 -05:00
Paul Dix 0baf8bd084 Update changelog with 0.9.0 details 2015-02-24 00:48:04 -05:00