Philip O'Toole
c7a0863371
Merge pull request #4932 from influxdb/cache_cursor_2
...
Add support for cache querying
2015-12-01 16:37:22 -05:00
Philip O'Toole
fc83968e2e
Cache values supports sorting order
2015-12-01 13:24:25 -08:00
Philip O'Toole
3a72e40e3f
Implement descending cursor support
2015-12-01 13:24:25 -08:00
Philip O'Toole
ec4daaccff
Test ascending tsm1dev cursor
2015-12-01 13:24:25 -08:00
Philip O'Toole
59674fda21
Integrate cache query with tsm1dev engine
2015-12-01 13:24:25 -08:00
Philip O'Toole
7da3fc1aeb
Merge pull request #4934 from influxdb/dedupe_sort_order
...
Deduplicate supports requesting sort order
2015-12-01 16:23:25 -05:00
Gunnar
e331fe51dd
Merge pull request #4133 from cnelissen/add-query-templates
...
Add query templates for show stats and show diagnostics
2015-12-01 08:48:17 -08:00
liang@qiniu.com
0d6b2f34fa
Fix distributed aggregative query error
2015-12-01 19:56:06 +08:00
Todd Persen
3de9b9bb43
Merge pull request #4021 from aviau/executable_css
...
chmod -x dropdowns-enhancement.css
2015-11-30 18:40:23 -08:00
Philip O'Toole
bad0f657de
Deduplicate supports requesting sort order
2015-11-30 16:21:44 -08:00
Philip O'Toole
6b3c6a90a1
Merge pull request #4911 from influxdb/integrate_cache
...
Integrate cache with tsm1dev write path
2015-11-30 14:58:42 -08:00
Michael Desa
b0f27beb12
Add support for writing to a cluster
2015-11-30 10:22:12 -08:00
Philip O'Toole
f8040269d9
Update CHANGELOG for latest bug fixes
...
[ci skip]
2015-11-30 08:11:47 -08:00
Philip O'Toole
abf8fb7f7f
Merge pull request #4918 from oiooj/master
...
Fix restore functionality hangs forever
2015-11-30 08:08:39 -08:00
Philip O'Toole
8901125a5a
Merge pull request #4927 from li-ang/fix_network_closed
...
Fix network closed error when show measurements
2015-11-30 08:08:12 -08:00
liang@qiniu.com
b858b11286
fix network closed error when show measurements
2015-11-30 10:44:00 +08:00
oiooj
f14482040e
Fix restore functionality hangs forever
2015-11-29 11:19:14 +08:00
Paulo Pires
30cc1339ec
Renamed RetentionPolicyExists to RetentionPolicyCreate.
2015-11-28 16:15:00 +00:00
Michael Desa
d6b4f64006
Add basichttp write handler
2015-11-27 19:20:29 -08:00
Paulo Pires
4587a5387d
Handler errors should be formatted as JSON. Fixes #3170
2015-11-27 21:12:05 +00:00
Paulo Pires
8e2868ed60
Added support for setting retention policy on database creation.
...
Fixes #2676
2015-11-27 20:02:55 +00:00
Philip O'Toole
8649ce4c49
Integrate cache with tsm1dev write path
2015-11-26 06:07:19 -08:00
Philip O'Toole
1bca38bb84
Cache supports writing multiple keys
...
This keeps the locking to a minimum if the data is available for
multiple keys at once.
2015-11-26 06:07:16 -08:00
Ben Johnson
3b035ccaea
Merge pull request #4913 from benbjohnson/b1-deadlock
...
Fix flush deadlock
2015-11-25 15:14:19 -07:00
Ben Johnson
41459cf687
fix flush deadlock
...
This commit fixes a deadlock that occurs during b1 flushes. It's
caused by taking locks in a different order. In the flush, b1
locks the engine and then bolt. However, in the query cursor, a
lock is obtained on bolt first (via `DB.Begin()`) and then the
engine is locked while reading from the engine's cache.
2015-11-25 15:00:06 -07:00
Philip O'Toole
8e7dc3bef9
WAL returns current segment ID on write and delete
2015-11-25 12:23:10 -08:00
Philip O'Toole
45502d288f
Update CHANGELOG for PR 4833
...
[ci skip]
2015-11-25 10:51:02 -08:00
Philip O'Toole
bce68ed43d
Merge pull request #4833 from li-ang/fix_show_measurements
...
Fix SHOW MEASUREMENTS across the cluster
2015-11-25 10:47:44 -08:00
Philip O'Toole
f9475e3e3f
Merge pull request #4902 from EricSmekens/patch-1
...
Update changelog.md. Removed double change.
2015-11-25 09:03:57 -08:00
Cory LaNou
ce8cf05b0e
Merge pull request #4889 from influxdb/mapper-execute-close
...
Implement close notifier and timeout on executors
2015-11-25 08:24:00 -06:00
Eric Smekens
3fac74bebb
Update changelog.md. Removed double change.
...
#4659 was double in the changelog.
2015-11-25 13:39:45 +01:00
Jason Wilder
d931f5dd22
Merge pull request #4900 from influxdb/jw-compact
...
WAL segment compaction
2015-11-24 21:35:13 -07:00
Jason Wilder
34bffd5e18
Code review fixes
2015-11-24 21:24:13 -07:00
Cory LaNou
be488b7d12
implement close notifier and timeout on executors
2015-11-24 21:07:18 -06:00
Jason Wilder
1ce8d6290b
Remove values pool replacement
...
Getting an intermittent test failure with this so removing it for now since compactions
are still able to keep up without it. Will need to look into this further because the
allocations is still very high and will affect compactions over longer periods of time.
2015-11-24 13:40:07 -07:00
Mark Rushakoff
ed393398cd
Merge pull request #4868 from influxdb/influxql-doc-updates
...
Influxql doc updates
2015-11-24 12:16:12 -08:00
Mark Rushakoff
28df5a1a78
Merge pull request #4878 from influxdb/fix-statement-strings
...
Fix statement strings
2015-11-24 12:15:47 -08:00
Philip O'Toole
e84784e4a1
Merge pull request #4864 from influxdb/coding_guidelines
...
Coding guidelines
2015-11-24 09:05:37 -08:00
Philip O'Toole
4bc0e9781b
Add initial coding guidelines
2015-11-24 08:59:39 -08:00
Jason Wilder
0832a03333
Move pools to separate file
2015-11-24 09:44:37 -07:00
Jason Wilder
a6541937f8
Add dumptsmdev to influx_inspect
...
Allow inspecting the updated TSM format.
2015-11-24 08:50:13 -07:00
Jason Wilder
25206c729c
Add compactor type
2015-11-24 08:50:07 -07:00
Mark Rushakoff
94e47093b6
Update CHANGELOG
2015-11-23 14:51:57 -08:00
Mark Rushakoff
81beb43b69
Add more missing QuoteIdent calls
2015-11-23 14:51:57 -08:00
Mark Rushakoff
c7782878aa
Fix strings for SHOW MEASUREMENTS
2015-11-23 14:51:57 -08:00
Mark Rushakoff
fc628fdb42
Fix strings for CREATE/DROP SUBSCRIPTION
2015-11-23 14:51:57 -08:00
Mark Rushakoff
f4e19094ec
Fix String() implementations of various Statements
2015-11-23 14:51:57 -08:00
Mark Rushakoff
74626d9511
Fix typo in parse error
2015-11-23 14:51:57 -08:00
Philip O'Toole
34fddc2c10
Compute file md5sum before any rename
...
Renames can happen for nightly builds, which resulted in failed md5sum
commands.
[ci skip]
2015-11-23 14:50:03 -08:00
Philip O'Toole
778d0728fb
Merge pull request #4888 from influxdb/tsm1dev_log
...
Enhance tsm1dev logging
2015-11-23 14:29:45 -08:00