Nelson Ray
a28de5fa88
fix per tier metrics emission for new balancer
2013-03-25 10:32:02 -07:00
Gian Merlino
d366eec291
Merge branch 'master' into stop_task
2013-03-24 18:24:02 -07:00
Gian Merlino
3266139774
RealtimePlumberSchool: Fix wait-for-handoff in finishJob
2013-03-24 18:23:17 -07:00
Gian Merlino
dcd10e69c7
WorkerTaskMonitor: Fix isTaskRunning check
2013-03-24 18:19:32 -07:00
xvrl
c420fe3b56
fix output timestamps in groupby queries with granularity "all".
2013-03-23 23:42:43 -07:00
xvrl
3687cba18e
close resources as we iterate over them
2013-03-22 17:42:10 -07:00
Fangjin Yang
e72695111c
Merge branch 'master' of github.com:metamx/druid
2013-03-22 17:07:05 -07:00
Fangjin Yang
5eaaabce7f
fix for concurrent modifications in druid server
2013-03-22 17:05:39 -07:00
Fangjin Yang
e4c8122f9c
Merge branch 'master' of github.com:metamx/druid into stop_task
2013-03-22 12:53:51 -07:00
Eric Tschetter
35cfd1f186
[maven-release-plugin] prepare for next development iteration
2013-03-21 13:14:20 -05:00
Eric Tschetter
3860710f11
[maven-release-plugin] prepare release druid-0.3.26
2013-03-21 13:14:14 -05:00
cheddar
f00c2d07d3
Merge pull request #108 from metamx/fix-cursor-gran
...
fix cursor overshooting granularity boundaries for filtered queries
2013-03-21 11:11:43 -07:00
xvrl
16e4cd4291
fix cursor overshooting granularity boundaries in IncrementalIndexStorageAdapter as well
2013-03-21 10:38:39 -07:00
xvrl
c0397aa67c
add test case for granularities not aligned with segment boundaries
2013-03-21 10:38:06 -07:00
xvrl
d722c99530
fix cursor overshooting granularity boundaries, due to incorrect gran.next() usage
2013-03-20 23:36:52 -07:00
xvrl
57f8810721
properly close rowiterators
2013-03-20 14:07:06 -07:00
xvrl
0b04114c12
more squigglies
2013-03-20 12:17:20 -07:00
xvrl
8eec41f934
squigglies ftw
2013-03-20 11:42:17 -07:00
Fangjin Yang
654a43a0f3
Merge branch 'master' into stop_task
2013-03-20 10:51:47 -07:00
Fangjin Yang
a1dcdab54d
clean up shutdown
2013-03-20 10:51:16 -07:00
Eric Tschetter
cc08d6029f
1) getDimensionCardinality() on QueryIndexStorageAdapter wasn't case insensitive.
2013-03-20 12:03:07 -05:00
Gian Merlino
dc615ab795
RealtimePlumberSchool: Faster graceful shutdown
2013-03-19 18:29:00 -07:00
Gian Merlino
017278a5d5
IndexerCoordinatorResource: Un-break null returns
2013-03-19 18:18:33 -07:00
Gian Merlino
ce1ef94061
GracefulShutdownFirehose: MutableBoolean -> AtomicBoolean
2013-03-19 18:18:32 -07:00
Fangjin Yang
424e899760
more logs
2013-03-19 18:18:20 -07:00
Fangjin Yang
9cdfea31b2
fix shutdown problem
2013-03-19 18:05:27 -07:00
Gian Merlino
dfe91d3bf9
RealtimeIndexTask: Close firehose after finishing plumbing job
2013-03-19 18:02:23 -07:00
Gian Merlino
ed56bc52e9
RealtimeIndexTask: Better handle early shutdowns
2013-03-19 17:56:28 -07:00
Gian Merlino
76f4d12059
ForkingTaskRunner: Totally ridiculous graceful shutdown mechanism
2013-03-19 17:56:22 -07:00
Fangjin Yang
c05629e6a4
more logging
2013-03-19 17:08:48 -07:00
Gian Merlino
6324225a4f
ExecutorMain: Shut down when our parent disappears
2013-03-19 16:32:01 -07:00
Gian Merlino
243e70a3c0
TaskConsumer: Less complainy when interrupted
2013-03-19 16:31:37 -07:00
xvrl
c68bd66945
add close method to aggregators
2013-03-19 16:03:48 -07:00
Fangjin Yang
e5f46f2a66
fix more startup problems
2013-03-19 12:45:35 -07:00
Fangjin Yang
69a0e0e1a7
fix nodes not able to start
2013-03-19 12:35:02 -07:00
Fangjin Yang
d53822130b
Merge branch 'forking-task-runner' into stop_task
...
Conflicts:
merger/src/main/java/com/metamx/druid/merger/common/task/AbstractTask.java
merger/src/main/java/com/metamx/druid/merger/common/task/Task.java
merger/src/main/java/com/metamx/druid/merger/coordinator/http/IndexerCoordinatorResource.java
2013-03-19 12:23:20 -07:00
Fangjin Yang
30fdb2956d
intiial commit for stop task
2013-03-19 11:30:33 -07:00
Gian Merlino
ec566ee37a
Ability to run tasks in separate JVMs, and cancel tasks.
...
- ForkingTaskRunner spawns new JVMs for each task
- Added ExecutorMain, ExecutorNode to be the spawned JVM
- LocalTaskRunner renamed ExecutorServiceTaskRunner
- Add shutdown method to Task and TaskRunner
2013-03-19 11:01:03 -07:00
Gian Merlino
d1eb61d451
TaskAction:
...
- Add isAudited
- Generally straighten out Jackson annotations
2013-03-19 11:00:39 -07:00
Gian Merlino
922ed66a91
Task: Fix comments in preamble
2013-03-19 11:00:39 -07:00
Gian Merlino
b5e7bff927
TaskMasterLifecycle: Less noisy exit when interrupted
2013-03-19 11:00:38 -07:00
Gian Merlino
5f513be363
Merger: Replace TaskCallback with ListenableFuture<TaskStatus>
2013-03-19 11:00:38 -07:00
Gian Merlino
5c3db75a01
IndexGeneratorTask: Fix serialization
2013-03-19 11:00:38 -07:00
Gian Merlino
d163f07ae0
Task: preflight takes TaskActionClient instead of TaskToolbox
2013-03-19 11:00:36 -07:00
Eric Tschetter
f47319f118
[maven-release-plugin] prepare for next development iteration
2013-03-18 17:09:01 -05:00
Eric Tschetter
1066144b43
[maven-release-plugin] prepare release druid-0.3.25
2013-03-18 17:08:56 -05:00
Eric Tschetter
71aa8b8077
1) It's great when log lines don't generate exceptions
2013-03-18 17:06:51 -05:00
Eric Tschetter
57f52f71fc
1) Try checking for parent dirs first and creating if they aren't there when moving files from the legacy directory to the new one.
2013-03-18 17:04:11 -05:00
Eric Tschetter
cba404a65d
[maven-release-plugin] prepare for next development iteration
2013-03-18 13:02:40 -05:00
Eric Tschetter
29a0a7e6c6
[maven-release-plugin] prepare release druid-0.3.24
2013-03-18 13:02:33 -05:00