260 Commits

Author SHA1 Message Date
Eric Tschetter
8aac482618 [maven-release-plugin] prepare release druid-0.3.20 2013-03-13 16:33:10 -05:00
Fangjin Yang
86c7ebe1e2 autoscaling will clear state if a node takes too long to create 2013-03-13 14:28:18 -07:00
Fangjin Yang
ac2d4e52da bug fix for indexer coordinator not alerting when worker provisioning taking too long 2013-03-13 14:09:21 -07:00
Fangjin Yang
a49d0c5e4c [maven-release-plugin] prepare for next development iteration 2013-03-11 17:20:16 -07:00
Fangjin Yang
97f828f6b1 [maven-release-plugin] prepare release druid-0.3.19 2013-03-11 17:20:09 -07:00
Gian Merlino
4643030716 TaskToolbox: Rename getTaskActionClientFactory -> getTaskActionClient 2013-03-07 22:38:28 -08:00
Gian Merlino
08bff3f472 Merger: Fix JacksonConfigManager initialization 2013-03-07 22:06:42 -08:00
Eric Tschetter
b979096d74 1) Building is good 2013-03-07 18:46:51 -06:00
Eric Tschetter
d1ffe93c5a Merge remote branch 'origin/convert_task' into convert_task
Conflicts:
	merger/src/main/java/com/metamx/druid/merger/coordinator/TaskMasterLifecycle.java
