Cory LaNou
6309ec9a68
fix time inclusive comparison
2015-11-17 10:43:27 -06:00
Philip O'Toole
b46e10e40c
Merge pull request #4818 from CrazyJvm/cluster-panic
...
check point without fields when NewPoint
2015-11-17 08:29:18 -08:00
Cory LaNou
5ff8e8c4cb
Merge pull request #4821 from influxdb/refactor-new-point-heap
...
Refactor newPointHeap
2015-11-17 10:11:04 -06:00
Philip O'Toole
4281da6688
Correct WAL logging enabled flag
...
[ci skip]
2015-11-17 08:07:55 -08:00
Cory LaNou
c24c2f720a
refactor newPointHeap
2015-11-17 09:17:35 -06:00
CrazyJvm
6e60e3226a
check point without fields when NewPoint
2015-11-17 13:21:52 +08:00
Philip O'Toole
6e4150acfd
Merge pull request #4802 from nii236/lint/service/admin
...
linted service/admin
2015-11-16 19:57:45 -08:00
Philip O'Toole
d8ea132c53
Add WAL cache
2015-11-16 19:52:49 -08:00
Cory LaNou
e08dfe198d
Merge pull request #4809 from influxdb/fix-4235
...
Fix Order By Desc
2015-11-16 15:23:06 -06:00
Cory LaNou
824d7a1d9b
Add interface for heap to support Reverse for `order by desc`
2015-11-16 15:10:55 -06:00
Ross McDonald
736e0ace84
Merge pull request #4786 from influxdb/package-updates
...
Backporting changes from build.py to package.sh
2015-11-16 13:32:43 -06:00
Ross McDonald
b53ebe9d5d
Backporting changes from build.py to package.sh. Also fixes a few miscellaneous package permissions issues that Debian's lintian complained about.
2015-11-16 13:19:54 -06:00
Philip O'Toole
7e3a3e0e64
Merge pull request #4804 from nii236/lint/services/admin
...
fixed export lint issues in services/admin
2015-11-16 09:19:07 -08:00
Jason Wilder
9c2be12b65
Add FileStore.Remove func
...
Allows a TSMFile to be removed from the active set of files managed
by the FileStore.
2015-11-16 09:16:10 -07:00
Jason Wilder
c2530e93d7
Add mutexes around seeker usage
...
These are not goroutine safe.
2015-11-16 09:05:27 -07:00
Jason Wilder
ef18f8afb2
Handle TSM key deletions
...
This writes a tombstone file containing a line per deleted key. This
file is read when a TSMReader is created and any keys listed in the file
are removed from the index.
2015-11-16 08:44:52 -07:00
Jason Wilder
ed7cfb6df3
Add Keys function to TSMIndex
...
Useful for testing
2015-11-16 08:44:52 -07:00
Jason Wilder
d8c0c26934
Return error if number of blocks would overflow
2015-11-16 08:44:52 -07:00
Jason Wilder
16c5e0a2e0
Add Close to TSMWriter interface
2015-11-16 08:44:52 -07:00
Jason Wilder
b279534f2a
Remove type specific casts in encoders
...
This prevented the encoders from using other implementations of the Value
interface because it would always cast one of the types to our specific
implementations.
2015-11-16 08:44:52 -07:00
Jason Wilder
0ab423c7ff
Initial FileStore implementation
...
Provides functionality to load a directory of TSM files (or add them manually)
as well as reading blocks of values for individual key and times.
2015-11-16 08:44:52 -07:00
Yin Jifeng
2f3fc70514
FIX #4279 CLI support multiline
2015-11-16 22:59:21 +08:00
John Nguyen
cfbfbc2361
corrected URL
2015-11-16 17:37:01 +08:00
John Nguyen
90ea3fc4ad
updated CHANGELOG.md
2015-11-16 17:36:21 +08:00
John Nguyen
63e958f06e
fixed export lint issues in services/admin
2015-11-16 17:31:53 +08:00
John Nguyen
21de6748d7
linted service/admin
2015-11-16 15:22:42 +08:00
Mateusz Dymiński
8090ba6830
SHOW SHARD GROUPS
2015-11-14 22:27:24 +01:00
Cory LaNou
43a4201a33
update changelog for 4768
2015-11-14 07:27:41 -06:00
Cory LaNou
bb00645a84
Merge pull request #4768 from pires/4719-cli_history_refactor
...
CLI history skips blank lines.
2015-11-14 07:25:58 -06:00
Paulo Pires
a8fa170f29
Removed bogus comment.
2015-11-14 11:12:31 +00:00
Philip O'Toole
69803ddc6f
Merge pull request #4791 from orthogonous/master
...
Added some comments to the udp service so golint passes. Ref #4098
2015-11-13 19:10:49 -08:00
Philip O'Toole
5333437d5b
Correct CHANGELOG re PR4778
...
[ci skip]
2015-11-13 17:57:07 -08:00
Philip O'Toole
1228431d85
Merge pull request #4789 from influxdb/multi_field_agg
...
WHERE fields must be decoded during aggregates
2015-11-13 17:30:32 -08:00
Gunnar
f9a651ee7a
Merge pull request #4777 from influxdb/ga-admin-v0.9.6
...
Bump version string in admin UI to 0.9.6
2015-11-13 15:32:33 -08:00
gunnaraasen
a68fc448a0
Bump version string in admin UI
2015-11-13 15:24:02 -08:00
Philip O'Toole
912684b8d6
WHERE fields must be decoded during aggregates
...
This change ensures that if there are any fields in the WHERE clause of
an aggregate that are different from the fields in the SELECT clause,
that the cursors also decode those fields. Otherwise WHERE clauses of
the form 'SELECT f(w) FROM x WHERE y=z' will return incorrect results
Fixes issue #4701 .
2015-11-13 15:18:54 -08:00
Philip O'Toole
b924bcda2a
Merge pull request #4790 from influxdb/control_opentsdb_error_logs
...
Allow openTSDB point errors logging to be disabled
2015-11-13 15:05:35 -08:00
Philip O'Toole
7ea9b3e49e
Allow openTSDB point errors logging to be disabled
2015-11-13 14:54:54 -08:00
Gunnar
fa557a1e5f
Merge pull request #4131 from influxdb/update-admin-ui-version-0.9.5
...
Update admin assets for v0.9.5
2015-11-13 14:49:54 -08:00
orthogonous
434d06008e
Added some comments to the udp service so golint passes. Ref #4098
2015-11-14 08:46:26 +10:00
Todd Persen
467078c9a5
Update admin assets for v0.9.5
2015-11-13 14:26:21 -08:00
Philip O'Toole
7d506c1e64
Update CHANGELOG for PR 4766
...
[ci skip]
2015-11-13 11:18:58 -08:00
Philip O'Toole
172cc43732
Merge pull request #4766 from aneshas/cli-help-contrib
...
Changed help command output from inside the cli
2015-11-13 11:17:18 -08:00
Paulo Pires
aa6ec0cc6f
Added more tests to increase coverage. Refs #2313
2015-11-13 11:38:35 +00:00
Anes Hasicic
95ced0bcc1
Changed help command output from inside the cli to
...
match the info provided by the influx --help output,
and added history command
Reverted description for pretty command
+ minor edits
Removed duplication of command names
Signed-off-by: Anes Hasicic <anes.hasicic@gmail.com>
2015-11-13 09:41:51 +01:00
Philip O'Toole
664b20e5fd
CHANGELOG typo
...
[ci skip]
2015-11-12 19:42:24 -08:00
Philip O'Toole
df6e76d357
Update CHANGELOG for 0.9.6
...
[ci skip]
2015-11-12 19:18:34 -08:00
Philip O'Toole
0339d472ec
Merge pull request #4778 from influxdb/where_blocker
...
If no points to count, count is 0
2015-11-12 19:14:29 -08:00
Philip O'Toole
a8fa58b8e9
Update CHANGELOG
2015-11-12 19:08:47 -08:00
Philip O'Toole
eebf157171
Remove incorrect count() tests
2015-11-12 19:08:44 -08:00