Commit Graph

4945 Commits

Author SHA1 Message Date
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
Xavier Léauté c0de179aa0 ensure MySQL database defaults to UTF-8 on startup 2015-01-15 15:30:16 -08:00
fjy ccddbf8747 minor rename of things in hadoop ingestion config to match 0.6.x 2015-01-15 14:04:55 -08:00
Fangjin Yang 5bfcc43377 Merge pull request #1008 from metamx/stringConversionJavaUtilUpdate
Update all String conversions to and from byte[] to use the java-util StringUtils functions
2015-01-15 13:50:27 -08:00
Fangjin Yang ee28e990ce Merge pull request #1030 from mrijke/docfix-taskexample
Fix some of the Task json examples to have the correct description
2015-01-15 11:18:30 -08:00
nishantmonu51 c7452b75f6 Merge branch 'master' into ingestmetadata-query 2015-01-15 18:00:31 +05:30
Maarten Rijke 58b334c8e6 Fix some of the Task json examples to have the correct description 2015-01-15 09:41:23 +01:00
Xavier Léauté 6f1537d153 Merge pull request #1025 from druid-io/rt-retry
Add retry capabilities for realtime logic
2015-01-13 14:28:36 -08:00
fjy 021a7de759 Add retry capabilities for realtime logic 2015-01-13 14:30:49 -08:00
Xavier Léauté 705e5ab0b1 Merge pull request #1021 from druid-io/log-mpp
Add more metrics and logs for when ingestion may be throttled
2015-01-09 14:37:30 -08:00
Fangjin Yang f811c8d1ad Merge pull request #1018 from metamx/faster-builds
new faster container builds in Travis-CI
2015-01-09 14:36:14 -08:00
fjy 84cc32ba32 Add more logging for when ingestion may be throttled 2015-01-08 14:51:46 -08:00
fjy a02ef1dbf1 update batch ingest docs 2015-01-08 14:38:10 -08:00
xvrl a8f8c268d2 Merge pull request #1019 from metamx/fixZkInjection
Fix indexing service using incorrect announcement path in ZK + cleanup config.
2015-01-08 11:36:21 -08:00
Charles Allen 67757b6aea Change IndexerZkConfig to use @JacksonInject instead of just straight @Inject
* Updated IndexerZkConfig to use no setters, and take all arguments from constructor instead
* Also added more unit tests
2015-01-08 11:11:17 -08:00
Xavier Léauté d5f4182de4 global test timeouts + fix test race condition 2015-01-07 23:36:57 -08:00
Xavier Léauté 9acc8c72ee new faster container builds in Travis-CI 2015-01-07 15:07:14 -08:00
xvrl 8ea237d6a1 Merge pull request #1017 from druid-io/integrationtest
Integration tests
2015-01-07 14:28:18 -08:00
nishantmonu51 f69e0591b0 working integration tests 2015-01-07 14:23:38 -08:00
xvrl 5e7f68058d Merge pull request #1013 from metamx/backgroundTimeout
Change background caching to trigger cache population on Futures end.
2015-01-07 13:38:00 -08:00
Charles Allen c1295202ff Allow background caching run after the futures are finished 2015-01-07 13:23:34 -08:00
Fangjin Yang f6893cc2f3 Merge pull request #1015 from gianm/mpp-docs
Improve maxPendingPersists docs.
2015-01-07 09:59:52 -08:00
Gian Merlino dde21a16e1 Improve maxPendingPersists docs. 2015-01-07 09:55:33 -08:00
Fangjin Yang 5e4aa760fe Merge pull request #1009 from metamx/missingPluginVersions
Add some missing versions for maven plugins
2015-01-05 14:44:20 -08:00
Fangjin Yang dec424b4af Merge pull request #1010 from metamx/fixTestsModuleMissing
Added a few places where tests were using Object instead of Module
2015-01-05 14:04:10 -08:00
Charles Allen f6fbb733b8 Added a few places where tests were using Object instead of Module 2015-01-05 13:47:25 -08:00
Charles Allen c20142f2a9 Add some missing versions for maven plugins 2015-01-05 13:27:29 -08:00
Fangjin Yang 852e863425 Merge pull request #981 from druid-io/strictModuleTyping
Use Module instead of generic Object in Guice related items
2015-01-05 12:43:20 -08:00
Fangjin Yang ab0ddc0d7c Merge pull request #998 from drcrallen/zkConfigJackson
Change zk configs to use Jackson injection instead of Skife
2015-01-05 12:42:40 -08:00