Dhruv Parthasarathy
|
1045aac4b8
|
finished profiling here
|
2013-08-05 13:53:40 -07:00 |
Dhruv Parthasarathy
|
540c4885d7
|
fixes to make profiler work
|
2013-08-05 12:36:43 -07:00 |
Dhruv Parthasarathy
|
1c19fb4a02
|
changed number of replicants
|
2013-08-02 17:41:47 -07:00 |
Dhruv Parthasarathy
|
6f6a335a40
|
adding profiling for 55k servers
|
2013-08-01 23:38:44 -07:00 |
Dhruv Parthasarathy
|
9f17e8fc43
|
all working
|
2013-08-01 21:01:02 -07:00 |
Dhruv Parthasarathy
|
696b04020b
|
wrote regression test
|
2013-08-01 18:28:48 -07:00 |
Dhruv Parthasarathy
|
6f28eac995
|
fixed problem of balancer ignoring home server
|
2013-08-01 17:28:32 -07:00 |
Dhruv Parthasarathy
|
cd3b62e123
|
fix to runtime params
|
2013-08-01 17:01:50 -07:00 |
Dhruv Parthasarathy
|
cf3e6da799
|
fixed git ignore
|
2013-07-31 11:44:37 -07:00 |
Dhruv Parthasarathy
|
4e4d582e07
|
formatted files
|
2013-07-29 18:10:08 -07:00 |
Dhruv Parthasarathy
|
ac0f0afdbf
|
turned Iterable to ArrayList, fixed potential null pointer in reservoir sampling
|
2013-07-29 18:07:49 -07:00 |
Dhruv Parthasarathy
|
ba4a9c28a7
|
removed unecessary line
|
2013-07-26 10:52:50 -07:00 |
Dhruv Parthasarathy
|
1e4f64b119
|
redid testing
|
2013-07-26 10:50:06 -07:00 |
Dhruv Parthasarathy
|
8e4fba431c
|
moved profiler
|
2013-07-25 14:37:03 -07:00 |
Dhruv Parthasarathy
|
34a9525966
|
added tests for random sampler and changed abstract class to interface
|
2013-07-25 14:14:16 -07:00 |
Dhruv Parthasarathy
|
8ee71c8ceb
|
added strategy pattern and RandomBalancerStrategy
|
2013-07-25 00:00:38 -07:00 |
Dhruv Parthasarathy
|
a03dcc6429
|
cleaned up comments
|
2013-07-24 15:34:08 -07:00 |
Dhruv Parthasarathy
|
bcb3e089d8
|
profiler added, commented out initialTotalCost normalization and normalizedInitialCost
|
2013-07-24 14:57:02 -07:00 |
Dhruv Parthasarathy
|
6dc8d09b00
|
partial changes
|
2013-07-23 17:25:36 -07:00 |
cheddar
|
86dd1a499c
|
Merge pull request #194 from metamx/batch-zk
Changed method of publishing segment ownership to ZK to use batching, includes changes to allow for migration
|
2013-07-23 16:36:48 -07:00 |
fjy
|
fa5f46057c
|
fix spacing issue
|
2013-07-23 16:25:07 -07:00 |
fjy
|
e4c2a2c705
|
fix according to comments in code review
|
2013-07-23 16:23:32 -07:00 |
fjy
|
fc65648809
|
fix a bug introduced in postgres support that breaks inserts for mysql
|
2013-07-23 13:21:14 -07:00 |
fjy
|
94afe72133
|
add unit test
|
2013-07-23 12:49:07 -07:00 |
fjy
|
980b09d903
|
fix broken test
|
2013-07-23 10:19:26 -07:00 |
fjy
|
ea7c7d1d66
|
Merge branch 'master' into batch-zk
Conflicts:
client/src/main/java/com/metamx/druid/QueryableNode.java
|
2013-07-23 10:14:26 -07:00 |
fjy
|
ef27810458
|
rename to fix case issue
|
2013-07-22 18:02:10 -07:00 |
fjy
|
3f97ac9253
|
add read to batch zk
|
2013-07-22 18:01:13 -07:00 |
fjy
|
f09a43a8d9
|
Merge pull request #195 from metamx/announcer-cleanup
Cleanup znodes left behind by announcer
|
2013-07-22 17:07:58 -07:00 |
cheddar
|
7504f3ab65
|
1) Adjust the Announcer to cleanup parent nodes that it creates. This stops it from leaving little turdlings lying around on zookeeper as nodes exit
2) Rename *CuratorDataSegmentAnnouncer because neither of them depend directly on Curator.
|
2013-07-22 16:31:01 -07:00 |
fjy
|
b6aeb5b376
|
code review fixes
|
2013-07-22 14:14:21 -07:00 |
fjy
|
f5536ed010
|
compression for batch-zk
|
2013-07-22 14:05:48 -07:00 |
fjy
|
5d96f6dc99
|
Merge branch 'master' of github.com:metamx/druid
|
2013-07-22 10:47:20 -07:00 |
fjy
|
2d0fae2fde
|
add to string to spatial wrapper
|
2013-07-22 10:47:11 -07:00 |
cheddar
|
15f756c3a4
|
Fix upload script to actually upload into the directory
|
2013-07-19 16:57:55 -07:00 |
cheddar
|
1c34e3f364
|
1) Fix class-level javadoc on RabbitMQFirehoseFactory to reflect changes in config
|
2013-07-19 16:47:00 -07:00 |
cheddar
|
5f01c633bd
|
Merge pull request #192 from activitystream/rabbitmq
Adding a RabbitMQFirehoseFactory implementation
|
2013-07-19 16:44:44 -07:00 |
Stefán Freyr Stefánsson
|
ade00e441f
|
Adding minor class-level JavaDoc.
|
2013-07-19 11:24:13 +00:00 |
Stefán Freyr Stefánsson
|
af97b44a6f
|
merging pull request from cheddar - jacksonifying the RabbitMQ connection and config.
|
2013-07-19 11:16:50 +00:00 |
fjy
|
1b56fa5416
|
[maven-release-plugin] prepare for next development iteration
|
2013-07-18 15:37:54 -07:00 |
fjy
|
0c11602623
|
[maven-release-plugin] prepare release druid-0.5.18
|
2013-07-18 15:37:16 -07:00 |
fjy
|
816f673a47
|
[maven-release-plugin] prepare for next development iteration
|
2013-07-18 15:14:47 -07:00 |
fjy
|
bcb1b99410
|
[maven-release-plugin] prepare release druid-0.5.17
|
2013-07-18 15:14:32 -07:00 |
fjy
|
357d77aca2
|
[maven-release-plugin] prepare for next development iteration
|
2013-07-18 14:53:56 -07:00 |
fjy
|
b5b6cd6594
|
[maven-release-plugin] prepare release druid-0.5.16
|
2013-07-18 14:53:46 -07:00 |
fjy
|
08f56feee3
|
[maven-release-plugin] prepare for next development iteration
|
2013-07-18 14:48:53 -07:00 |
fjy
|
74b4c577f0
|
[maven-release-plugin] prepare release druid-0.5.15
|
2013-07-18 14:48:42 -07:00 |
fjy
|
5b55db6a42
|
[maven-release-plugin] prepare for next development iteration
|
2013-07-18 14:28:54 -07:00 |
fjy
|
3792a54869
|
[maven-release-plugin] prepare release druid-0.5.14
|
2013-07-18 14:28:46 -07:00 |
fjy
|
2f63140f2f
|
[maven-release-plugin] prepare for next development iteration
|
2013-07-18 14:17:16 -07:00 |