Xavier Léauté
a573e77177
fix CLA email / mailing address
2014-04-17 15:26:28 -07:00
fjy
aba31ea814
Merge pull request #490 from metamx/lazy-cache-population
...
Broker populates cache lazily
2014-04-17 15:51:18 -06:00
xvrl
d0e65684d4
Merge pull request #489 from metamx/fix-groupby
...
Make hyperUniques work for groupBy
2014-04-17 14:46:45 -07:00
fjy
399efe7dc4
make uniques work for groupby
2014-04-17 14:41:17 -07:00
Xavier Léauté
6a52112034
let broker populate cache lazily
2014-04-17 14:40:05 -07:00
xvrl
e81479db44
Merge pull request #488 from metamx/update-http-client
...
update http-client to fix timeout issues
2014-04-17 12:13:31 -07:00
Xavier Léauté
9ef65f1ded
update http-client, fixes race conditions
2014-04-17 10:02:43 -07:00
xvrl
4ccd979f1a
Merge pull request #487 from metamx/add-jetty-test
...
Add test to test Jetty request timeouts
2014-04-17 09:49:02 -07:00
Xavier Léauté
943b6ed12c
add comments
2014-04-17 09:48:08 -07:00
nishantmonu51
5f61d0396c
Ignore test
2014-04-17 22:09:48 +05:30
nishantmonu51
7765c96a39
Add test to test Jetty request timeouts
2014-04-17 20:36:28 +05:30
fjy
88874ed56c
Merge pull request #485 from metamx/igalDruid
...
Igal druid
2014-04-16 18:05:36 -06:00
fjy
66a8ff9390
[maven-release-plugin] prepare for next development iteration
2014-04-16 11:40:35 -07:00
fjy
6621c4f321
[maven-release-plugin] prepare release druid-0.6.92
2014-04-16 11:40:30 -07:00
fjy
795d506939
internet disconnected and last build failed
2014-04-16 11:32:32 -07:00
fjy
b26a40aeaf
[maven-release-plugin] prepare for next development iteration
2014-04-16 11:26:34 -07:00
fjy
8ee8927267
[maven-release-plugin] prepare release druid-0.6.91
2014-04-16 11:26:28 -07:00
fjy
7f4e7d2b8f
prepare for next release
2014-04-16 11:24:45 -07:00
Igal Levy
f3125490ff
Merge branch 'master' into igalDruid
2014-04-16 11:24:18 -07:00
Igal Levy
52e53db54e
minor edit to Metrics Module section
2014-04-16 11:23:47 -07:00
fjy
2183c7ab08
Merge pull request #483 from metamx/fix-aggregatefirst-topn-algo
...
fix NPE in aggregatrFirstTopnAlgo
2014-04-16 12:20:39 -06:00
Igal Levy
0629b1a044
Major edits including the following:
...
* Emitter module is logging
* readTimeout for http client module 15min
* Fixed broken link to ZooKeeper.html
* Clarified druid.processing.numThreads is #cores - 1 or 1 if #cores == 1
* aws storage section moved under deep storage
* Added more info on various monitors and how to specify them (Metrics Module section)
* Clarified info on:
* storage tiers and added the property druid.server.priority (Storage Node Module section)
* segment cache : where historical nodes store data in disk cache
* druid.query.chunkPeriod
* Removed druid.db.connector.pollDuration
* Fixed definition of druid.selectors.indexing.serviceName and moved to discovery section
2014-04-16 10:57:52 -07:00
fjy
a87213e15f
point code docs to latest instead of a version
2014-04-16 10:50:39 -07:00
fjy
141404907b
Merge pull request #484 from metamx/fix-router
...
Cleanup code in router and add forwarding for get requests
2014-04-16 11:46:35 -06:00
fjy
c6274762b7
throw ISE when no servers found at all
2014-04-16 10:27:34 -07:00
fjy
6306e87a96
avoid copying bytes
2014-04-16 10:14:15 -07:00
fjy
51e2da9d8d
use a separate annotation for the router, less confusing
2014-04-16 10:08:58 -07:00
fjy
24a0268036
cleanup code in router and add forwarding for get requests
2014-04-16 09:36:18 -07:00
nishantmonu51
2b5fec1dcf
review comments
2014-04-16 17:12:27 +05:30
nishantmonu51
6da2272076
fix NPE in aggregatrFirstTopnAlgo
2014-04-16 09:12:34 +05:30
Igal Levy
ee47937889
overhaul of config reference, first pass
2014-04-15 15:38:58 -07:00
fjy
6893282a65
[maven-release-plugin] prepare for next development iteration
2014-04-15 14:26:57 -07:00
fjy
7e9166d20c
[maven-release-plugin] prepare release druid-0.6.90
2014-04-15 14:26:53 -07:00
fjy
508cf6a4f7
Merge branch 'master' of github.com:metamx/druid
2014-04-15 14:23:58 -07:00
fjy
9b06b6aa58
misc fixes for router
2014-04-15 14:23:54 -07:00
fjy
06994a75b7
Merge pull request #482 from metamx/update-jetty
...
update to jetty 9.1.4
2014-04-15 15:18:10 -06:00
fjy
228be3acb0
Merge pull request #467 from metamx/optimize-postAgg-calculation
...
Optimize post agg calculation
2014-04-15 15:18:01 -06:00
Xavier Léauté
3117f439e0
update to jetty 9.1.4 to fix bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=430654
2014-04-15 14:02:18 -07:00
nishantmonu51
36f6f8ab5a
Add testOutOfOrderPruneDependentPostAgg
2014-04-16 00:49:56 +05:30
nishantmonu51
cd1c1d2615
fix casing issue when parsing event
2014-04-15 23:32:54 +05:30
nishantmonu51
6217c67027
complete javadoc, add comment, use Lists.reverse
2014-04-15 22:55:40 +05:30
fjy
6f1f21cfd6
Merge pull request #476 from metamx/non-blocking-persist-n-merge
...
Non blocking persist n merge
2014-04-15 10:58:47 -06:00
fjy
f6de38a87c
Merge pull request #480 from metamx/compute-cache-monitor
...
enable cache monitor on computes by default
2014-04-15 10:51:54 -06:00
nishantmonu51
3eb8160b51
review comments
2014-04-15 21:06:30 +05:30
nishantmonu51
d66ae5ac10
fix dependent PostAggregators
2014-04-15 13:37:31 +05:30
nishantmonu51
3172383e56
modify comment
2014-04-15 12:55:40 +05:30
Xavier Léauté
ce250222bf
update docs
2014-04-14 16:33:08 -07:00
Xavier Léauté
16bffe0588
default cache size to zero
2014-04-14 16:23:54 -07:00
fjy
291dac8de8
Merge branch 'master' of github.com:metamx/druid
2014-04-14 16:21:17 -07:00
fjy
9bfc738032
im deeply saddened but another case sensitivity problem and want to resolve these once and for all
2014-04-14 16:20:31 -07:00