1523 Commits

Author SHA1 Message Date
Xavier Léauté
071e8cb2f3 updated javadocs 2013-08-15 11:07:55 -07:00
Xavier Léauté
3f33ca15b0 refactor namespaces and add docs / license 2013-08-15 10:58:03 -07:00
Xavier Léauté
70b3640b85 move dependency version into main pom 2013-08-14 14:31:55 -07:00
Xavier Léauté
6735ae4ecd add ip geo lookup 2013-08-14 14:29:44 -07:00
Xavier Léauté
1cc1d0be5f remove example code 2013-08-13 19:05:56 -07:00
Xavier Léauté
8ccac2f13d basic wikipedia firehose factory 2013-08-13 18:35:07 -07:00
fjy
9870cab855 [maven-release-plugin] prepare for next development iteration 2013-08-13 17:21:56 -07:00
fjy
e4c998cfef [maven-release-plugin] prepare release druid-0.5.37 druid-0.5.37 2013-08-13 17:21:46 -07:00
fjy
4dae2feff3 fix broken pom 2013-08-13 17:19:11 -07:00
fjy
6d7b8bc8a6 Merge pull request #217 from metamx/server_manager_unit_test
Robustness fixes for properly keeping track of when Segments are accessible
2013-08-13 17:15:13 -07:00
cheddar
145e08682c 1) Add check in ServerManagerTest to make sure that the Segment has been "checked out" before the factory ever sees it.
2) Some code readability changes to ReferenceCountingSegment
2013-08-13 17:01:24 -07:00
cheddar
a5855fb749 1) Fix ServerManager to make sure that it "checks out" the Segment before it starts processing 2013-08-13 14:51:14 -07:00
cheddar
28c7e78a91 1) Fix ReferenceCountingSegmentTest to actually work again 2013-08-13 14:28:44 -07:00
Xavier Léauté
d1e548aa32 add toString to NoopLimitSpec 2013-08-13 13:19:47 -07:00
fjy
41347c82bb fix broken server manager tests 2013-08-13 12:07:45 -07:00
fjy
070d822345 fix broken UT 2013-08-13 12:01:24 -07:00
fjy
08318af7f7 Merge branch 'master' of github.com:metamx/druid 2013-08-13 11:54:32 -07:00
fjy
13e522c8a7 update the server manager unit tests to check for the case where a segment may be accessed in toYield calls before an increment occurs 2013-08-13 11:53:41 -07:00
Gian Merlino
246bd0fbaa [maven-release-plugin] prepare for next development iteration 2013-08-13 07:27:24 -07:00
Gian Merlino
a2e9441693 [maven-release-plugin] prepare release druid-0.5.36 druid-0.5.36 2013-08-13 07:27:18 -07:00
Gian Merlino
1d1cb045f0 RealtimeManager: Handle FormattedExceptions at any stage of processing other than hasMore 2013-08-13 07:23:37 -07:00
fjy
d4fc069e01 [maven-release-plugin] prepare for next development iteration 2013-08-12 18:58:14 -07:00
fjy
dd8c96c734 [maven-release-plugin] prepare release druid-0.5.35 druid-0.5.35 2013-08-12 18:58:06 -07:00
fjy
08e2b94e41 Merge pull request #216 from metamx/announce-fix
Make batch data segment announcer thread safe
2013-08-12 18:54:23 -07:00
fjy
5cb1475a91 fix previous fix because multithread is not correct 2013-08-12 18:53:50 -07:00
cheddar
bb18b162ab 1) Include new version of java-util to fix issue with resources not getting closed when an exception is thrown sometimes
2) Whitespace changes to GroupByQueryEngine
2013-08-12 17:57:30 -07:00
fjy
5ff216838d make batch data segment announcer thread safe 2013-08-12 17:53:06 -07:00
cheddar
d739b15380 Merge pull request #215 from metamx/s3-retries
Retries for S3TaskLogs, S3DataSegmentPusher
2013-08-12 14:36:12 -07:00
Gian Merlino
8d7a4f4493 Retries for S3TaskLogs, S3DataSegmentPusher 2013-08-12 14:27:34 -07:00
fjy
1f4e0ea40c [maven-release-plugin] prepare for next development iteration 2013-08-12 13:21:29 -07:00
fjy
1c2ad4f08c [maven-release-plugin] prepare release druid-0.5.34 druid-0.5.34 2013-08-12 13:21:21 -07:00
cheddar
de5e746d48 Merge pull request #214 from metamx/startup-fix
Fix Zk Coordinator failing startup due to server manager exceptions and cleanup example configs
2013-08-12 13:17:58 -07:00
fjy
a39eb65edb change summary of segment failures to one per line 2013-08-12 13:15:35 -07:00
fjy
dd20950f8a adding missing continue 2013-08-12 13:07:29 -07:00
fjy
2ec2957207 clean up the error reporting code according to code review 2013-08-12 13:04:48 -07:00
fjy
0c360c05c2 better handling of exceptions during startup 2013-08-12 12:56:59 -07:00
fjy
2f728f3478 fix zk coord to not fail during startup exceptions 2013-08-12 11:33:42 -07:00
fjy
68a3f1ab79 [maven-release-plugin] prepare for next development iteration 2013-08-08 22:15:04 -07:00
fjy
ce5679554d [maven-release-plugin] prepare release druid-0.5.33 druid-0.5.33 2013-08-08 22:14:55 -07:00
fjy
a190269faa fix druid master segments getting stuck bug 2013-08-08 22:06:41 -07:00
cheddar
3e8406a2e6 Merge pull request #207 from metamx/dynamicConfigs
Make some master configuration properties dynamically configurable
2013-08-08 16:42:08 -07:00
Dhruv Parthasarathy
764863d6f5 made volatile. fixed parens 2013-08-08 16:40:10 -07:00
Dhruv Parthasarathy
01b35ec819 all tests passed. Ready for merge 2013-08-08 16:23:26 -07:00
Dhruv Parthasarathy
eed9e1b373 merged with master 2013-08-08 16:14:06 -07:00
Dhruv Parthasarathy
0b24ea710c fixed paths 2013-08-08 16:10:31 -07:00
Dhruv Parthasarathy
3a298681e4 fixed formatting 2013-08-07 10:59:54 -07:00
Dhruv Parthasarathy
c4f0e4d96d fixed with Erics feedback 2013-08-07 10:53:37 -07:00
fjy
ddc2e87c4c [maven-release-plugin] prepare for next development iteration 2013-08-06 21:21:28 -07:00
fjy
ffbcd18cdc [maven-release-plugin] prepare release druid-0.5.32 druid-0.5.32 2013-08-06 21:21:18 -07:00
fjy
df883a9823 learn to type 2013-08-06 21:18:36 -07:00