Gian Merlino
d21054f7c5
Remove the deprecated interval-chunking stuff. ( #9216 )
...
* Remove the deprecated interval-chunking stuff.
See https://github.com/apache/druid/pull/6591 , https://github.com/apache/druid/pull/4004#issuecomment-284171911 for details.
* Remove unused import.
* Remove chunkInterval too.
2020-01-19 17:14:23 -08:00
Suneet Saldanha
92ac22d060
Link javaOpts to middlemanager runtime.properties docs ( #9101 )
...
* Link javaOpts to middlemanager runtime.properties docs
* fix broken link
* reword config links
2020-01-15 21:22:49 -08:00
Jonathan Wei
aa539177ec
De-incubation cleanup in code, docs, packaging ( #9108 )
...
* De-incubation cleanup in code, docs, packaging
* remove unused docs script
2020-01-03 12:33:19 -05:00
Jihoon Son
e5e1e9c4ee
Fix broken master ( #9005 )
...
* Multibinding for NodeRole
* Fix endpoints
* fix doc
* fix test
2019-12-11 15:56:36 -08:00
Parag Jain
24fe824055
add readiness endpoints to processes having initialization delays ( #8841 )
2019-12-10 17:26:13 -08:00
Roman Leventov
1c62987783
Add SelfDiscoveryResource; rename org.apache.druid.discovery.No… ( #6702 )
...
* Add SelfDiscoveryResource
* Rename org.apache.druid.discovery.NodeType to NodeRole. Refactor CuratorDruidNodeDiscoveryProvider. Make SelfDiscoveryResource to listen to updates only about a single node (itself).
* Extended docs
* Fix brace
* Remove redundant throws in Lifecycle.Handler.stop()
* Import order
* Remove unresolvable link
* Address comments
* tmp
* tmp
* Rollback docker changes
* Remove extra .sh files
* Move filter
* Fix SecurityResourceFilterTest
2019-12-08 18:47:58 +03:00
Clint Wylie
441515cb50
update dump-segment docs so example command works ( #8998 )
...
* update dump-segment docs so example command works
* not everyone uses bash
2019-12-07 06:36:46 -08:00
Chi Cao Minh
8365bdf62a
Address security vulnerabilities ( #8878 )
...
* Address security vulnerabilities
Security vulnerabilities addressed by upgrading 3rd party libs:
- Upgrade avro-ipc to 1.9.1
- sonatype-2019-0115
- Upgrade caffeine to 2.8.0
- sonatype-2019-0282
- Upgrade commons-beanutils to 1.9.4
- CVE-2014-0114
- Upgrade commons-codec to 1.13
- sonatype-2012-0050
- Upgrade commons-compress to 1.19
- CVE-2019-12402
- sonatype-2018-0293
- Upgrade hadoop-common to 2.8.5
- CVE-2018-11767
- Upgrade hadoop-mapreduce-client-core to 2.8.5
- CVE-2017-3166
- Upgrade hibernate-validator to 5.2.5
- CVE-2017-7536
- Upgrade httpclient to 4.5.10
- sonatype-2017-0359
- Upgrade icu4j to 55.1
- CVE-2014-8147
- Upgrade jackson-databind to 2.6.7.3:
- CVE-2017-7525
- Upgrade jetty-http to 9.4.12:
- CVE-2017-7657
- CVE-2017-7658
- CVE-2017-7656
- CVE-2018-12545
- Upgrade log4j-core to 2.8.2
- CVE-2017-5645:
- Upgrade netty to 3.10.6
- CVE-2015-2156
- Upgrade netty-common to 4.1.42
- CVE-2019-9518
- Upgrade netty-codec-http to 4.1.42
- CVE-2019-16869
- Upgrade nimbus-jose-jwt to 4.41.1
- CVE-2017-12972
- CVE-2017-12974
- Upgrade plexus-utils to 3.0.24
- CVE-2017-1000487
- sonatype-2015-0173
- sonatype-2016-0398
- Upgrade postgresql to 42.2.8
- CVE-2018-10936
Note that if users are using JDBC lookups with postgres, they may need
to update the JDBC jar used by the lookup extension.
* Fix license for postgresql
2019-11-19 09:14:33 -08:00
Himanshu
5adc8212b4
add documentation for druid docker and k8s operator ( #8802 )
...
* add documentation for druid docker and k8s operator
* address review comment and add Kubernetes to spelling file
2019-11-06 12:56:21 -08:00
Surekha
98f59ddd7e
Add `sys.supervisors` table to system tables ( #8547 )
...
* Add supervisors table to SystemSchema
* Add docs
* fix checkstyle
* fix test
* fix CI
* Add comments
* Fix javadoc teamcity error
* comments
* fix links in docs
* fix links
* rename fullStatus query param to system and remove it from docs
2019-10-18 15:16:42 -07:00
Clint Wylie
8bda3afea4
fix spelling errors triggered by another doc PR ( #8653 )
2019-10-08 23:43:58 -07:00
Nishant Bangarwa
0853273091
Add tier based usage metrics for historical nodes to help with autoscaling ( #8636 )
...
* Add tier based usage metrics for historical nodes to help with druid historical autoscaling
Add tier based usage metrics for historical nodes to help druid cluster orchestration systems understand the historical node usage and requirements. Following metrics would be helpful -
tier/required/capacity- total capacity in bytes required in each tier. Dimensions - tier
tier/total/capacity - total capacity in bytes available in a given tier. Dimension - tier
tier/historical/count - no. of historical nodes available in each tier. Dimension - tier
tier/replication/factor - configured maximum replication factor in given tier. Dimension - tier
* fix unit test failures
2019-10-08 19:55:32 -07:00
Clint Wylie
2f20799868
merge recommendations into basic-cluster-tuning, add additional info ( #8649 )
...
* merge recommendations into basic-cluster-tuning, add additional info
* stupid sidebar
2019-10-08 16:33:54 -07:00
Xavier Léauté
1d42551d95
Fix statsd types ( #8628 )
...
* fix segment underReplicated/unavailable counts to be gauges instead of counters
* fix jvm/gc/cpu to be a counter instead of timre
jvm/gc/cpu represents the total cpu time spent for multiple gc
invocations, not the time spent in each gc cycle.
the number needs to be divided by jvm/gc/count to get the average gc
time per cycle
* update docs
* fix spellcheck
2019-10-06 14:14:09 -07:00
pdeva
db65068c42
add reference to indexer nodes ( #8607 )
2019-09-30 16:45:33 -06:00
Vadim Ogievetsky
52f3f2c229
fix docs version interpolation ( #8568 )
2019-09-22 17:38:55 -07:00
Vadim Ogievetsky
94298f7809
Update Kafka loading docs to use the streaming data loader ( #8544 )
...
* fix redirects
* remove useless page
* fix Single server reference configurations formatting
* update batch data loading
* update Kafka docs
* fix typos and tests
* add more links
* fix spelling
2019-09-22 15:00:52 -07:00
Chi Cao Minh
7dcbaca658
Spellcheck docs ( #8548 )
...
* Spellcheck docs
Fix spelling mistakes in docs and add CI job for running spellcheck on
docs.
* Add missing license header
2019-09-17 12:47:30 -07:00
Vadim Ogievetsky
0490909ab3
Web console: Update web console docs for 0.16.0 ( #8530 )
...
* Update webconsole docs
* home view
* fix annotation typo
2019-09-13 09:09:36 -07:00
Jonathan Wei
0145642d8b
Move router/indexer config/API docs to main pages ( #8510 )
...
* Move router/indexer config/API docs to main pages
* Restore missing properties, fix typo
* Use sentence casing
* Fix broken link
2019-09-11 21:42:58 -07:00
Jonathan Wei
c626452b47
Add nano-quickstart single server example configuration ( #8390 )
...
* Add nano-quickstart single server example configuration
* Use two workers
* Shrink processing buffers
2019-08-24 22:07:20 -07:00
Gian Merlino
d007477742
Docusaurus build framework + ingestion doc refresh. ( #8311 )
...
* Docusaurus build framework + ingestion doc refresh.
* stick to npm instead of yarn
* fix typos
* restore some _bin
* Adjustments.
* detect and fix redirect anchors
* update anchor lint
* Web-console: remove specific column filters (#8343 )
* add clear filter
* update tool kit
* remove usless check
* auto run
* add %
* Fix resource leak (#8337 )
* Fix resource leak
* Patch comments
* Enable Spotbugs NP_NONNULL_RETURN_VIOLATION (#8234 )
* Fixes from PR review.
* Fix more anchors.
* Preamble nix.
* Fix more anchors, headers
* clean up placeholder page
* add to website lint to travis config
* better broken link checking
* travis fix
* Fixed more broken links
* better redirects
* unfancy catch
* fix LGTM error
* link fixes
* fix md issues
* Addl fixes
2019-08-20 21:48:59 -07:00