吴晟 Wu Sheng
db8c45465b
Introduce dead line settings from gRPC document. ( #2917 )
2019-06-21 00:53:31 +08:00
吴晟 Wu Sheng
fe66feccb7
Update backend-storage.md ( #2915 )
2019-06-20 12:47:48 +08:00
吴晟 Wu Sheng
963ac5d33e
Remove login permanently. ( #2912 )
...
* Remove login permanently.
* Sync UI change.
* Delete `org.apache.skywalking.apm.webapp.security`
* Delete tests.
2019-06-20 11:04:14 +08:00
Xin,Zhang
ef68b3f218
Fix issue that the time to remove the REQUEST_KEY_IN_RUNTIME_CONTEXT flag is incorrect ( #2913 )
2019-06-20 08:51:54 +08:00
吴晟 Wu Sheng
825a52195d
Summary FAQ of WebSphere installation. ( #2911 )
...
* Create install_agent_on_websphere.md
* Update README.md
2019-06-19 22:40:55 +08:00
彭勇升 pengys
0567fb3b87
Update powered-by.md ( #2910 )
2019-06-19 19:35:12 +08:00
kezhenxu94
48835348bb
Check disallowed imports in agent instrumentation classes ( #2908 )
...
* Check disallowed imports in agent instrumentation classes
* Remove check script
* Remove script
2019-06-19 14:04:22 +08:00
kezhenxu94
09564919cb
Add config to control tracing sql parameters in MySQL agent ( #2846 )
...
* Add config to control tracing sql parameters
2019-06-19 12:03:38 +08:00
TreeBright
d17e215d41
Update powered-by.md ( #2903 )
...
受leader要求,移除公司名单。
2019-06-18 22:04:06 +08:00
TreeBright
0dc186f79c
Add payeco.com to powered-by page ( #2900 )
...
* Update powered-by.md
* Update powered-by.md
Change order and format
2019-06-18 19:41:22 +08:00
kayleyang
168a27cba7
Update powered-by.md ( #2899 )
...
添加恒天财富投资管理股份有限公司支持信息
2019-06-18 19:02:28 +08:00
tristan-tsl
382069e11c
Add http://www.yibainetwork.com/ to powered-by page ( #2898 )
...
* Update powered-by.md
* Update powered-by.md
Chang order
2019-06-18 18:13:44 +08:00
彭勇升 pengys
1e4fe42523
Update ES-Server-FAQ.md ( #2897 )
...
* Update ES-Server-FAQ.md
[Thread Pool](https://www.elastic.co/guide/en/elasticsearch/reference/6.3/modules-threadpool.html?nsukey=W48pJFXgvLgtyfM%2FXI%2FQ8BhcPYE0WjNFGwKD%2Bv0cjUkocQhh1FCPQwklwVBOec541GcUkX899f%2FQv5ikjA8ckqdcrlVHpjATTKbJarNA1Gr%2BltpTiDJe%2FMuqrZGa0CAkbLfIGrYqMyc0s%2BlkxFr%2BzEo2hmWsgMaPZvK9K6f9Xugz0k0v1Wb2nfeex8ZQn0Y9SFEHwRaYV5uzw8rnH9I%2BGg%3D%3D )
From this document, we can find that the bulk thread pool setting is deleted.
write
For single-document index/delete/update and bulk requests. Thread pool type is fixed with a size of # of available processors, queue_size of 200. The maximum size for this pool is 1 + # of available processors.
* Update ES-Server-FAQ.md
2019-06-18 16:07:50 +08:00
zhangwei
2aba908cde
fix code comment ( #2896 )
2019-06-18 15:38:14 +08:00
于玉桔
adb7ac44d7
Provide Zookeeper dynamic configuration center implementation. fixes #2825 ( #2852 )
...
* configration-zookeeper
2019-06-18 13:53:28 +08:00
kezhenxu94
5df621390f
Remove unstable test temporarily ( #2893 )
...
Nacos standalone mode don't use in-memory storage therefore we don't
need mysql
2019-06-18 09:38:20 +08:00
daming
6ff33d8816
Restore solrj-plugin ( #2888 )
...
* restore solrj-plugin
* restore solrj-plugin
2019-06-17 18:48:18 +08:00
zhangwei
5358780543
TracingContext optimize ( #2884 )
...
* TracingContext optimize
* fix checkstyle
2019-06-17 16:34:35 +08:00
彭勇升 pengys
70064f47cb
Use the ids query method instead of get method. ( #2887 )
...
#2886
2019-06-17 12:05:21 +08:00
Alan Lau
a70a2b236e
Add cluster-etcd-plugin ( #2725 )
...
* Add cluster-etcd-plugin
2019-06-17 11:27:40 +08:00
kezhenxu94
71f3e8618b
Lift checkstyle configuration ( #2882 )
2019-06-16 23:50:43 +08:00
kezhenxu94
fac940cdbe
Provide Apollo dynamic configuration center implementation. fixes #2825 ( #2826 )
...
* Provide Apollo dynamic configuration center implementation. fixes #2825
2019-06-16 22:49:44 +08:00
daming
dbe7da4e77
Remove imported classes and add ci scripts for plugin import check. ( #2881 )
...
Add CI scripts for plugin import check.
2019-06-16 22:05:37 +08:00
龟仙老人
f414d72dd5
Rewrite AtomicRangeInteger for higher performance ( #2874 )
...
Typical test benchmark for performance improvement. Check PR for more detail.
/**
* # JMH version: 1.21
* # VM version: JDK 1.8.0_111, Java HotSpot(TM) 64-Bit Server VM, 25.111-b14
* # VM invoker: /Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/bin/java
* # VM options: -Dfile.encoding=UTF-8
* # Warmup: 3 iterations, 10 s each
* # Measurement: 5 iterations, 1000 ms each, 1000 calls per op
* # Timeout: 10 min per iteration
* # Threads: 1024 threads, ***WARNING: Synchronize iterations are disabled!***
* # Benchmark mode: Throughput, ops/time
* # Benchmark: org.apache.skywalking.apm.commons.datacarrier.common.AtomicRangeIntegerTest.testNewGetAndIncrementPerformance
*
* # Run progress: 0.00% complete, ETA 00:01:10
* # Fork: 1 of 1
* # Warmup Iteration 1: 2078993549.108 ops/s
* # Warmup Iteration 2: 6408026002.297 ops/s
* # Warmup Iteration 3: 5455960135.636 ops/s
* Iteration 1: 165330.972 ops/s
* Iteration 2: 95420.526 ops/s
* Iteration 3: 173340.089 ops/s
* Iteration 4: 94214.669 ops/s
* Iteration 5: 261606.088 ops/s
*
*
* Result "org.apache.skywalking.apm.commons.datacarrier.common.AtomicRangeIntegerTest.testNewGetAndIncrementPerformance":
* 157982.469 ±(99.9%) 265443.465 ops/s [Average]
* (min, avg, max) = (94214.669, 157982.469, 261606.088), stdev = 68934.825
* CI (99.9%): [≈ 0, 423425.934] (assumes normal distribution)
*
*
* # JMH version: 1.21
* # VM version: JDK 1.8.0_111, Java HotSpot(TM) 64-Bit Server VM, 25.111-b14
* # VM invoker: /Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/bin/java
* # VM options: -Dfile.encoding=UTF-8
* # Warmup: 3 iterations, 10 s each
* # Measurement: 5 iterations, 1000 ms each, 1000 calls per op
* # Timeout: 10 min per iteration
* # Threads: 1024 threads, ***WARNING: Synchronize iterations are disabled!***
* # Benchmark mode: Throughput, ops/time
* # Benchmark: org.apache.skywalking.apm.commons.datacarrier.common.AtomicRangeIntegerTest.testOriGetAndIncrementPerformance
*
* # Run progress: 50.00% complete, ETA 00:00:43
* # Fork: 1 of 1
* # Warmup Iteration 1: 3345520433.355 ops/s
* # Warmup Iteration 2: 4823749249.799 ops/s
* # Warmup Iteration 3: 6676209367.819 ops/s
* Iteration 1: 34885.954 ops/s
* Iteration 2: 33128.147 ops/s
* Iteration 3: 31300.865 ops/s
* Iteration 4: 19188.602 ops/s
* Iteration 5: 34664.282 ops/s
*
*
* Result "org.apache.skywalking.apm.commons.datacarrier.common.AtomicRangeIntegerTest.testOriGetAndIncrementPerformance":
* 30633.570 ±(99.9%) 25249.253 ops/s [Average]
* (min, avg, max) = (19188.602, 30633.570, 34885.954), stdev = 6557.151
* CI (99.9%): [5384.317, 55882.822] (assumes normal distribution)
*
*
* # Run complete. Total time: 00:01:26
*
* REMEMBER: The numbers below are just data. To gain reusable insights, you need to follow up on
* why the numbers are the way they are. Use profilers (see -prof, -lprof), design factorial
* experiments, perform baseline and negative tests that provide experimental control, make sure
* the benchmarking environment is safe on JVM/OS/HW level, ask for reviews from the domain experts.
* Do not assume the numbers tell you what you want them to tell.
*
* Benchmark Mode Cnt Score Error Units
* AtomicRangeIntegerTest.testNewGetAndIncrementPerformance thrpt 5 157982.469 ± 265443.465 ops/s
* AtomicRangeIntegerTest.testOriGetAndIncrementPerformance thrpt 5 30633.570 ± 25249.253 ops/s
*/
2019-06-15 13:43:36 +08:00
kezhenxu94
feb545f621
Add missing licenses and remove duplicate plugin management ( #2879 )
2019-06-15 11:50:29 +08:00
吴晟 Wu Sheng
10b050da22
Add alarm webhook document ( #2878 )
...
* Update backend-alarm.md
* Update backend-alarm.md
2019-06-15 00:45:17 +08:00
kezhenxu94
e3e06bb024
Bump up fabric docker plugin version ( #2875 )
2019-06-14 15:16:09 +08:00
吴晟 Wu Sheng
13303fb51e
Support pxx in service relation. ( #2785 )
2019-06-14 13:30:06 +08:00
吴晟 Wu Sheng
0103d8ad28
Fix no stream register. ( #2873 )
...
* Fix no stream register.
* Make sure list order.
* Refactor codes.
* Fix wrong revert.
2019-06-14 11:31:51 +08:00
吴晟 Wu Sheng
0f9c27d481
Revert SolrJ plugin. ( #2871 )
...
* Revert SolrJ plugin.
* Remove an unexpected test case.
* Revert "Remove an unexpected test case."
This reverts commit 359990e18b0c0ae1a6e1005ff985bf237ec05619.
* Clear context.
* Fix a leak.
2019-06-14 09:24:58 +08:00
kezhenxu94
5b6a890592
Adjust pom plugin position and add docs ( #2870 )
...
* Adjust pom plugin position and add docs
* Polishing
* Update as requested
2019-06-14 07:21:47 +08:00
tzy1316106836
bc0c25ad55
the static paramater is best to be referenced by the class ( #2868 )
...
* fix potential NullPointerException
* Revert "fix potential NullPointerException"
This reverts commit 8393656
* fix potential NullPointerException
the static paramater is best to use the class to reference
2019-06-13 20:23:46 +08:00
吴晟 Wu Sheng
c3de8e8b7c
Add FAQ for ElasticSearch server side setting ( #2859 )
...
* Create ES-Server-FAQ.md
* Update README.md
* Update ES-Server-FAQ.md
2019-06-13 17:56:00 +08:00
kezhenxu94
f5db90b8bd
Integrate Jenkins CI ( #2864 )
...
* Test
* Sync
* Update ITNacosConfigurationTest.java
* Trigger CI
* Trigger CI
* Trigger CI
* Trigger CI
* Trigger CI
* Remove unused imports to fix checkstyle
* Remove unused imports to fix checkstyle
* Increase timeout since nacos starts slowlly
* Bump up Oracle JDK version
* Remove OracleJDK due to license
* Add CI-with-IT profile and openjdk9
* Add missing profiles
* Lift failsafe plugin to root
* Update pom.xml
* Remove OPENJDK9
* Try parallel builds and add agent
* Try parallel build and windows
* Try parallel build and windows
* Try parallel build and windows
* Try parallel build
* Try parallel build
* Try parallel build
* Fix indentation
* Trigger CI
* Trigger CI
* Remove Windows stage
* Update mvnw.cmd
2019-06-13 17:06:21 +08:00
彭勇升 pengys
4e63331d35
#2860 ( #2861 )
...
Get the document by index name.
2019-06-12 18:56:11 +08:00
吴晟 Wu Sheng
dbb8bd8a7f
Fix wrong query condition ( #2858 )
2019-06-12 17:17:15 +08:00
于玉桔
ee7c4180ca
Optimize SegmentParseV2::parse code logic ( #2828 )
...
* Optimize code logic
* revert
* fix
2019-06-12 12:26:34 +08:00
彭勇升 pengys
1c545a3708
Fixed a time series bug about downsampling setting in processors are different from the setting in receivers. ( #2856 )
...
#2851
2019-06-12 08:17:15 +08:00
kezhenxu94
ec731b2ad8
Remove unnecessary docs and config keys ( #2845 )
2019-06-11 00:20:26 +08:00
吴晟 Wu Sheng
c983d85000
Fix miss change of envoy receiver. ( #2844 )
2019-06-10 16:15:34 +08:00
吴晟 Wu Sheng
2cdbe83f9c
Move zipkin and jaeger span source to disable from metrics. ( #2842 )
2019-06-09 22:36:52 +08:00
kezhenxu94
f683850b9a
Improve plugin performance ( #2838 )
...
* Improve plugin performance. fix #2837
2019-06-09 15:19:04 +08:00
kezhenxu94
e05e092677
Remove unstable tests ( #2841 )
2019-06-09 14:02:01 +08:00
吴晟 Wu Sheng
2197820577
Support exporter runs in increment and total modes ( #2840 )
...
* Make exporter interface better.
* Fix review.
2019-06-09 11:32:27 +08:00
小水怪
3831c5eeb5
Remove current RUNTIME_CONTEXT when the lastSpan will be stop ( #2827 )
2019-06-08 21:07:31 +08:00
kezhenxu94
7f2277091d
Provide Nacos dynamic configuration center implementation. fixes #2816 ( #2817 )
...
* Provide Nacos dynamic configuration center implementation. fixes #2816
* Add unit tests
* Sync
* Replace pull-mode with watch-mode
* Fix ci
* Unify dependency management
* Add integration tests
* Revert unexpected changes
* Add more test cases
* Revert unexpected changes
* Suppress IDE warning
* Correctify volumes position
* Add license header
* Remove Chinese comments
* Sync
* Sync
* Sync
* Sync
* Revert unexpected changes
* Rebase on refactored code and add missing config to docker
* Fix unit test
* Revert unnecessary changes
2019-06-07 12:01:24 +08:00
kezhenxu94
57aedb8017
Refactor ConfigWatcherRegister to only read interested configs. fixes #2834 ( #2835 )
2019-06-07 07:32:57 +08:00
Jared Tan
a763f8a8bb
sync UI submodule. ( #2831 )
2019-06-06 15:30:57 +08:00
daming
6ae517423c
Provide plugin for Solr-7.x(client) ( #2730 )
...
* new branch for solrj-plugin
* rollback and add module solrj-plugin
* preparing to pr
* to resolve reviewers' suggestions
* remove unused code
* remove unused code
* remove unused comments
* To avoid NPE
* fix typo
* Change to JRE6
* fix pom.xml merge incorrectly. and java.net.URL instead of Regex
* Using RuntimeContext instead of ThreadLocal
* To reduce unnecessary tags
* add test cases
* fix validation fail
* add solrj-plugin into component-libraries & Supported-list
* to trace all patch to avoid recheck status of span
* remove unnecessary properites
* remove unnecessary tags
* Add the config to document of setup
2019-06-05 22:54:45 +08:00
Xin,Zhang
3217ff1444
Fix the span cannot stop when forward request ( #2820 )
2019-06-04 17:38:50 +08:00