2013-03-07 18:12:31 -06:00
Eric Tschetter
f70f71243d 1) Stop polling in ConfigManager when stop is called
2) Remove WorkSetupManager in favor of just using ConfigManager
2013-03-07 17:45:57 -06:00
Eric Tschetter
1c3ef48f34 1) Adjust the Config stuff that WorkerSetupManager was using to be reusable
2) Use new ConfigManager to pull out a whitelist for the Master
2013-03-07 17:45:57 -06:00
Eric Tschetter
6864007c05 1) Remove Task parameter from other methods off of TaskToolbox that required it
2) Move getTaskDir() off of TaskConfig and onto TaskToolbox
3) Rename SegmentKiller interface to DataSegmentKiller
4) Change signature of "DataSegmentKiller.kill(Collection<DataSegment>) throws ServiceException" to just kill(DataSegment) throws SegmentLoadingException
5) Add various log messages
6) Update the version of the segment that has been converted
2013-03-07 17:44:06 -06:00
Eric Tschetter
c9b411c0ca 1) Remove the need for TaskActions to require a Task as a constructor parameter 2013-03-07 17:44:05 -06:00
Eric Tschetter
a11a34f87e 1) Initial commit: Converter Task 2013-03-07 17:44:05 -06:00
Eric Tschetter
ef4ccce30c 1) Stop polling in ConfigManager when stop is called
2) Remove WorkSetupManager in favor of just using ConfigManager
2013-03-07 17:43:37 -06:00
Eric Tschetter
9ffccb6803 1) Adjust the Config stuff that WorkerSetupManager was using to be reusable
2) Use new ConfigManager to pull out a whitelist for the Master
2013-03-07 12:59:59 -06:00
Fangjin Yang
1b9bbb2f2a remove test code 2013-03-06 11:20:27 -08:00
Fangjin Yang
9d9efadf72 working indexer console 2013-03-06 10:38:40 -08:00
Eric Tschetter
6e95dd49b3 1) Remove Task parameter from other methods off of TaskToolbox that required it
2) Move getTaskDir() off of TaskConfig and onto TaskToolbox
3) Rename SegmentKiller interface to DataSegmentKiller
4) Change signature of "DataSegmentKiller.kill(Collection<DataSegment>) throws ServiceException" to just kill(DataSegment) throws SegmentLoadingException
5) Add various log messages
6) Update the version of the segment that has been converted
2013-03-05 13:30:50 -06:00
Fangjin Yang
b410f5e805 [maven-release-plugin] prepare for next development iteration 2013-03-05 13:30:49 -06:00
Fangjin Yang
c0ab1a503d [maven-release-plugin] prepare release druid-0.3.18 2013-03-05 13:30:49 -06:00
Fangjin Yang
e51a01f85f fix broken UT 2013-03-05 13:30:49 -06:00
Fangjin Yang
665f1909c6 fixing a bug with indexing service not correctly killing worker nodes 2013-03-05 13:30:49 -06:00
Fangjin Yang
75cefa05b5 [maven-release-plugin] prepare for next development iteration 2013-03-05 13:30:49 -06:00
Fangjin Yang
90637ab7b7 [maven-release-plugin] prepare release druid-0.3.16 2013-03-05 13:30:49 -06:00
Fangjin Yang
848d49ca87 fix bugs in balancing logic and removing auto-scaled node 2013-03-05 13:30:49 -06:00
Eric Tschetter
a9f7094ef3 1) Remove the need for TaskActions to require a Task as a constructor parameter 2013-03-04 18:10:32 -06:00
Fangjin Yang
10ec2288ee Merge branch 'master' into indexing_console 2013-03-04 15:23:34 -08:00
Fangjin Yang
552b365194 [maven-release-plugin] prepare for next development iteration 2013-03-04 15:11:37 -08:00
Fangjin Yang
fdb3911794 [maven-release-plugin] prepare release druid-0.3.18 2013-03-04 15:11:28 -08:00
Fangjin Yang
91f54a72ee fix broken UT 2013-03-04 15:09:55 -08:00
Fangjin Yang
571375a33e fixing a bug with indexing service not correctly killing worker nodes 2013-03-04 14:40:02 -08:00
Fangjin Yang
d18c9f2b0a Merge branch 'master' into indexing_console 2013-03-04 13:43:37 -08:00
Fangjin Yang
6977fe03bd [maven-release-plugin] prepare for next development iteration 2013-03-04 13:08:26 -08:00
Fangjin Yang
d4f4e41320 [maven-release-plugin] prepare release druid-0.3.16 2013-03-04 13:08:09 -08:00
Fangjin Yang
88339fe99b Merge branch 'master' of github.com:metamx/druid 2013-03-04 13:03:27 -08:00
Fangjin Yang
92ab51e70c fix bugs in balancing logic and removing auto-scaled node 2013-03-04 13:03:15 -08:00
Eric Tschetter
d7379db6fe 1) Initial commit: Converter Task 2013-03-04 13:44:42 -06:00
Gian Merlino
4e2107fbee Merger: Rename Task.getFixedInterval -> getImplicitLockInterval. Add more Task docs. 2013-03-04 11:23:36 -08:00
Fangjin Yang
ee38d096c7 [maven-release-plugin] prepare for next development iteration 2013-03-02 09:29:04 -08:00
Fangjin Yang
a90d204ba2 [maven-release-plugin] prepare release druid-0.3.15 2013-03-02 09:28:51 -08:00
Fangjin Yang
aa63e0b25b account for duplicate events 2013-03-02 09:25:44 -08:00
Fangjin Yang
e5cc6d241d cleaning up some code for RTR 2013-03-02 08:58:22 -08:00
Fangjin Yang
879b2475d4 [maven-release-plugin] prepare for next development iteration 2013-03-01 19:53:13 -08:00
Fangjin Yang
e3ba6efb80 [maven-release-plugin] prepare release druid-0.3.14 2013-03-01 19:53:07 -08:00
Fangjin Yang
bb83ddb564 fix bug with worker disappearance 2013-03-01 19:51:33 -08:00
Fangjin Yang
7f6747194d [maven-release-plugin] prepare for next development iteration 2013-03-01 19:45:59 -08:00
Fangjin Yang
06a2a3a793 [maven-release-plugin] prepare release druid-0.3.13 2013-03-01 19:45:50 -08:00
Fangjin Yang
1995039fb9 additional logs 2013-03-01 19:44:14 -08:00
Fangjin Yang
e0700bb161 [maven-release-plugin] prepare for next development iteration 2013-03-01 19:28:34 -08:00