QiuMM
0b8085aff7
Prohibit jackson ObjectMapper#reader methods which are deprecated ( #6386 )
...
* Prohibit jackson ObjectMapper#reader methods which are deprecated
* address comments
2018-10-03 17:55:20 -03:00
Roman Leventov
3ae563263a
Renamed 'Generic Column' -> 'Numeric Column'; Fixed a few resource leaks in processing; misc refinements ( #5957 )
...
This PR accumulates many refactorings and small improvements that I did while preparing the next change set of https://github.com/druid-io/druid/projects/2 . I finally decided to make them a separate PR to minimize the volume of the main PR.
Some of the changes:
- Renamed confusing "Generic Column" term to "Numeric Column" (what it actually implies) in many class names.
- Generified `ComplexMetricExtractor`
2018-10-02 14:50:22 -03:00
Shiv Toolsidass
a56ffe6ab2
Added backpressure metric to docs and defaultMetricDimensions ( #6405 )
...
* Added backpressure metric to docs and defaultMetricDimensions.json
* Reworded description for backpressure metric in docs
2018-09-29 17:57:29 -07:00
Jonathan Wei
364bf9d1f9
Fix non org.apache.druid files and add package name checkstyle rule ( #6367 )
...
* Fix non org.apache.druid files and add package name checkstyle rule
* PR comment
2018-09-21 17:58:19 -07:00
QiuMM
84810f6358
correct metric name in emitter configuration files ( #6290 )
2018-09-04 14:23:04 -07:00
Gian Merlino
431d3d8497
Rename io.druid to org.apache.druid. ( #6266 )
...
* Rename io.druid to org.apache.druid.
* Fix META-INF files and remove some benchmark results.
* MonitorsConfig update for metrics package migration.
* Reorder some dimensions in inner queries for some reason.
* Fix protobuf tests.
2018-08-30 09:56:26 -07:00
Gian Merlino
04ea3c9f8c
Update license headers. ( #5976 )
...
* Update license headers.
For compliance with http://www.apache.org/legal/src-headers.html .
* More license adjustments.
* Fix mistakenly edited package line.
2018-07-11 09:55:18 -07:00
kaijianding
c12c16385e
support throw duplcate row during realtime ingestion in RealtimePlumber ( #5693 )
2018-05-04 10:12:25 -07:00
Roman Leventov
693e3575f9
Remove unused code and exception declarations ( #5461 )
...
* Remove unused code and exception declarations
* Address comments
* Remove redundant Exception declarations
* Make FirehoseFactoryV2.connect() to throw IOException again
2018-03-16 22:11:12 +01:00
Gian Merlino
7e02408510
Update versions to 0.13.0-SNAPSHOT. ( #5323 )
2018-02-02 12:06:38 -06:00
Jonathan Wei
80419752b5
Add metamx emitter, http clients, and metrics packages to druid java-util ( #5289 )
...
* Add metamx java-util emitter, http clients, and metrics packages to druid java-util
* Remove metamx java-util from pom.xml files
* Checkstyle fixes
* Import fix
* TeamCity inspection fixes
* Use slf4j, move some version defs to master pom.xml
* Use parent jvm-attach-api and maven-surefire-plugin versions
* Add ] to log msg, suppress inspection
2018-01-24 22:10:36 +01:00
Roman Leventov
8877ce38d6
Enforce modifier order with Checkstyle ( #5246 )
2018-01-11 09:50:42 +01:00
Roman Leventov
5787d04fad
Bump Druid version to 0.12.0 ( #5138 )
2017-12-15 07:37:01 -08:00
chaoqiang
b34d471aa2
Fix StatsD Emitter with blank character ( #5044 )
...
* fix equalDistribution worker select strategy
* replace anonymous Comparator
* keep previous version sorting comment
* fix code style
* update comment
* move JsonProperty
* fix statsD emitter with blank character
2017-11-16 11:12:24 -08:00
Roman Leventov
5eb08c27cb
Add Emitter monitoring ( #4973 )
...
* Add Emitter monitoring
* Fix typo
* Fixes
* testing new emitter
* Fix failed test (#71 )
* testing new emitter
* fix on failed test
* Remove emitter's readTimeout from docs
* Update docs
* Add HttpEmittingMonitor
* Update java-util to 1.3.2
2017-11-03 21:27:57 -06:00
Gian Merlino
1f2074c247
Bump versions in master to 0.11.1-SNAPSHOT. ( #4878 )
...
* Bump versions in master to 0.11.1-SNAPSHOT.
* Missed a few.
2017-09-28 17:09:51 -05:00
Roman Leventov
e267f3901b
Enforce Indentation with Checkstyle ( #4799 )
2017-09-21 13:06:48 -07:00
Roman Leventov
cbd1902db8
Add forbidden-apis plugin; prohibit using system time zone ( #4611 )
...
* Forbidden APIs WIP
* Remove some tests
* Restore io.druid.math.expr.Function
* Integration tests fix
* Add comments
* Fix in SimpleWorkerProvisioningStrategy
* Formatting
* Replace String.format() with StringUtils.format() in RemoteTaskRunnerTest
* Address comments
* Fix GroupByMultiSegmentTest
2017-08-21 13:02:42 -07:00
Roman Leventov
ae900a4934
Update versions to 0.11.0-SNAPSHOT ( #4483 )
2017-06-28 17:05:58 -07:00
Gian Merlino
2ca7b00346
Update versions to 0.10.1-SNAPSHOT. ( #4191 )
2017-04-20 18:12:28 -07:00
Jason Banich
117c698c59
Update StatsDEmitter.java ( #4111 )
...
This was mentioned in the original pull (https://github.com/druid-io/druid/pull/2410 ) by @sascha-coenen, and the original author (@michaelschiff) agreed that it seemed reasonable
This commit fixes issue https://github.com/druid-io/druid/issues/3960
2017-03-27 10:32:21 -07:00
michaelschiff
e5fb0e1ff5
New property for each metric that tells the StatsDEmitter to convert metric values from range 0-1 to 0-100. This ( #3936 )
...
prevents rates and percentages expressed as Doubles (0.xx) from being rounded down to 0.
2017-02-16 13:55:56 -08:00
Gian Merlino
12317fd001
Bump version to 0.10.0-SNAPSHOT. ( #3913 )
2017-02-06 17:54:35 -08:00
Jihoon Son
d80bec83cc
Enable auto license checking ( #3836 )
...
* Enable license checking
* Clean duplicated license headers
2017-01-10 18:13:47 -08:00
Akash Dwivedi
4b3bd8bd63
Migrating java-util from Metamarkets. ( #3585 )
...
* Migrating java-util from Metamarkets.
* checkstyle and updated license on java-util files.
* Removed unused imports from whole project.
* cherry pick metamx/java-util@826021f .
* Copyright changes on java-util pom, address review comments.
2016-10-21 14:57:07 -07:00
Gian Merlino
40f2fe7893
Bump versions to 0.9.3-SNAPSHOT ( #3524 )
2016-09-29 13:53:32 -07:00
Gian Merlino
ebf890fe79
Update master version to 0.9.2-SNAPSHOT. ( #3133 )
2016-06-13 13:10:38 -07:00
michaelschiff
2203a812bc
statsd-emitter ( #2410 )
2016-04-28 18:41:02 -07:00