skywalking-java/docs/en/setup
吴晟 Wu Sheng a6afcac86e
Logically revert #6642 and partial #7153 to reduce unnecessary thread and concurrency process (#7318)
The key logic behinds all these is, metrics persistence is fully asynchronous.

* The core/maxSyncOperationNum setting(added in 8.5.0) is removed due to metrics persistence is fully asynchronous.
* The core/syncThreads setting(added in 8.5.0) is removed due to metrics persistence is fully asynchronous.
* Optimization: Concurrency mode of execution stage for metrics is removed(added in 8.5.0). The only concurrency of prepare stage is meaningful and kept.
* Remove the outside preparedRequest list initialization, worker instance could always build a suitable size list in the first place (Reduce Array.copy and GC load a little).
2021-07-17 16:03:50 +08:00
..
backend Logically revert #6642 and partial #7153 to reduce unnecessary thread and concurrency process (#7318) 2021-07-17 16:03:50 +08:00
envoy Support envoy cluster manager metrics (#7294) 2021-07-16 15:35:48 +08:00
istio doc: polish the documentations on ALS and MS (#6292) 2021-02-01 07:55:00 +08:00
service-agent Provide plugin for Guava Cache (#7235) 2021-07-08 11:58:09 +08:00