Xavier Léauté
05b2bf3fdd
Merge pull request #1067 from druid-io/fix-worker-select
...
Make dynamic worker selection actually work as intended
2015-01-27 14:54:16 -08:00
Xavier Léauté
2c2771b90e
Make dynamic worker selection actually work
2015-01-27 14:17:42 -08:00
Fangjin Yang
b78ef22829
Merge pull request #1063 from metamx/fix-dimension-exclusion
...
fix dimension exclusion
2015-01-28 06:10:41 +08:00
Fangjin Yang
2d96b62e6c
Merge pull request #1066 from metamx/fix-background-caching-ordering
...
fix background caching not preserving result order
2015-01-28 06:09:17 +08:00
Xavier Léauté
59c1907322
add test for out-of-order background-caching execution
2015-01-27 13:38:08 -08:00
nishantmonu51
f2d66858c5
add test for IngestSegmentFirehose
...
fix failing integration tests
add test for ingestSegmentFirehose
2015-01-27 23:06:30 +05:30
fjy
cd9ba1f852
fix serde bug
2015-01-27 18:47:36 +08:00
Xavier Léauté
b334d7973d
fix background caching not preserving result order
2015-01-26 09:59:18 -08:00
Xavier Léauté
6993d84f02
Merge pull request #1064 from metamx/groupByHashIndexCoStore
...
Add a hash map for storing groupBy partition index
2015-01-26 09:46:36 -08:00
Charles Allen
226dd91a31
Add a hash map for storing groupBy partition index
...
* Improves groupBy performance by approx 15%
2015-01-26 08:42:02 -08:00
nishantmonu51
0f3eac4705
fix dimension exclusion
2015-01-23 00:31:23 +05:30
fjy
b9337e883a
I'm all about them doc fixes
2015-01-21 22:04:48 -08:00
fjy
f437e16543
moar doc fixes
2015-01-21 21:59:16 -08:00
fjy
e33e45e69e
one more doc fix
2015-01-21 21:52:23 -08:00
fjy
74a4fddcfe
fix task docs
2015-01-21 21:48:48 -08:00
Xavier Léauté
b71fff0db4
Merge pull request #1061 from druid-io/fix-docs
...
Add more docs for production clusters
2015-01-21 14:22:12 -08:00
fjy
7540f2f562
Add more docs for production clusters
2015-01-21 14:21:27 -08:00
Fangjin Yang
7082487075
Merge pull request #1060 from metamx/fix-test-timeout
...
fix BatchServerInventoryViewTest test timeout
2015-01-20 17:43:04 -08:00
Xavier Léauté
26c5c2193f
fix BatchServerInventoryViewTest test timeout
2015-01-20 17:14:57 -08:00
fjy
1f94de22c6
[maven-release-plugin] prepare for next development iteration
2015-01-20 14:23:55 -08:00
fjy
17476edc31
[maven-release-plugin] prepare release druid-0.7.0-rc1
2015-01-20 14:23:51 -08:00
Xavier Léauté
5a2030c49b
Merge pull request #1059 from druid-io/remove-test
...
Remove test rejection policy - it has no place anywhere
2015-01-20 13:39:46 -08:00
Xavier Léauté
a74ced97d9
Merge pull request #1058 from druid-io/equal-dist
...
Add a new equal distribution strategy for assigning tasks
2015-01-20 13:27:32 -08:00
fjy
1ff5829d6d
remove test rejection policy
2015-01-20 13:22:30 -08:00
fjy
2d516fa591
Add a new equal distribution strategy for assigning tasks
2015-01-20 13:12:22 -08:00
Xavier Léauté
c532d07635
Merge pull request #1011 from metamx/log4j2
...
Upgrade to log4j2
2015-01-20 12:51:07 -08:00
Xavier Léauté
f7ed046417
Merge pull request #1057 from druid-io/S3ForwardsCompat
...
Remove parser in the constructor of statics3 firehose as it is no longer...
2015-01-20 12:48:47 -08:00
Nick Tate
dd9b646037
Remove parser in the constructor of statics3 firehose as it is no longer needed with the new ingestion schemas
2015-01-20 12:45:58 -08:00
Charles Allen
3d27747f7e
Upgrade to log4j2
...
Default behavior is as before.
Added documentation for how to enable synchronous logging for select chatty classes:
* io.druid.client.ServerInventoryView
* io.druid.client.BatchServerInventoryView
* io.druid.curator.inventory.CuratorInventoryManager
* com.metamx.http.client.pool.ChannelResourceFactory
2015-01-20 12:35:18 -08:00
Fangjin Yang
91a79dbf95
Merge pull request #1031 from metamx/ingestmetadata-query
...
DataSourceMetadata query
2015-01-19 21:55:35 -08:00
Fangjin Yang
56bad2114a
Merge pull request #1054 from metamx/increase-test-wait-time
...
use waiting multiple when waiting in AnnouncerTest
2015-01-19 11:03:35 -08:00
Fangjin Yang
068518216b
Merge pull request #1048 from metamx/update-tutorial
...
update tutorial to create db utf8 by default
2015-01-19 11:02:17 -08:00
Xavier Léauté
b5f0d119f1
use waiting multiple when waiting in AnnouncerTest
2015-01-19 10:19:13 -08:00
Xavier Léauté
a550dd1f45
Merge pull request #1049 from metamx/SlowIncrementalIndexTest
...
Account for very slow writer threads in IncrementalIndexTest
2015-01-19 10:14:30 -08:00
Xavier Léauté
1fe79135dc
Merge pull request #1050 from druid-io/fix-rt
...
Fix a small bug where an NPE can occur if a closeable is not present
2015-01-19 10:00:56 -08:00
fjy
52f65b1273
Fix a small bug where an NPE can occur if a closeable is not present
2015-01-17 15:23:01 -08:00
Charles Allen
7bb038756c
Account for very slow writer threads in IncrementalIndexTest
2015-01-17 13:02:59 -08:00
Xavier Léauté
2443dda46b
update tutorial to create db utf8 by default
2015-01-16 20:52:40 -08:00
fjy
38c155e143
Merge branch 'master' of https://github.com/druid-io/druid
2015-01-16 13:14:49 -08:00
Fangjin Yang
0ae737f383
Merge pull request #1039 from metamx/enforce-utf-8
...
ensure MySQL database defaults to UTF-8 on startup
2015-01-16 13:10:07 -08:00
Fangjin Yang
b4041c13e5
Merge pull request #1029 from metamx/fixChainedExecutionQueryRunnerTest
...
Address spurious test failures
2015-01-16 13:08:32 -08:00
Xavier Léauté
3b3aad78cb
Merge pull request #1027 from metamx/concurrentOnHeapIncrementalIndexFix
...
Fix concurrency issues in OnheapIncrementalIndex
2015-01-16 12:54:42 -08:00
Fangjin Yang
c68869f765
Merge pull request #1042 from metamx/expand-sharding-info
...
New section to provide detail on how and why to set up sharding
2015-01-16 12:54:04 -08:00
Charles Allen
197af967ef
Fix concurrency issues in OnheapIncrementalIndex
...
* Was encountering weird errors when fast writes were coming in while queries were happening.
* Added unit tests which tend to cause concurrency query problems
2015-01-16 12:01:46 -08:00
nishantmonu51
503631f6ff
review comments.
2015-01-16 20:21:40 +05:30
Igal Levy
e86273a9ae
New section to provide detail on how and why to set up sharding
...
* Different types of sharding strategies
* How and what to configure
* Redundancy and scale-out
2015-01-15 21:19:53 -08:00
Xavier Léauté
6bc6e71b0d
Add messages to catch spurious test failures
2015-01-15 16:49:43 -08:00
Charles Allen
ebafa2a786
Fix spurious test failures in ChainedExecutionQueryRunnerTest
2015-01-15 16:49:16 -08:00
fjy
f7ea308b25
fix minor error output problem
2015-01-15 15:57:45 -08:00
Xavier Léauté
cd9635ff5e
Merge pull request #1034 from druid-io/minor-rename
...
minor rename of things in hadoop ingestion config to match 0.6.x
2015-01-15 15:46:13 -08:00