Paul Dix
c3bf4876d7
fix #341 . Limit the amount of memory taken by query
...
Remove the setting for shard query buffer size and add logic for max
number of shards to query in parallel.
2014-04-01 19:11:44 -04:00
John Shahid
f959c439c9
update the changelog
2014-04-01 14:08:21 -04:00
John Shahid
bb2f96e7ba
fix #389 . Filtering shouldn't stop prematurely
2014-04-01 12:34:12 -04:00
John Shahid
3a946843d8
upgrade to leveldb 1.15
2014-04-01 11:48:07 -04:00
John Shahid
ca28d1d1e9
fix #386 . Drop series should work with names containing dots
2014-04-01 09:33:49 -04:00
John Shahid
767ba83252
update the changelog
2014-03-31 19:18:05 -04:00
John Shahid
8c5bb2a9d1
Merge pull request #379 from influxdb/fix-379-boolean-columns-where-conditions
...
boolean attribute in where clause
2014-03-31 19:15:06 -04:00
John Shahid
d369e5194b
fix #379 . Boolean columns testing in where conditions
2014-03-31 19:14:36 -04:00
Paul Dix
f76762d93a
Merge pull request #370 from influxdb/fix-370-shards-limit
...
Shards should be checking the limit on the query and stop returning data as soon as the limit is hit
2014-03-31 19:01:30 -04:00
John Shahid
67545b65a6
introduce some sleeps to make sure the data is updated
2014-03-31 18:55:28 -04:00
John Shahid
aa61caaaa5
fix #370 . Filtering and limit should be enforced on the shards
2014-03-31 18:55:28 -04:00
John Shahid
e4335cf802
fix the shard boundaries test
2014-03-31 18:55:28 -04:00
John Shahid
3f543ead81
remove unused code
2014-03-31 18:55:28 -04:00
John Shahid
1d4d323e45
remove an unused func
2014-03-31 18:55:28 -04:00
Todd Persen
0769ff996e
Add tests to verify that cluster admins can issue deletes.
2014-03-31 16:42:13 -04:00
Todd Persen
e379a2fa65
Fix #381 . Cluster admins should be able to issue deletes.
2014-03-31 16:28:03 -04:00
John Shahid
72fba5929a
fix #378 . Index should return immediately if there are no new requests
2014-03-31 14:31:04 -04:00
John Shahid
491924da94
add google-pprof cpu profiling
...
It currently doesn't play nice with go so it's disabled for now
2014-03-31 12:54:02 -04:00
John Shahid
d1e15fa7e3
update the changelog
2014-03-28 15:14:59 -04:00
John Shahid
92a7d37042
oops, fix a bug introduced in 1772fe9
. Tests FTW
2014-03-28 13:50:44 -04:00
John Shahid
36582ec9ed
update the changelog
2014-03-28 13:32:14 -04:00
John Shahid
1772fe9e7c
fix #360 . Store and recover continuous queries on startup
2014-03-28 13:27:31 -04:00
John Shahid
c8f88c5bb5
use the ContinuousQuery structure instead of an interface
2014-03-28 13:00:19 -04:00
John Shahid
21f089d334
increase the timeout
2014-03-28 12:47:12 -04:00
John Shahid
c5e2e2c171
don't close the server if it hasn't started yet
2014-03-28 12:47:03 -04:00
John Shahid
47bbb67de1
change the default log level to info
2014-03-28 12:40:03 -04:00
John Shahid
5c38e52a96
update the changelog
2014-03-28 12:39:05 -04:00
John Shahid
e2490a245b
fix #371 . Seris index isn't deleted when the series is dropped
2014-03-28 12:38:35 -04:00
John Shahid
d37d89d52f
update the changelog
2014-03-28 11:54:46 -04:00
John Shahid
1567c69ad1
fix #331 . Allow negative time values
2014-03-28 11:54:11 -04:00
John Shahid
99f6dc74bc
update the changelog
2014-03-28 11:02:39 -04:00
John Shahid
6b890e91dc
fix #355 . Return an error on invalid time strings
2014-03-28 10:57:58 -04:00
John Shahid
40e7d08cc8
panic on error
2014-03-28 10:57:58 -04:00
John Shahid
33414d7c5e
print the number of columns as well
2014-03-28 10:57:58 -04:00
John Shahid
fb2ece556e
panic if the WAL cannot append the request to disk
2014-03-28 10:57:58 -04:00
John Shahid
fdd0118ac5
fix the shutdown logic when we're not profiling
2014-03-28 10:57:58 -04:00
John Shahid
b8dbac8cff
renaming
2014-03-27 11:50:35 -04:00
John Shahid
49ee059e9a
fix #367 . Influxdb won't start if the api port is commented out
2014-03-27 11:50:35 -04:00
John Shahid
bf883e8f9d
update the changelog
2014-03-26 13:13:29 -04:00
John Shahid
7654856345
Merge pull request #342 from influxdb/fix-342-delete-bug
...
Deletes don't seem to actually delete the underlying data
2014-03-26 13:12:07 -04:00
John Shahid
87f49644de
test dropping database as well
2014-03-26 12:59:22 -04:00
John Shahid
56866841aa
fix #342 . Make sure we create a checkpoint before deleting data
...
Deleting data without creating a wal bookmark will cause the log to
replay some requests that where written before the delete happened,
causing the data to be resurrected. This change makes sure we create a
bookmark right before we delete the data to make sure that any write
before the delete will not be replayed.
2014-03-26 12:59:22 -04:00
John Shahid
92463617f9
Add an api to create a wal checkpoint (i.e. bookmark and index)
2014-03-26 12:59:22 -04:00
John Shahid
089cb6fc13
add a tool to fix the index of a raft log file
2014-03-26 12:50:20 -04:00
John Shahid
10e1e0e3de
formatting
2014-03-26 12:50:20 -04:00
John Shahid
9ee31400ba
ignore more files
2014-03-25 14:22:21 -04:00
John Shahid
a15a2a9dc6
update the changelog
2014-03-25 13:20:16 -04:00
John Shahid
af7455d256
checkin the source code of goraft
2014-03-25 12:22:37 -04:00
John Shahid
648206a3d6
oops, fix a typo
2014-03-24 19:59:56 -04:00
John Shahid
2366a9e9c9
make different submdoule version doesn't cause the release to stop
2014-03-24 19:59:28 -04:00