skywalking-java/docs/en
吴晟 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
..
FAQ Remove synchronous persistence mechanism in API level and ElasticSearch implementation (#7293) 2021-07-14 17:19:49 +08:00
concepts-and-designs Add some new thread metric and class metric to JVMMetric (#7230) (#7243) 2021-07-07 16:30:55 +08:00
guides Reorganize document menu. (#7137) 2021-06-20 14:13:46 +08:00
protocols change log REST endpoint with v3 prefixed (#7062) 2021-06-03 15:56:49 +08:00
setup Logically revert #6642 and partial #7153 to reduce unnecessary thread and concurrency process (#7318) 2021-07-17 16:03:50 +08:00
ui Replace the URL width https (#6392) 2021-02-18 09:52:18 +08:00