1232 Commits

Author SHA1 Message Date
Yuval Oren
5601c51ae6 finalize variables and optimize imports 2014-03-06 15:03:43 -08:00
Yuval Oren
4b63645802 Merge branch 'master' into subquery
Conflicts:
	processing/src/main/java/io/druid/query/BaseQuery.java
	processing/src/main/java/io/druid/query/groupby/GroupByQueryQueryToolChest.java
	processing/src/test/java/io/druid/query/QueryRunnerTestHelper.java
	processing/src/test/java/io/druid/query/topn/TopNQueryRunnerTest.java
2014-03-06 13:33:59 -08:00
fjy
1745aa744b Merge pull request #417 from metamx/fix-caching-bug
Fix caching bug and add CachingClusteredClient tests
2014-03-06 11:41:51 -07:00
Xavier Léauté
9fc5cca663 add disable populate / use cache tests 2014-03-05 14:07:15 -08:00
Xavier Léauté
fffb58f6e8 add CachingClusteredClient tests 2014-03-05 14:07:15 -08:00
Xavier Léauté
427014d0a0 cosmetics 2014-03-05 14:07:15 -08:00
Xavier Léauté
5b4c04510f fix populateCache flag not working 2014-03-05 14:07:15 -08:00
Gian Merlino
70db460f97 Blocking Executors and maxPendingPersists, oh my!
- Execs.newBlockingSingleThreaded can now accept capacity = 0.
- Changed default maxPendingPersists from 2 to 0.
- Fixed serde of maxPendingPersists in RealtimeIndexTasks.
2014-03-05 10:55:12 -08:00
nishantmonu51
40aa6ecaef fix npe queryID 2014-03-01 04:32:27 +05:30
nishantmonu51
e54949ca98 make queryIDProvider a singleton 2014-02-28 12:19:07 +05:30
fjy
37a79dd4cb [maven-release-plugin] prepare for next development iteration 2014-02-27 11:52:40 -08:00
fjy
8cdd0e3d53 [maven-release-plugin] prepare release druid-0.6.62 2014-02-27 11:52:35 -08:00
fjy
bddf7b2908 fix naming problems 2014-02-27 11:50:51 -08:00
fjy
9502212b12 Merge pull request #403 from metamx/Query_id-for-metrics
add queryID to query context and request_logs
2014-02-27 12:44:05 -07:00
nishantmonu51
0701b1534d review comments queryID changes, add wait time for realtime node queries 2014-02-27 14:39:25 +05:30
fjy
d57974d58b Merge pull request #407 from metamx/restore-task
Restore task
2014-02-26 19:18:58 -07:00
fjy
3d850aa260 Merge pull request #400 from tucksaun/feat-postgresql-support
Improving PostgreSQL support
2014-02-26 09:57:50 -07:00
Xavier Léauté
2f61035585 add restore task 2014-02-25 13:41:40 -08:00
nishantmonu51
b480d8f543 review comments 2014-02-25 03:09:44 +05:30
fjy
246ada63c5 fix interval load rule 2014-02-24 12:55:20 -08:00
nishantmonu51
373501a06d add queryID to query context and request_logs 2014-02-24 16:11:33 +05:30
fjy
ef6208d192 Merge pull request #390 from metamx/bard-oome-fix
APP-2782 Bard oome fix
2014-02-19 19:52:56 -07:00
Tugdual Saunier
4b67dbff5f Optimize DbSegmentPublisher.publishSegment 2014-02-17 18:11:15 +00:00
Tugdual Saunier
4dce007577 Use DbConnector.isPostgreSQL everywhere we used getDatabaseProductName before 2014-02-17 18:11:15 +00:00
fjy
c57cf6ab4d [maven-release-plugin] prepare for next development iteration 2014-02-14 15:24:15 -08:00
fjy
44755cc91c [maven-release-plugin] prepare release druid-0.6.61 2014-02-14 15:24:11 -08:00
fjy
f5affb6b5a [maven-release-plugin] prepare for next development iteration 2014-02-14 15:09:30 -08:00
fjy
189376f495 [maven-release-plugin] prepare release druid-0.6.60 2014-02-14 15:09:26 -08:00
fjy
ef648b85f5 fix broken priority queries 2014-02-14 15:05:30 -08:00
fjy
3979eb270c Revert "Revert "Merge branch 'determine-partitions-improvements'""
This reverts commit 189b3e2b9bc3c79da9c98b805df624f024109469.
2014-02-14 12:58:56 -08:00
fjy
189b3e2b9b Revert "Merge branch 'determine-partitions-improvements'"
This reverts commit 7ad228ceb580f9ca757e91b019bd8931f710f87a, reversing
changes made to 9c55e2b7794d37cd8713bbc0465aaad23e23472d.
2014-02-14 12:47:34 -08:00
nishantmonu51
78eddc50ee add checks for elements larger than capacity and account for the size of element being added 2014-02-15 00:12:21 +05:30
Xavier Léauté
4b902aed23 fix typo 2014-02-13 23:25:11 -08:00
fjy
82fd35726f [maven-release-plugin] prepare for next development iteration 2014-02-12 20:03:00 -08:00
fjy
cc1b91636f [maven-release-plugin] prepare release druid-0.6.59 2014-02-12 20:02:55 -08:00
fjy
a986166b9c prepare for next release 2014-02-12 20:01:05 -08:00
fjy
60e950fad8 fix backwards compat issue with master 2014-02-12 20:00:43 -08:00
nishantmonu51
7ad228ceb5 Merge branch 'determine-partitions-improvements'
Conflicts:
	pom.xml
2014-02-12 10:51:26 +05:30
Hagen Rother
b4eea282b6 consider errors in reading from firehose as unparsable 2014-02-11 16:00:13 +01:00
nishantmonu51
f8d8290a1e add newline at the end of file 2014-02-10 15:44:28 +05:30
nishantmonu51
ec2a32acfc review comments 2014-02-10 12:53:36 +05:30
Jae Hyeon Bae
dca965a35a curator 2.4.0 and Announcer logging lines are added regarding infos of reinstating 2014-02-09 22:26:18 -08:00
fjy
b7a78680b2 [maven-release-plugin] prepare for next development iteration 2014-02-07 13:06:23 -08:00
fjy
cc6886646e [maven-release-plugin] prepare release druid-0.6.58 2014-02-07 13:06:18 -08:00
fjy
555f434fa6 [maven-release-plugin] prepare for next development iteration 2014-02-07 11:56:41 -08:00
fjy
371f2bb941 [maven-release-plugin] prepare release druid-0.6.57 2014-02-07 11:56:34 -08:00
nishantmonu51
dc097081a6 remove writeOpQueueFactory
for writeQueueFactory the buffer of the element is nulled by memcache
before remove is called, thus we are not able to determine the size of
element while removing, We can potentially work around this by adding a
wrapper to keep track of size but that will have its extra overhead,
Also verified from the heap dump that the growing queue was the queue
for opQueue.
2014-02-07 20:00:25 +05:30
nishantmonu51
db93e45bef minor fix 2014-02-07 17:52:52 +05:30
nishantmonu51
61d99bb8f2 change byte size config to long 2014-02-07 16:56:15 +05:30
nishantmonu51
d27274463b add separate putLock and takeLocks + test 2014-02-07 16:52:07 +05:30