Fangjin Yang
2abdce1dc0
Merge pull request #1180 from metamx/logging-groupBy-NPE
...
add null check early to catch root cause for groupBy NPE while running bySegment query
2015-03-09 09:16:33 -07:00
nishantmonu51
704f463dbf
fix property name in doc
2015-03-09 21:19:29 +05:30
nishantmonu51
6e935cca0a
add null check early to catch root cause
2015-03-09 21:10:28 +05:30
Fangjin Yang
88a1d1e048
Merge pull request #1179 from himanshug/batch_ingest_no_data
...
fail early if there is no input data found for batch hadoop indexing
2015-03-07 11:00:52 -08:00
Himanshu Gupta
6a0405de20
fail early if there is no input data for batch hadoop indexing
2015-03-07 12:45:57 -06:00
Fangjin Yang
a54f93ea42
Merge pull request #1178 from himanshug/doc_fix
...
simple typo fix on Concepts-and-Terminology.md
2015-03-07 09:55:30 -08:00
Himanshu Gupta
cb5ed4942c
simple typo fix on Concepts-and_Terminology.md to correct navigation to spec file info
2015-03-07 11:29:24 -06:00
Xavier Léauté
e161021902
Merge pull request #1171 from druid-io/fix-rt-task
...
Add more metrics and fail when realtime tasks fail to persist and merge
2015-03-06 16:42:23 -08:00
fjy
86a0a3cab8
add more metrics and fail when realtime tasks fail to persist and merge
2015-03-06 11:00:34 -08:00
Xavier Léauté
bfe61703f5
Merge pull request #1167 from himanshug/servlet_filter_holder2
...
feature to add servlet filters in a druid node via extension modules
2015-03-06 09:53:01 -08:00
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
Xavier Léauté
3c787eb213
Merge pull request #1174 from himanshug/java-util-update
...
updating java-util version to 0.26.15
2015-03-05 16:46:58 -08:00
Xavier Léauté
a98af90398
Merge pull request #1173 from himanshug/druid-api-update
...
updating druid-api version to 0.3.5
2015-03-05 16:29:53 -08:00
Himanshu Gupta
492148c837
updating java-util version to 0.26.15
2015-03-05 18:29:50 -06:00
Himanshu Gupta
fba9d31f6e
updating druid-api version to 0.3.5
2015-03-05 18:07:32 -06:00
Fangjin Yang
9850b99b3b
Merge pull request #1170 from metamx/fix-archive-task
...
break up archive task actions
2015-03-04 22:09:00 -08:00
Xavier Léauté
113d204b10
break up archive task actions, which was missed in #566a3a6112
2015-03-04 13:19:52 -08:00
Himanshu Gupta
a8648d8f3d
feature to add servlet filters in a druid node via extension modules
2015-03-03 22:35:02 -06:00
Fangjin Yang
d8e199a3f5
Merge pull request #1161 from himanshug/zk_ood_updates
...
Fix to maintain correctness when out-of-order ZK updates are received
2015-03-03 14:42:31 -08:00
Himanshu Gupta
dda2a62ff5
on receiving ZK ADD/UPDATE events, get latest data from zookeeper instead of taking it from the event which might be stale due to event coming out of order etc
2015-03-03 16:21:56 -06:00
Fangjin Yang
9578304d6f
Merge pull request #1130 from housejester/jde-building
...
Various improvements to the tutorial and building experience.
2015-03-02 14:48:32 -08:00
Fangjin Yang
d685e2ab04
Merge pull request #1165 from friedhardware/fix-NPerror-select
...
Added null check for the pagingSpec on a Select Query.
2015-03-02 14:17:06 -08:00
Fangjin Yang
e8605c63a9
Merge pull request #1150 from himanshug/broker-parallel-chunk-process
...
interval chunk query runner now processes individual chunk in a threadpool
2015-03-02 13:50:23 -08:00
Himanshu Gupta
29039fd541
interval chunk query runner now processes individual chunk in a thread pool and prints metrics query/time per chunk
2015-03-02 15:45:09 -06:00
Fangjin Yang
a76a24742b
Merge pull request #1149 from himanshug/broker-get-datasource-update
...
updating ClientInfoResource.getDatasource() with a full flag
2015-03-02 13:28:27 -08:00
Joshua Schumacher
e6130e0fdc
Added null check for the pagingSpec on a Select Query.
2015-03-02 12:41:59 -08:00
Himanshu Gupta
a39f4f8bf4
updating ClientInfoResource.getDatasource() with a full flag to return all the served intervals for given data source along with the dimension and metric information
2015-03-02 14:18:52 -06:00
Xavier Léauté
437d61ed8f
Merge pull request #1164 from mrijke/docfix-cache-configs
...
Docfix: Update Cache config pages
2015-03-02 11:47:50 -08:00
Fangjin Yang
3a90beb0d9
Merge pull request #1158 from metamx/cleanup-async-servlet
...
Cleanup router servlet + tests for gzip proxying
2015-03-02 11:42:04 -08: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
Maarten Rijke
2531bb9664
Docfix: Update Cache config pages
...
* Update Broker-Config.md Cache options table
* Update Historical-Config.md Cache options table (broker->historical)
2015-03-02 19:55:00 +01:00
Xavier Léauté
1d98717d24
Merge pull request #1162 from mrijke/fix-metric-monitor-names
...
Update metrics monitors names in Configuration.md
2015-03-02 10:33:19 -08:00
Xavier Léauté
6cf5055ddf
Merge pull request #1163 from mrijke/docfix-default-druid.emitter-value
...
Update default value for druid.emitter in Configuration.md
2015-03-02 10:29:54 -08:00
Maarten Rijke
092acaea9d
Update metrics monitors names in Configuration.md
...
Updated the metric package names to reflect the new names in 0.7
2015-03-02 12:16:47 +01:00
Maarten Rijke
d52f3bb817
Update default value for druid.emitter in Configuration.md
2015-03-02 12:06:30 +01:00
Fangjin Yang
c21086b6a8
Merge pull request #1113 from metamx/fix1111
...
Make Realtime queries not submit to thread pools for the master merger
2015-02-27 11:13:25 -08:00
James Estes
9cb5d9bd00
Various improvements to the tutorial and building experience.
...
- Improve geo ip download stability
- Retry default geo ip download if corrupt
- Clarify docs on building & where to get artifact
2015-02-25 18:49:16 -07:00
Fangjin Yang
6e315ddcd2
Merge pull request #1154 from infynyxx/fix_doc_link
...
fix broken docs link
2015-02-25 17:05:55 -08:00
Xavier Léauté
b633111c76
Merge pull request #1156 from druid-io/fix-log
...
Print better messages when there are problems with ingestion
2015-02-25 17:02:46 -08:00
fjy
9a3ed353dc
Have a more meaningful message when events are dropped or unparseable
2015-02-25 16:59:46 -08:00
Xavier Léauté
af807c6215
Merge squashed version of pull request #1148 from 'himanshug/unit-tests'
...
Also updated license header as part of the squash.
2015-02-25 15:49:59 -08:00
Himanshu Gupta
467fcfae03
UTs for services
2015-02-25 15:45:59 -08:00
Himanshu Gupta
2192d0cb57
UTs for server
2015-02-25 15:45:58 -08:00
Himanshu Gupta
bd5cecdd44
UTs update for indexing service
2015-02-25 15:45:58 -08:00
Himanshu Gupta
30f64ff19e
UTs update for indexing-hadoop
2015-02-25 15:45:57 -08:00
Himanshu Gupta
e6ee98e2d2
UTs update for common
2015-02-25 15:40:26 -08:00
Xavier Léauté
69ba802abb
Merge pull request #1109 from metamx/fixAnnouncerTest
...
Make the Announcer closing and unannouncing atomic.
2015-02-25 15:24:18 -08:00
Xavier Léauté
0784d7e30e
Merge pull request #1152 from himanshug/metastorage-pwd-provider
...
support for metadata store PasswordProvider interface
2015-02-25 15:19:37 -08:00
Fangjin Yang
708f35151d
Merge pull request #1121 from gianm/issue-1116
...
Use the proper FileSystems for writing segments and caching jars. (for issue #1116 )
2015-02-25 13:03:59 -08:00
Fangjin Yang
005f4da2c0
Merge pull request #1143 from metamx/update-rhino-1.7rc5
...
Update Rhino to 1.7RC5
2015-02-25 12:50:23 -08:00