1260 Commits

Author SHA1 Message Date
Gian Merlino
320f1fe840 Move retryS3Operation to S3Utils 2013-07-16 08:07:14 -07:00
Gian Merlino
945bc9a370 Limited retries on s3 segment puller exceptions
Useful for reducing spurious alerts due to general s3 flakiness.
2013-07-16 08:03:47 -07:00
cheddar
e892d14f77 1) Configuration fixes, slowly gonna make the MasterMain actually start up! 2013-07-09 16:16:56 -07:00
fjy
454f23d7c0 Merge branch 'master' of github.com:metamx/druid into batch-zk 2013-07-08 10:40:30 -07:00
Jan Rudert
d5b4417280 Merge branch 'master' of github.com:metamx/druid 2013-07-08 11:50:15 +02:00
Jan Rudert
18ec081855 moved getHdfsStorageDir() to DataSegmentPusherUtil, extended test 2013-07-08 08:39:08 +02:00
cheddar
b42c5743c9 Merge pull request #177 from nebrera/master
Postgresql adaptation
2013-07-05 16:42:57 -07:00
Jan Rudert
6f06d701d9 Building a correct segment path for HDFS 2013-07-04 16:00:20 +02:00
fjy
fde874ea56 fix according to code review 2013-07-02 16:11:12 -07:00
fjy
9818d28a26 Merge branch 'master' into bug-fix 2013-07-02 15:59:52 -07:00
fjy
5ac2d1db0b Merge branch 'master' of github.com:metamx/druid into batch-zk
Conflicts:
	server/src/main/java/com/metamx/druid/coordination/ZkCoordinator.java
	server/src/main/java/com/metamx/druid/loading/SingleSegmentLoader.java
2013-07-02 15:57:31 -07:00
fjy
7219ed15d3 fix according to code review 2013-07-02 15:56:12 -07:00
cheddar
797a083b69 1) Adjust SingleSegmentLoader to allow for storing segments on multiple different mount points. The specification language is really janky right now, so this is remaining a stealth feature for the time being. 2013-07-01 14:56:57 -07:00
cheddar
e8afeda046 Merge branch 'master' of github.com:metamx/druid 2013-07-01 14:54:32 -07:00
fjy
5a57539736 fix hdfs config 2013-06-28 10:18:10 -07:00
Pablo Nebrera
e9ce6b596c PostgresSQL integration with druid 2013-06-28 12:49:24 +02:00
fjy
2969d9a713 Merge branch 'master' into batch-zk
Conflicts:
	client/src/main/java/com/metamx/druid/QueryableNode.java
2013-06-27 16:46:37 -07:00
fjy
cce62cbd8b The highly important commit of changing a log line 2013-06-26 17:27:04 -07:00
fjy
15a4dae2b1 bunch of issue fixes 2013-06-26 10:45:54 -07:00
cheddar
cd0fa34a73 1) Log exception when there is an error removing a segment 2013-06-25 11:18:04 -07:00
cheddar
149c2e3560 1) A bunch more changes to make things actually run. Not quite done, but close! 2013-06-20 17:19:51 -07:00
fjy
caa68e101a first commit; things working right now 2013-06-19 15:56:45 -07:00
cheddar
11ea15fc1a 1) Introduce Jetty 8
2) Fix up modules based on exceptions at startup for MasterMain
2013-06-17 10:53:50 -07:00
cheddar
06f7e7e665 1) Fix DatabaseSegmentManager so that Unit Test passes 2013-06-10 14:13:28 -07:00
fjy
3312d9b802 fix merging problem with linear shard specs 2013-06-10 14:07:36 -07:00
cheddar
2f56c24259 1) Inject IndexingServiceClient
2) Switch all the DBI references to IDBI
2013-06-07 17:37:33 -07:00
cheddar
06f90bc2e1 Merge branch 'master' of github.com:metamx/druid 2013-06-07 14:15:39 -07:00
cheddar
a949f1672d 1) Fix bug with Master stopping trying to be Master after he losses it once 2013-06-07 14:14:58 -07:00
fjy
37a3994003 add delegating executor service and fix bug with query priortization 2013-06-07 14:08:51 -07:00
cheddar
f68df7ab69 1) Make tests work and continue trying to make the DruidMaster start up with just Guice 2013-06-07 12:01:46 -07:00
fjy
f1dea971f2 Merge pull request #156 from metamx/query-prioritization
Query prioritization
2013-06-06 16:05:47 -07:00
fjy
19c5dacf3a more code review fixes 2013-06-06 15:57:18 -07:00
cheddar
9df458a065 1) Initial commit of conversion to using Guice modules for bootstrapping. Things don't actually completely work yet. 2013-06-06 15:43:15 -07:00
fjy
e20f547261 fix according to code review 2013-06-06 15:37:19 -07:00
cheddar
b8feb98616 1) Make Master honor the druid.monitoring.monitorSystem property to turn off Sigar 2013-06-06 14:55:23 -07:00
fjy
d48b4d8d97 Merge branch 'master' into query-prioritization 2013-06-06 14:19:50 -07:00
fjy
8202bc70eb optimize spatial and update poms everywhere 2013-06-05 15:26:40 -07:00
fjy
61074daa67 fix merge error 2013-06-04 18:56:20 -07:00
fjy
63b379ae90 Merge branch 'master' into refactor-indexing 2013-06-04 17:25:16 -07:00
fjy
06931ee0f5 introduce availability groups 2013-06-04 17:12:19 -07:00
cheddar
1a02637bea 1) add full parameter to master endpoint /info/rules/dataSourceName that returns the fully resolved rules, not just the specified rules 2013-06-04 17:10:25 -07:00
fjy
42cc87a294 Merge branch 'master' into refactor-indexing
Conflicts:
	indexing-service/src/main/java/com/metamx/druid/indexing/common/task/IndexTask.java
	pom.xml
2013-05-31 17:28:59 -07:00
fjy
09f7b181d4 first commit, working UT 2013-05-29 17:04:25 -07:00
xvrl
192b24c355 enable gzip compression for HTTP requests 2013-05-22 23:02:37 -07:00
fjy
47f2d3b0aa fix druidsetup properties path bug 2013-05-22 10:25:11 -07:00
fjy
39f55a010c additional bug fixes for hadoop based spatial indexing 2013-05-21 21:33:06 -07:00
fjy
6e5b893e6d make spatial filters work 2013-05-21 17:10:44 -07:00
fjy
69c7131a7b cleanup interval determination in II 2013-05-20 21:06:32 -07:00
fjy
efc92e7ca6 bug fixes for segment metadata queries and spatial indexing 2013-05-20 20:19:18 -07:00
fjy
1b4a543f25 add default cassandra configs 2013-05-20 13:44:33 -07:00