Charles Allen
cacd8f7a27
Merge pull request #2028 from navis/parse-spec-validator
...
fix for #1939 , Druid ParseSpec validator
2015-12-07 11:53:01 -08:00
Himanshu Gupta
62ba9ade37
unifying license header in all java files
2015-12-05 22:16:23 -06:00
navis.ryu
4a70d8e775
ParseSpecValidator
2015-12-04 11:08:02 +09:00
Fangjin Yang
21c84b5ff7
Merge pull request #1896 from gianm/allocate-segment
...
SegmentAllocateAction (fixes #1515 )
2015-11-18 21:05:46 -08:00
Charles Allen
8fcf2403e3
Merge pull request #1943 from metamx/realtime-caching
...
Enable caching on intermediate realtime persists
2015-11-17 15:06:43 -08:00
Charles Allen
dbe201aeed
Merge pull request #1929 from pjain1/jetty_threads
...
separate ingestion and query thread pool
2015-11-17 12:14:25 -08:00
Parag Jain
6c498b7d4a
separate ingestion and query thread pool
2015-11-17 13:42:41 -06:00
Xavier Léauté
d7eb2f717e
enable query caching on intermediate realtime persists
2015-11-17 10:58:00 -08:00
Gian Merlino
e4e5f0375b
SegmentAllocateAction ( fixes #1515 )
...
This is a feature meant to allow realtime tasks to work without being told upfront
what shardSpec they should use (so we can potentially publish a variable number
of segments per interval).
The idea is that there is a "pendingSegments" table in the metadata store that
tracks allocated segments. Each one has a segment id (the same segment id we know
and love) and is also part of a sequence.
The sequences are an idea from @cheddar that offers a way of doing replication.
If there are N tasks reading exactly the same data with exactly the same logic
(think Kafka tasks reading a fixed range of offsets) then you can place them
in the same sequence, and they will generate the same sequence of segments.
2015-11-11 16:54:35 -08:00
Xavier Léauté
fa6142e217
cleanup and remove unused imports
2015-11-11 12:25:21 -08:00
Xavier Léauté
b519fcf99b
redirect to overlord console by default
2015-11-11 09:55:18 -08:00
Xavier Léauté
a57cbfd2c3
Merge pull request #1387 from metamx/enableShutdownLogging
...
Add special handler to allow logger messages during shutdown
2015-11-09 17:20:09 -08:00
fjy
8f231fd3e3
cleanup druid codebase
2015-11-04 13:59:53 -08:00
Gian Merlino
8defe29270
Merge pull request #1901 from guobingkun/fix_typo_and_rename
...
Fix metadata typo and rename default extension directory
2015-11-03 14:02:11 -08:00
Xavier Léauté
3b3d88bd03
Merge pull request #1857 from noddi/feature/intervals-route
...
Queryable intervals
2015-11-03 13:19:04 -08:00
Bingkun Guo
962f65cc76
fix metadata typo and rename default extension directory
2015-11-03 14:50:42 -06:00
Himanshu Gupta
84f7d8d264
making static final variables in HadoopDruidIndexerConfig upper case
2015-11-02 23:24:26 -06:00
Bingkun Guo
657a5ac346
fix pull-deps remoteRepository option
2015-10-30 11:32:56 -05:00
Bartosz Ługowski
6de51e022d
Coordinator - add intervals route.
2015-10-30 11:51:42 +01:00
Charles Allen
194f632b00
Check for non-daemon threads when CliPeon exits
2015-10-29 11:56:38 -07:00
Charles Allen
7a2ceef690
Add special handler to allow logger messages during shutdown
...
* Adds a special PropertyChecker interface which is ONLY for setting string properties at the very start of psvm
2015-10-27 14:33:36 -07:00
Bingkun Guo
4914925d65
New extension loading mechanism
...
1) Remove maven client from downloading extensions at runtime.
2) Provide a way to load Druid extensions and hadoop dependencies through file system.
3) Refactor pull-deps so that it can download extensions into extension directories.
4) Add documents on how to use this new extension loading mechanism.
5) Change the way how Druid tarball is generated. Now all the extensions + hadoop-client 2.3.0
are packaged within the Druid tarball.
2015-10-21 14:22:36 -05:00
Xavier Léauté
5db4c5a089
move cache bindings into a dedicated module
2015-10-02 00:29:05 -04:00
Gian Merlino
940e1aa3eb
Replace funky imports with standard ones.
...
1) Lots of Guava imports were not coming from the actual Guava
2) junit.framework.Assert should be org.junit.Assert
2015-08-28 18:02:05 -07:00
Xavier Léauté
9a0c15c52c
update airline to 0.7
2015-08-25 16:07:00 -07:00
Xavier Léauté
2093187c91
rework tarball distribution:
...
- move assembly out of druid-services into a 'distribution' module
- create separate 'extensions-distribution' module and assembly to
package extensions and their dependencies into a local maven
repository
- include this extensions maven repository in the binaries tarball
2015-08-18 18:32:33 -07:00
Himanshu Gupta
15fa43dd43
changing DatasourcePathSpec, to get segment list, so that hadoop indexer uses overlord action to get list of segments and passes when running as an overlord task. and, uses metadata store directly when running as standalone hadoop indexer
...
also, serialized list of segments is passed to DatasourcePathSpec so that hadoop classloader issues do not creep up
2015-08-16 14:07:35 -05:00
Charles Allen
db19d2d547
Revert "Update to guice 4.0"
2015-08-14 09:26:07 -07:00
Nishant
08f50fcc37
explicitly call lifecycle stop
2015-08-14 17:35:17 +05:30
Charles Allen
7e61216287
Update to guice 4.0
...
- Mark a lot of `@Provides` methods as final since guice 4.0 disallows overriding them
2015-08-10 13:57:18 -07:00
Charles Allen
9dd18de1a5
Merge pull request #1596 from metamx/console-artifact
...
make console a maven dependency instead of filedump
2015-08-04 15:28:45 -07:00
Xavier Léauté
07ee1acca2
make console a maven dependency instead of filedump
2015-08-04 09:49:34 -07:00
Charles Allen
ba59f8afc4
Merge pull request #1550 from himanshug/optionally_log_all_requests
...
print *all* HTTP requests to log if configured
2015-07-28 11:19:36 -07:00
Himanshu Gupta
90b475975e
Log all the requests to debug level in logger io.druid.jetty.RequestLog
2015-07-28 12:56:04 -05:00
sahner
4801de62a2
make "announce" the chathandler default in realtime node,
...
remove doc references to chathandler type "announce" since it is the default now,
2015-07-27 12:14:28 -05:00
Fangjin Yang
e21195f987
Merge pull request #1469 from guobingkun/table_config
...
Inconsistent property names for "druid.metadata.storage.tables.xxx"
2015-07-17 07:43:19 -07:00
Charles Allen
2b87ad307d
Make CliPeon run shutdown hooks properly
...
* Also make jetty threads daemon
2015-07-14 15:15:26 -07:00
Bingkun Guo
4a0ae7d8d5
Fix inconsistent druid property names for "druid.metadata.storage.tables.xxx" between document and code
2015-06-29 10:12:30 -05:00
Davide Anastasia
4a3a7dd1ad
read hadoop-indexer configuration file from HDFS
2015-06-24 14:08:53 -07:00
Charles Allen
056cab93ed
Add Hadoop Converter Job and task
...
* Fixes https://github.com/druid-io/druid/issues/1363
* Add extra utils in JobHelper based on PR feedback
2015-06-09 14:47:38 -07:00
Himanshu Gupta
aa10626b61
adding druid.db.tables.xxx renames and druid.db.connectory.*validation* from ConvertProperties
2015-05-03 08:41:15 -05:00
Himanshu Gupta
8722f4cc18
UTs for ConvertProperties
2015-05-03 08:40:17 -05:00
Fangjin Yang
40121bc800
Merge pull request #1324 from metamx/fixMasterPropertiesTest
...
Partial revert of 467fcfae03
2015-04-29 22:15:21 -07:00
Charles Allen
de16eb34af
Partial revert of 467fcfae03
2015-04-29 17:20:51 -07:00
Xavier Léauté
bfdb5dcb5d
Merge pull request #1317 from metamx/overlord-endpoints
...
proxy /druid/indexer requests on the coordinator to the indexing overlord
2015-04-29 16:07:42 -07:00
Charles Allen
e055a7e869
Add options to the properties converter to update from 0.6.x to 0.7.x
...
* Removed 0.5 --> 0.6 converter
2015-04-29 15:46:16 -07:00
nishant
6e84caf3d5
Proxy Requests from coordinator to overlord
...
Add unit test and support https scheme
review comments
2015-04-29 20:58:26 +05:30
Himanshu Gupta
b131a4fd3b
adding router numMaxThread configuration for ProxyServlet HttpClient executor
2015-03-23 21:58:01 -05:00
Xavier Léauté
c847b3b861
Merge pull request #1218 from himanshug/task_storage_config_fix
...
add correct guice init of TaskStorageConfig to CliPeon
2015-03-17 13:08:43 -07:00
Himanshu Gupta
4a8f5dfa0f
add correct guice init of TaskStorageConfig to CliPeon
2015-03-17 14:03:54 -05:00
nishantmonu51
3ec4a30ab5
initial commit
...
review comments
more refactoring and cleaning of redundant code
add UT + docs + more refactoring
fixes + review comments
more cleanup
end points to fetch history
review comments
remove unnecessary changes
review comments rename header name
review comments + add test for MetadataRulesManager
review comments docs
2015-03-12 22:50:29 +05:30
Himanshu Gupta
956361dbbd
Refactoring: Moved BaseJettyServerInitializer.java to JettyServerInitUtils.java and changed it from abstract class to a utils class containing static methods
...
And, moved jetty stuff to its own package io.druid.server.initialization.jetty
2015-03-05 19:33:27 -06:00
Himanshu Gupta
a8648d8f3d
feature to add servlet filters in a druid node via extension modules
2015-03-03 22:35:02 -06:00
Xavier Léauté
17743b94f3
Cleanup router servlet + tests for gzip proxying
...
- Uses method overrides instead of modified Jetty code, now that
ProxyServlet provides enough method hooks for proper overrides.
This means we may also benefit from any Jetty ProxyServlet fixes
- Adds test for async proxy servlet to make sure gzip encoding is
properly proxied.
- Router now proxies POST requests for requests that are not Druid
queries, by only treating /druid/v2/* endpoints as queries.
2015-03-02 11:36:15 -08:00
Himanshu Gupta
467fcfae03
UTs for services
2015-02-25 15:45:59 -08:00
Eric Tschetter
42eba986ce
Towards consistent null handling
...
This commit also includes
1) the addition of a context parameter on timeseries queries that allows it to ignore empty buckets instead of generating results for them
2) A cleanup of an unused method on an interface
2015-02-02 12:53:07 -08:00
fjy
d05032b98a
towards a community led druid
2015-01-31 20:57:36 -08:00
Xavier Léauté
2c2771b90e
Make dynamic worker selection actually work
2015-01-27 14:17:42 -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
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
Charles Allen
7c8d4a7433
Use Module instead of generic Object in Guice related items
2014-12-19 10:54:06 -08:00
fjy
c0af7b2a5d
fix broken ut
2014-12-15 18:29:15 -08:00
Charles Allen
d1fcd4e92e
Add log4j in services
2014-12-15 17:39:19 -08:00
fjy
4f0c0c5ae2
i hate guice
2014-12-15 16:04:19 -08:00
fjy
ac407fb6ba
clean up defaults
2014-12-15 15:05:02 -08:00
Charles Allen
a520835972
Merge pull request #957 from metamx/fix-gzip-encoding
...
fix gzip compression
2014-12-15 13:20:36 -08:00
fjy
56dfe5d883
Merge branch 'master' of github.com:metamx/druid
2014-12-15 09:42:08 -08:00
fjy
88858ea1c3
make default handler service announcing
2014-12-15 09:42:03 -08:00
Xavier Léauté
4b5282d224
add loadstatus endpoint for serverView status
2014-12-12 13:18:31 -08:00
Xavier Léauté
0de56efe5c
fix gzip compression
...
- fixes compression not working for POST requests
- router now forwards raw bytes instead of decompressing
- cleanded up router servlet initialization
- add test for gzip on get and post methods
- use Jersey annotation when possible in QueryResource
2014-12-10 17:30:17 -08:00
Xavier Léauté
5f3f4e0a60
prevent /status from redirect, fixes #953
2014-12-10 11:32:22 -08:00
Fangjin Yang
332e4a4d1c
Merge pull request #902 from metamx/cache-config
...
Commonalize the cache config and change default to disable cache
2014-12-04 11:30:24 -07:00
Gian Merlino
d388a8fe89
Replace google-http-client imports with real guava imports.
2014-12-03 10:52:57 -08:00
Xavier Léauté
d23fd1e1ab
make host+port more explicit
...
- document the behavior for node host/port initialization
- throw exception if settings make no sense
- fixes announcement for nodes without host/port defaults
- makes code clearer as to when host vs. host+port are used
2014-11-26 22:03:25 -08:00
Fangjin Yang
3ff569ef2d
Merge pull request #879 from metamx/rtr-with-pref
...
Rewrite autoscaling and enable easier configuration of worker selection and autoscaling behaviour
2014-11-24 17:54:28 -07:00
fjy
083a012aa2
Commonalize the cache config and change default to disable cache
2014-11-24 14:54:11 -08:00
fjy
28c609b187
fix some brokenness
2014-11-24 13:31:56 -08:00
fjy
1aaea9a0d7
address code review
2014-11-24 10:52:30 -08:00
fjy
9da66291e1
change naming to common config
2014-11-21 15:36:42 -08:00
Fangjin Yang
590d31799e
Merge pull request #876 from metamx/remove-backwards-compatible
...
Remove backwards compatible
2014-11-19 14:33:14 -07:00
fjy
64719b15e0
rewrite autoscaling with tests
2014-11-18 15:41:06 -08:00
fjy
c91310914b
fix a few naming things
2014-11-17 16:05:18 -08:00
fjy
32600e10bb
address code review
2014-11-17 15:55:22 -08:00
fjy
1af6b337f2
optionally choose what worker to send tasks to
2014-11-17 14:50:56 -08:00
Xavier Léauté
d914afe1cd
make defaultVersion configurable for non-jar testing
2014-11-17 13:54:32 -08:00
nishantmonu51
0c2d06475d
merge from master
2014-11-17 19:19:18 +05:30
xvrl
10b7ca9fa9
Merge pull request #849 from metamx/default-coordinator-service-name
...
Default service names
2014-11-12 15:06:02 -08:00
Xavier Léauté
3a9def7fb1
add broker default and define constants
2014-11-12 14:53:53 -08:00
Xavier Léauté
59f093882d
fix Derby instantiation
2014-11-10 16:55:53 -08:00
fjy
98d05e63bf
make derby instance only on coordinator
2014-11-10 15:34:49 -08:00
Xavier Léauté
f956fdad2e
fix injection once more
2014-11-07 14:26:03 -08:00
Xavier Léauté
0498df25df
override metadata storage injection in CliHadoopIndexer
2014-11-07 13:44:56 -08:00
Xavier Léauté
70f49538dd
i swear injection is fixed now
2014-11-07 12:04:09 -08:00
Xavier Léauté
aeb194ad12
fix injection for real
2014-11-07 11:43:53 -08:00
Fangjin Yang
2336e6c167
Merge pull request #758 from metamx/jisoo-metadata
...
make metadata storage pluggable
2014-11-07 11:30:11 -07:00
Xavier Léauté
d8bab70647
provide proper defaults for indexing service name
2014-11-06 18:16:01 -08:00
Xavier Léauté
4b6438537e
fix missing service name/port bindings for peons
2014-11-06 11:57:08 -08:00
Xavier Léauté
3676ec2d89
fix missing service name/port bindings for peons
2014-11-03 21:11:49 -08:00
Xavier Léauté
f56d026d7d
fix realtime module + cleaner metadata abstraction
...
- better metadata abstractions
- more db->metadata renaming
2014-11-03 16:40:23 -08:00
Xavier Léauté
9c06db021f
rename db->metadata postgres->postgresql
2014-10-31 10:30:27 -07:00
Xavier Léauté
df0af894f4
fix factory binding + remove unused imports
2014-10-30 22:35:37 -07:00
Xavier Léauté
fb4d41cedb
make the injection gods happy
2014-10-30 21:16:36 -07:00
Xavier Léauté
377151beda
better abstraction for metadatastorage
2014-10-30 18:23:35 -07:00
Xavier Léauté
b7edda2b33
add back code that got lost in translation
2014-10-29 12:54:04 -07:00
jisookim0513
aa754b86e8
build success!
2014-10-24 11:28:42 -07:00
fjy
41ebdd2bae
Merge branch 'druid-0.7.x' into fix-test
...
Conflicts:
processing/pom.xml
processing/src/main/java/io/druid/segment/IndexMerger.java
processing/src/main/java/io/druid/segment/MetricHolder.java
processing/src/main/java/io/druid/segment/data/CompressedObjectStrategy.java
processing/src/test/java/io/druid/query/groupby/GroupByQueryRunnerTest.java
processing/src/test/java/io/druid/segment/SchemalessTestFull.java
server/src/test/java/io/druid/client/CachingClusteredClientTest.java
services/src/main/java/io/druid/cli/CliHistorical.java
2014-10-24 11:07:52 -07:00
fjy
bef74104d9
merge with 0.7.x and resolve any conflicts
2014-10-23 17:24:06 -07:00
jisookim0513
37979282fe
enabled ansi-quote in mysql; insert statement should now work
2014-10-21 00:09:19 -07:00
jisookim0513
7d5c5f2083
fixed createTable; fixed miscellaneous stuff; added DerbyMetadataRuleManagerProvider
2014-10-17 00:10:36 -07:00
nishantmonu51
035b4c1af4
more cleanup
2014-10-14 00:57:15 +05:30
nishantmonu51
454acd3f5a
remove backwards compatible code
...
1) remove backwards compatible and deprecated code
2) make hashed partitions spec default
2014-10-13 19:30:44 +05:30
jisookim0513
66277ddf2b
deleted dbSegmentPublisher
2014-10-10 12:41:35 -07:00
fjy
d4217f1588
Merge pull request #777 from metamx/initialized-endpoint
...
Historical endpoints accessible while loading + new loadstatus endpoint
2014-10-06 17:35:58 -06:00
Xavier Léauté
81641d7887
http accessible while loading + status endpoint
2014-10-06 13:32:27 -07:00
fjy
c7b4d5b7b4
Merge branch 'master' into druid-0.7.x
...
Conflicts:
processing/src/test/java/io/druid/segment/filter/SpatialFilterTest.java
2014-10-02 18:12:10 -07:00
jisookim0513
0e50852985
fixed MetadataTaskStorage and handler
2014-09-30 14:09:23 -07:00
fjy
4a09678739
make the selection strategy in rtr extendable
2014-09-29 14:24:02 -07:00
jisookim0513
74565c9371
cleaned up the code
2014-09-27 13:10:01 -07:00
jisookim0513
6a641621b2
finished merging into druid-0.7.x; derby not working (to be fixed)
2014-09-26 14:24:53 -07:00
jisookim0513
43cc6283d3
trying to revert files that have overwritten changes
2014-09-26 12:38:04 -07:00
fjy
4244accab5
Merge branch 'druid-0.7.x' of github.com:metamx/druid into druid-0.7.x
2014-09-26 11:39:50 -07:00
fjy
eaf0a48b92
Merge branch 'master' into druid-0.7.x
...
Conflicts:
cassandra-storage/pom.xml
common/pom.xml
examples/pom.xml
hdfs-storage/pom.xml
histogram/pom.xml
indexing-hadoop/pom.xml
indexing-service/pom.xml
kafka-eight/pom.xml
kafka-seven/pom.xml
pom.xml
processing/pom.xml
processing/src/main/java/io/druid/guice/PropertiesModule.java
rabbitmq/pom.xml
s3-extensions/pom.xml
server/pom.xml
services/pom.xml
2014-09-26 11:39:24 -07:00
jisookim0513
3bf39cc9f8
attempted to fix merge-conflicts
2014-09-24 15:55:42 -07:00
jisookim0513
273205f217
initial attempt for abstraction; druid cluster works with Derby as a default
2014-09-19 17:39:59 -07:00
Xavier Léauté
f1e3518f37
initialize segment view before announcing broker
2014-09-16 00:07:31 -07:00
Xavier Léauté
0209b7e440
fix bridge port
2014-09-15 15:57:08 -07:00
fjy
469ccbbe5e
Merge branch 'master' into druid-0.7.x
...
Conflicts:
cassandra-storage/pom.xml
common/pom.xml
examples/pom.xml
hdfs-storage/pom.xml
histogram/pom.xml
indexing-hadoop/pom.xml
indexing-service/pom.xml
kafka-eight/pom.xml
kafka-seven/pom.xml
pom.xml
processing/pom.xml
processing/src/main/java/io/druid/query/FinalizeResultsQueryRunner.java
processing/src/main/java/io/druid/query/UnionQueryRunner.java
processing/src/main/java/io/druid/query/groupby/GroupByQueryRunnerFactory.java
processing/src/main/java/io/druid/query/topn/TopNQueryEngine.java
processing/src/main/java/io/druid/query/topn/TopNQueryRunnerFactory.java
rabbitmq/pom.xml
s3-extensions/pom.xml
server/pom.xml
server/src/test/java/io/druid/server/initialization/JettyTest.java
services/pom.xml
2014-09-11 16:20:50 -07:00
Xavier Léauté
508e982190
Merge remote-tracking branch 'origin/master' into druid-0.7.x
...
Conflicts:
cassandra-storage/pom.xml
common/pom.xml
examples/config/historical/runtime.properties
examples/config/overlord/runtime.properties
examples/config/realtime/runtime.properties
examples/pom.xml
hdfs-storage/pom.xml
histogram/pom.xml
indexing-hadoop/pom.xml
indexing-service/pom.xml
kafka-eight/pom.xml
kafka-seven/pom.xml
pom.xml
processing/pom.xml
rabbitmq/pom.xml
s3-extensions/pom.xml
server/pom.xml
server/src/main/java/io/druid/server/ClientQuerySegmentWalker.java
services/pom.xml
2014-08-30 22:42:36 -07:00
Xavier Léauté
58ab759fc6
remove unused imports
2014-08-29 14:03:47 -07:00
Gian Merlino
5888275206
Repeat less repeatedly.
2014-08-26 13:39:09 -07:00
Gian Merlino
890ba5a4ca
Better usage messages for CliHadoopIndexer.
2014-08-26 13:29:11 -07:00
Gian Merlino
953c855410
CliHadoopIndexer: Modify maven arguments to be consistent with pull-deps.
2014-08-26 12:04:59 -07:00
Xavier Léauté
1fd30ab588
default service/host/port for all nodes
2014-08-15 17:14:05 -07:00
Xavier Léauté
17a3e65dc4
add missing tables
2014-08-15 12:50:30 -07:00
Xavier Léauté
6f0e768d82
add tools comand to create metadata storage tables
2014-08-14 17:13:55 -07:00
fjy
b740987381
Merge pull request #616 from metamx/jisoo
...
add retry feature on broker side; modify QueryRunner inferface and tests
2014-08-11 15:36:16 -06:00
fjy
d082718ed2
fix assembly file
2014-08-11 14:28:44 -07:00
fjy
08c7aabb34
fix deadlock condition that can exist in the coordinator
2014-08-07 15:55:25 -07:00
jisookim0513
6f58cd1156
fix merge conflcts; change test files
2014-08-04 17:45:56 -07:00
fjy
7803ca07e7
fix broken chat handler
2014-07-29 17:58:21 -07:00
fjy
89149b5fcb
prepare for next release
2014-07-29 17:38:19 -07:00
Xavier Léauté
05a09d2550
allow overriding coordinator static resource
2014-07-29 15:13:57 -07:00
fjy
2ad1bd3f44
add back metrics
2014-07-29 10:22:55 -07:00
fjy
088c2386dc
rewrite router async logic
2014-07-28 16:32:15 -07:00
Xavier Léauté
2d4f1889e8
completely async request proxying + jetty update
2014-07-25 16:22:43 -07:00
fjy
bb5c5b3ce7
fix config with broker select and add docs
2014-07-25 10:50:41 -07:00
fjy
fec788f33f
Merge branch 'master' into smarter-router
...
Conflicts:
services/src/main/java/io/druid/cli/RouterJettyServerInitializer.java
2014-07-22 17:06:45 -07:00
Xavier Léauté
e76561e400
use async gzip filter for async servlet
2014-07-22 16:55:43 -07:00
Xavier Léauté
00f086665c
default async timeout to server idle timeout
2014-07-22 16:55:21 -07:00
Xavier Léauté
f847a46ccf
fix typo
2014-07-22 15:53:50 -07:00
fjy
8f2fc595ee
allow router to override selection based on config
2014-07-22 10:12:02 -07:00
fjy
bf71d079f3
fix #636
2014-07-16 15:20:20 -07:00
fjy
534acc9eab
fix mm
2014-07-15 22:50:38 -07:00
fjy
935b642b2c
fix overlord binding problems
2014-07-15 16:13:11 -07:00
jisookim0513
c4397bd65a
fixed merge conflicts
2014-07-07 11:26:11 -07:00
fjy
4c40e71e54
address cr
2014-06-19 14:48:46 -07:00
fjy
a870fe5cbe
inject column config
2014-06-19 14:47:57 -07:00
jisookim0513
00856f0fec
add retry feature on broker side; modify QueryRunner inferface and tests
2014-06-18 16:55:33 -07:00
fjy
0bc1915067
Merge pull request #578 from metamx/new-guava
...
Update guava, java-util, and druid-api
2014-06-18 14:23:32 -06:00
fjy
5227b43050
fix more test breakage
2014-06-17 10:35:01 -07:00
fjy
a63cda3281
Merge branch 'master' into new-guava
...
Conflicts:
server/src/main/java/io/druid/server/QueryResource.java
2014-06-13 10:08:10 -07:00
Xavier Léauté
c506d014bf
fix link to docs
2014-06-04 12:55:48 -07:00
fjy
bb4105ed1a
fix broken standalone hadoop ingestion
2014-06-04 09:23:46 -07:00
fjy
c97768b27d
Merge branch 'master' of github.com:metamx/druid into new-guava
2014-06-04 09:12:59 -07:00
nishantmonu51
d8338fc51d
fix backwards compatibility
2014-06-04 16:40:06 +05:30
fjy
77ec4df797
update guava, java-util, and druid-api
2014-06-03 13:43:38 -07:00
fjy
49a8dc9e3e
fix backwards incompatiable change with broker.balancer config
2014-05-28 13:27:43 -07:00
fjy
b6fb4245aa
Merge branch 'master' into new-schema
...
Conflicts:
indexing-hadoop/src/main/java/io/druid/indexer/HadoopDriverConfig.java
indexing-hadoop/src/main/java/io/druid/indexer/HadoopDruidIndexerConfig.java
indexing-hadoop/src/main/java/io/druid/indexer/HadoopDruidIndexerConfigBuilder.java
pom.xml
server/src/main/java/io/druid/segment/realtime/RealtimeManager.java
server/src/main/java/io/druid/segment/realtime/firehose/EventReceiverFirehoseFactory.java
2014-05-06 14:32:51 -07:00
fjy
544c0f08f6
Merge pull request #459 from metamx/move-firehose
...
Move the event receiver firehose such that standalone realtime nodes can use it
2014-05-05 17:09:43 -06:00
fjy
e90eb4b83a
add custom tier selector
2014-04-28 15:31:15 -07:00
fjy
9de170540b
fix bug with selection in cli
2014-04-28 14:00:53 -07:00
fjy
3c3daf452e
Smarter server selection at the router level
2014-04-28 13:58:10 -07:00
fjy
171d20d52d
Merge branch 'move-firehose' of github.com:metamx/druid into move-firehose
2014-04-25 14:13:19 -07:00
fjy
eef034ca7e
Merge branch 'master' of github.com:metamx/druid into move-firehose
2014-04-25 14:13:08 -07:00
fjy
76e0a48527
Merge branch 'master' into new-schema
...
Conflicts:
indexing-hadoop/src/main/java/io/druid/indexer/DbUpdaterJob.java
indexing-hadoop/src/test/java/io/druid/indexer/HadoopDruidIndexerConfigTest.java
indexing-service/src/main/java/io/druid/indexing/common/task/HadoopIndexTask.java
server/src/main/java/io/druid/segment/realtime/plumber/RealtimePlumber.java
server/src/main/java/io/druid/segment/realtime/plumber/RealtimePlumberSchool.java
2014-04-25 14:03:28 -07:00
Gian Merlino
8d650ae131
PullDependencies changes.
...
- Pull default Hadoop version by default.
- Allow additional coordinates on the command line.
2014-04-22 14:33:53 -07:00
fjy
c00fb1d08e
Merge pull request #445 from metamx/hadoop-version-update
...
Hadoop version update
2014-04-17 19:16:44 -06:00
fjy
a87213e15f
point code docs to latest instead of a version
2014-04-16 10:50:39 -07:00
fjy
51e2da9d8d
use a separate annotation for the router, less confusing
2014-04-16 10:08:58 -07:00
fjy
24a0268036
cleanup code in router and add forwarding for get requests
2014-04-16 09:36:18 -07:00
fjy
508cf6a4f7
Merge branch 'master' of github.com:metamx/druid
2014-04-15 14:23:58 -07:00
fjy
9b06b6aa58
misc fixes for router
2014-04-15 14:23:54 -07:00
Xavier Léauté
077dd7c589
enable cache monitor on computes by default
2014-04-14 16:11:12 -07:00
fjy
88c592ccaa
add more meaningful request logging
2014-04-10 10:37:25 -07:00
nishantmonu51
ea8b2dffd5
Add chatHandlerResource
2014-04-09 14:25:18 +05:30
fjy
7db756f819
prepare for next release
2014-04-08 16:25:59 -07:00
fjy
a4df23f092
prepare for next release
2014-04-08 11:42:59 -07:00
nishantmonu51
c6f4b344cb
add bindings for chat handler provider
2014-04-08 11:56:23 +05:30
fjy
4ef2bbbfc1
prepare for next release
2014-04-07 14:37:02 -07:00
fjy
2e9579a146
prepare for next release
2014-04-07 12:43:30 -07:00
fjy
1843316db6
commonalize event receiver firehose
2014-04-03 20:46:36 -07:00
fjy
5d8d506fe8
fix commented out filters
2014-04-03 17:06:28 -07:00
fjy
d9062d91fa
fix endpoint bugs and more docs
2014-04-03 17:01:33 -07:00
fjy
b0bf08554a
fix broken build
2014-04-02 22:22:42 -07:00
fjy
e53d107472
revert broken cache
2014-04-02 22:12:22 -07:00
fjy
ea9f31bbe0
learn to math and prepare for next release
2014-04-02 21:31:17 -07:00
fjy
f185d215e1
fix jetty default thread pool size for jetty 9 and prepare for next release
2014-04-02 21:01:07 -07:00
fjy
fc94b847c3
prepare for next release
2014-04-02 17:31:19 -07:00
fjy
7547e989f0
Merge pull request #456 from metamx/processing-threads-default
...
more sensible defaults
2014-04-02 18:25:43 -06:00
Xavier Léauté
2eb9493010
fix documentation link
2014-04-02 15:27:49 -07:00
fjy
1866cbad1b
remove unneeded comment
2014-04-01 18:15:51 -07:00
fjy
eaec0e3ab2
cleanup
2014-04-01 17:56:25 -07:00
fjy
6952eb7878
asynch servlet for query forwarding
2014-04-01 17:51:28 -07:00
nishantmonu51
06b53f02a8
upgrade default version in CluHadoopIndexer and merge from master
2014-03-27 03:37:45 +05:30
fjy
5169249ed5
Merge pull request #429 from metamx/compute-populate-cache
...
Enable historical node to populate cache
2014-03-25 12:03:26 -06:00
fjy
eec07ad45f
Merge branch 'master' of github.com:metamx/druid
...
Conflicts:
services/src/main/java/io/druid/cli/CliHadoopIndexer.java
2014-03-25 10:04:14 -07:00
fjy
b6dd2fae64
update some comments on standalone hadoop indexer
2014-03-25 10:03:40 -07:00
nishantmonu51
fe7a184096
review comments
2014-03-25 17:02:36 +05:30
nishantmonu51
0ba72ffb2b
merge from master
2014-03-25 15:43:05 +05:30
nishantmonu51
6a34c09e05
Merge branch 'master' into compute-populate-cache
2014-03-25 13:23:00 +05:30
fjy
5ebb2d27e3
fix hadoop
2014-03-24 18:43:31 -07:00
fjy
75ec8bed9a
address code review comments
2014-03-24 14:53:30 -07:00
fjy
fcd7522596
Merge branch 'master' into router-node
2014-03-24 13:43:52 -07:00
fjy
55169175de
prepare for next release
2014-03-21 11:05:54 -07:00
nishantmonu51
69e9b7a6c5
merge changes from master
2014-03-20 20:23:58 +05:30
fjy
ab2524ba0a
add router node
2014-03-18 13:44:29 -07:00
fjy
804a4051fa
prepare for next rel
2014-03-18 08:10:59 -07:00
fjy
1d1ec1d855
clean up some defaults and prepare for next release
2014-03-17 21:41:34 -07:00
fjy
2adcf07f5f
Merge branch 'master' into new-schema
...
Conflicts:
indexing-hadoop/src/main/java/io/druid/indexer/DetermineHashedPartitionsJob.java
indexing-service/src/main/java/io/druid/indexing/common/task/RealtimeIndexTask.java
indexing-service/src/test/java/io/druid/indexing/common/task/TaskSerdeTest.java
processing/src/test/java/io/druid/segment/TestIndex.java
server/src/main/java/io/druid/segment/realtime/RealtimeManager.java
server/src/main/java/io/druid/segment/realtime/plumber/RealtimePlumberSchool.java
2014-03-17 10:59:31 -07:00
nishantmonu51
468e8e0b31
Memcache changes
2014-03-17 18:54:30 +05:30
fjy
f1da044cfa
fix another breaking endpoint in druid coordinator
2014-03-14 15:15:08 -07:00
fjy
f525361c3d
fix broken tests and prepare for next release
2014-03-14 15:05:07 -07:00
fjy
f0fdfbb2f7
fix broken constant post agg
2014-03-14 14:54:52 -07:00
fjy
b3fb2fea9c
prepare for next release
2014-03-14 10:57:43 -07:00
nishantmonu51
04f3d0a13a
fix cli hadoop indexer
...
* run determine partitions job using CLI
2014-03-11 16:36:19 +05:30
fjy
ae2dc6506c
fix broken granularity
2014-03-10 15:03:43 -07:00
fjy
243af486cf
prepare for next release
2014-03-10 13:24:53 -07:00
fjy
e1fac64298
prepare for next release
2014-03-06 12:53:05 -08:00
fjy
7b0b90a860
Merge branch 'master' of github.com:metamx/druid into new-schema
2014-02-20 16:12:31 -08:00
fjy
5d2367f0fd
unit tests pass at this point
2014-02-20 15:52:12 -08:00
fjy
ab83cba790
Merge pull request #393 from metamx/group-by-improvements
...
Group by memory usage improvements
2014-02-19 19:52:37 -07:00
fjy
fb93448e9d
prepare for next release because my last one failzored out of bad internetz
2014-02-14 15:22:27 -08:00
fjy
1a8f9f2e12
prepare for next release
2014-02-14 15:07:44 -08:00
fjy
a986166b9c
prepare for next release
2014-02-12 20:01:05 -08:00
nishantmonu51
3302cff6db
groupBy improvements
2014-02-12 00:51:10 +05:30
fjy
2497bd2e85
prepare for next release
2014-02-07 13:04:34 -08:00
fjy
c8b350270f
prepare for next release
2014-02-07 11:54:56 -08:00
fjy
8edf0cf136
more backwards compatability fix
2014-01-26 21:27:34 +08:00
fjy
158a725985
fix backwards compat issues
2014-01-26 20:07:09 +08:00
fjy
f3e1cbc423
fix according to code review
2014-01-21 16:26:28 -08:00
fjy
e2ea2ec7fd
Merge branch 'master' into az
...
Conflicts:
server/src/main/java/io/druid/server/coordinator/DruidCoordinator.java
server/src/main/java/io/druid/server/http/CoordinatorResource.java
server/src/test/java/io/druid/client/DirectDruidClientTest.java
2014-01-20 15:10:13 -08:00
fjy
215584891e
Merge branch 'master' into moar-endpoints
2014-01-20 13:06:45 -08:00
fjy
6404967994
fixes
2014-01-20 13:05:05 -08:00
fjy
8d01a46d02
actually register resources
2014-01-17 18:01:09 -08:00
fjy
f898c29e20
fix batch indexing and prepare for next release
2014-01-17 15:52:04 -08:00
fjy
0ceda034cd
fix dependency issue and prepare for next release
2014-01-14 17:34:02 -08:00
fjy
187bb84b45
prepare for next release
2014-01-14 16:07:05 -08:00
fjy
9184906c39
prepare for next release
2014-01-14 09:54:42 -08:00
fjy
e8d61ffe99
prepare for next release
2014-01-13 18:02:24 -08:00
fjy
f123a14373
Merge branch 'master' into az
...
Conflicts:
docs/content/Realtime.md
server/src/main/java/io/druid/client/selector/ServerSelector.java
2014-01-09 19:09:38 -08:00
Xavier Léauté
632d6b0a78
make server selection configurable, add back random server selection
2014-01-09 14:37:33 -08:00
fjy
f44509b530
queries working at this point, tests pass, still need more tests and fix rules interface
2014-01-07 16:24:53 -08:00
fjy
e11952f3b6
bridge is kinda working for mastery stuff right now, tests pass
2014-01-06 17:01:50 -08:00
Xavier Léauté
95d92915bf
more tests for Initialization + dependency cleanup
2013-12-30 16:31:10 -08:00
Gian Merlino
bbe1b82347
Update versions
2013-12-20 12:26:27 -08:00
Gian Merlino
4bc8ff4d6a
Update versions
2013-12-20 11:19:36 -08:00
fjy
fba6caf7fd
Merge pull request #326 from metamx/versions
...
StatusResource
2013-12-18 22:44:50 -08:00
Gian Merlino
fc4dd51194
Update versions
2013-12-18 15:33:25 -08:00
fjy
d112b2d211
prepare for next release
2013-12-17 17:47:04 -08:00
fjy
0051877f84
fix status endpoint
2013-12-17 17:46:16 -08:00
fjy
07875dd30b
prepare for next release
2013-12-17 16:28:11 -08:00
fjy
69f33b0acd
remove commented line
2013-12-17 16:24:15 -08:00
fjy
bbb2754a7c
fix redirects in druid
2013-12-17 16:22:36 -08:00
fjy
f2241c8885
prepare for next release
2013-12-16 16:16:00 -08:00
Xavier Léauté
ac2ca0e46c
separate move and archive tasks
2013-12-16 14:00:55 -08:00
Xavier Léauté
a417cd5df2
add archive task
2013-12-16 13:59:15 -08:00
fjy
84233238b1
Merge branch 'master' of github.com:metamx/druid
2013-12-16 12:01:55 -08:00
fjy
0998d835b0
fix redirection issues with master and overlord
2013-12-16 12:01:52 -08:00
Gian Merlino
7759ed4517
Coordinator: Link service announcement to leadership
2013-12-16 11:28:28 -08:00
Himadri Singh
3752122a7b
implementing comments from review
2013-12-16 15:16:28 +05:30
fjy
87b83bceb1
fix task storage config serde and prepare for next release
2013-12-13 16:55:22 -08:00
fjy
01f9c1df31
fix broken task storage config and prepare for next release
2013-12-13 16:45:32 -08:00
fjy
9a5fd6b0e9
prepare for next release
2013-12-13 16:18:34 -08:00
Gian Merlino
600dc7546f
Configurability of recency threshold
2013-12-13 16:02:54 -08:00
fjy
407f8caf94
remove server monitor from list of default monitors
2013-12-13 09:04:32 -08:00
fjy
25ebba2c38
fix default start delay of indexing service and prepare for next release
2013-12-12 18:51:25 -08:00
fjy
19eafe0e96
prepare for next release
2013-12-12 17:26:50 -08:00
fjy
a58f90a689
prepare for next release
2013-12-12 14:51:14 -08:00
Gian Merlino
70c153592f
CliPeon: Fix local mode
2013-12-12 14:22:57 -08:00
Gian Merlino
c4b8c8bc6f
Rework indexing service internals to hopefully be more reliable.
...
The TaskQueue directly manages the TaskRunner. The main management loop runs
periodically and checks that the runner is doing reasonable things. If not, it
attempts to adjust the runner. The management loop also runs on-demand when a
task is added to keep task assignment relatively low latency. The TaskConsumer
is no longer necessary and so it no longer exists.
Task interval locks are handled differently. Instead of some tasks acquiring
locks at runtime and some tasks having implicit fixed lock intervals, all tasks
ask for locks explicitly. This occurs either in "isReady" (which runs on the
overlord) or in "run" (which runs on the peon).
Other changes:
- The TaskQueue is attached to the leader lifecycle, instead of global
- The TaskLockbox is able to sync itself from storage and is no longer
bootstrapped by the TaskQueue.
- RemoteTaskRunner does not clean up zk paths until asked to. This will
prevent deletion of statuses that have not yet been committed.
- Added retries on DbTaskStorage operations.
- Removed SpawnTasksAction (no more subtasks)
- Removed obsolete EventReceiverFirehose configs
- Removed obsolete OldOverlordResource
- Removed TaskStorageQueryAdapter methods related to subtasks
2013-12-11 15:05:16 -08:00
Gian Merlino
f3cfd1d781
Introduce FileTaskLogs, and move TaskLogs module from server to indexing-service
2013-12-10 17:39:43 -08:00
fjy
6cc0860657
fix s3 module problems and prepare for next release
2013-12-09 20:05:55 -08:00
fjy
ab1f02b2bc
fix version brokenness and prepare for next release
2013-12-09 18:38:22 -08:00
fjy
976affb3af
prepare for next release
2013-12-09 18:28:31 -08:00
fjy
303f6ff334
fix worker config setup problems
2013-12-09 18:25:29 -08:00
fjy
8aba4ad3d2
Merge pull request #311 from metamx/versions
...
Add versions to static page
2013-12-09 17:18:16 -08:00
Himadri Singh
b5f6dbc32f
Code refactoring, one place!
2013-12-10 02:09:41 +05:30
Himadri Singh
8117fff4e2
Some minor fixes
2013-12-10 00:39:10 +05:30
fjy
fbad1e2d7a
fix convert properties with infoPath and prepare for next release
2013-12-04 18:55:35 -08:00
Himadri Singh
32200b9b41
removing debug line.
2013-12-04 11:00:47 +05:30
Himadri Singh
47278ad109
Merge relevant changes from 'druid-version-info'
2013-12-04 10:21:19 +05:30
fjy
05f72601c4
fix request time metric and prepare for next release
2013-12-02 14:20:59 -08:00
fjy
ddb6e83f17
fix realtime default and prepare for next deploy
2013-11-25 17:53:17 -08:00
fjy
fbb65988bd
make query resource eagerly instantiate and prepare for next release
2013-11-20 11:58:25 -08:00
fjy
c234dafee1
prepare for next release
2013-11-20 10:43:37 -08:00
fjy
84a6262e04
prepare for next release
2013-11-20 10:27:09 -08:00
fjy
e7167ae00a
add new query resource
2013-11-20 10:02:43 -08:00
fjy
984e24c1bb
fix broken links in docs, prepare for next release
2013-11-19 09:57:56 -08:00
fjy
67a93ccd4d
fix broken validation query config port
2013-11-18 15:53:49 -08:00
fjy
1820110818
clean up docs and fix server monitor double emitting metrics
2013-11-18 15:37:30 -08:00