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 |
Fangjin Yang
|
c0469c99d6
|
Merge pull request #1007 from metamx/fix-hadoop-index-bitmap-property
workaround to pass down bitmap type to hadoop map-reduce tasks
|
2015-01-02 17:53:12 -08:00 |
Xavier Léauté
|
f1375b0bfb
|
workaround to pass down bitmap type to map-reduce tasks
|
2015-01-02 17:29:00 -08:00 |
xvrl
|
f17c59e21b
|
Merge pull request #1004 from drcrallen/cachingMemoryHelpers
Add memory hinting and concurrency helpers in CachingClusteredClient
|
2015-01-02 16:40:00 -08:00 |
Charles Allen
|
81fdc791e0
|
Add memory hinting and concurrency helpers in CachingClusteredClient
|
2015-01-02 15:54:26 -08:00 |
Fangjin Yang
|
2aa9e1bf3f
|
Merge pull request #1006 from metamx/fix-lzf-exceeding-chunksize
Tests for larger compression chunks + throw errors on decompression
|
2015-01-02 14:45:41 -08:00 |
Xavier Léauté
|
3fc6cf918d
|
add test for large chunks
|
2015-01-02 14:31:22 -08:00 |
Xavier Léauté
|
f2f9cbeca8
|
throw error rather than returning garbage results
|
2015-01-02 14:29:21 -08:00 |
Fangjin Yang
|
aca381ba6a
|
Merge pull request #1002 from metamx/fix-lzf-exceeding-chunksize
fix LZF compression with buffers exceeding LZF chunk size
|
2015-01-02 14:27:23 -08:00 |
Xavier Léauté
|
071943a367
|
fix LZF compression with buffers exceeding LZF chunk size
|
2015-01-02 11:39:50 -08:00 |
Fangjin Yang
|
d25c677bdd
|
Merge pull request #993 from metamx/fix-bitmap-factory-serde
fix bitmap factory serde
|
2014-12-30 17:25:49 -08:00 |
Fangjin Yang
|
2e63bcd020
|
Merge pull request #994 from metamx/fix-test-timeout
fix test timeout
|
2014-12-30 17:17:44 -08:00 |
Fangjin Yang
|
1fda1c19a1
|
Merge pull request #978 from flowbehappy/issue-977
fix issue #977
|
2014-12-29 15:24:39 -08:00 |
Charles Allen
|
65286a24e0
|
Change zk configs to use Jackson injection instead of Skife
* Also added generic config testing class JsonConfigTesterBase
|
2014-12-29 10:36:12 -08:00 |
Xavier Léauté
|
574ab3017c
|
fix test timeout
|
2014-12-23 16:25:38 -08:00 |
Xavier Léauté
|
f2439899e7
|
fix bitmap factory serde
|
2014-12-23 15:07:32 -08:00 |
Fangjin Yang
|
7a9bf85230
|
Merge pull request #991 from metamx/update-pom-repository
update pom to point to druid-io/druid
|
2014-12-23 14:29:58 -08:00 |
Fangjin Yang
|
85787270a3
|
Merge pull request #992 from metamx/update-doc-links
update docs to point to druid-io/druid
|
2014-12-23 14:29:41 -08:00 |
Xavier Léauté
|
47fa1b3d10
|
update docs to point to druid-io/druid
|
2014-12-23 11:26:52 -08:00 |
Xavier Léauté
|
bfb9e1a093
|
update pom to point to druid-io/druid
|
2014-12-23 11:17:20 -08:00 |
Fangjin Yang
|
bf4b52384c
|
Merge pull request #988 from drcrallen/queryErrorFixer
Fix NPE in QueryResource on bad query
|
2014-12-22 23:16:59 -08:00 |
Charles Allen
|
458236c8fd
|
Add simple unit tests for QueryResource
|
2014-12-22 21:53:58 -08:00 |
Charles Allen
|
4338af0e3f
|
Fix NPE in QueryResource on bad query
|
2014-12-22 12:59:47 -08:00 |
xvrl
|
2c533547c3
|
Merge pull request #987 from gianm/gzip-filter-taming
Disable checkGzExists in the default GzipFilter.
|
2014-12-22 10:43:14 -08:00 |
Gian Merlino
|
badc09e85c
|
Disable checkGzExists in the default GzipFilter.
It is unhelpful because we don't actually have any precomputed .gz resources,
and checking for them inside jars is expensive.
|
2014-12-22 12:45:48 -05:00 |
xvrl
|
6ebf0bd62a
|
Merge pull request #986 from metamx/test-timeouts
Set global timeout on tests to avoid false-negatives on slower hardware
|
2014-12-19 17:27:07 -08:00 |
Xavier Léauté
|
27a3169312
|
increase test timeouts
|
2014-12-19 17:09:43 -08:00 |
xvrl
|
500c809bbe
|
Merge pull request #983 from druid-io/CompressionStrategyTestConcurencyExpansion
Lengthen CompressionStrategyTest::testKnownSizeConcurrency() timeout
|
2014-12-19 17:01:46 -08:00 |