1. 04 8月, 2021 1 次提交
  2. 29 7月, 2021 2 次提交
  3. 27 7月, 2021 1 次提交
  4. 23 7月, 2021 1 次提交
  5. 22 7月, 2021 1 次提交
  6. 20 7月, 2021 2 次提交
  7. 19 7月, 2021 1 次提交
  8. 18 7月, 2021 1 次提交
    • wuweijie@apache.org's avatar
      Remove plugins for ShardingSphere legacy and unstable versions (#7323) · 06e589fa
      wuweijie@apache.org 提交于
      Remove the following plugins due to they are legacy and unstable releases.
      1. sharding-jdbc-1.5.x-plugin
      2. sharding-sphere-4.x-rc3-plugin
      3. sharding-sphere-4.x-plugin (This is for RC1 and RC2)
      
      To people who want to use these removing versions, you still could copy the plugins from SkyWalking's 8.6.0 release to the '/plugins' folder to activate, unless SkyWalking has some core level APIs upgrade. This is very rare to happen.
      06e589fa
  9. 17 7月, 2021 1 次提交
    • wu-sheng's avatar
      Logically revert #6642 and partial #7153 to reduce unnecessary thread and... · a6afcac8
      wu-sheng 提交于
      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).
      a6afcac8
  10. 16 7月, 2021 2 次提交
    • W
      Support envoy cluster manager metrics (#7294) · 9f3ff517
      wankai123 提交于
      9f3ff517
    • wu-sheng's avatar
      Adjust ElasticSearch index refresh period as INT(flushInterval * 2/3) (#7310) · 8df362b9
      wu-sheng 提交于
      Adjust index refresh period as INT(flushInterval * 2/3), it used to be as same as bulk flush period. At the edge case, in low traffic(traffic < bulkActions in the whole period), there is a possible case, 2 period bulks are included in one index refresh rebuild operation, which could cause version conflicts. And this case can't be fixed through core/persistentPeriod as the bulk fresh is not controlled by the persistent timer anymore.
      
      This PR should avoid the following exception in the low load case, especially when bulkActions is set larger than the number of a metric type.
      8df362b9
  11. 15 7月, 2021 1 次提交
  12. 14 7月, 2021 1 次提交
    • wu-sheng's avatar
      Remove synchronous persistence mechanism in API level and ElasticSearch implementation (#7293) · de975c7e
      wu-sheng 提交于
      * Performance: remove the synchronous persistence mechanism from batch ElasticSearch DAO. Because the current enhanced persistent session mechanism, don't require the data queryable immediately after the insert and update anymore.
      * Performance: share `flushInterval` setting for both metrics and record data, due to `synchronous persistence mechanism` removed. Record flush interval used to be hardcoded as 10s.
      * Remove `syncBulkActions` in ElasticSearch storage option.
      * Increase the default bulkActions(env, SW_STORAGE_ES_BULK_ACTIONS) to 5000(from 1000).
      * Increase the flush interval of ElasticSearch indices to 15s(from 10s)
      
      Add these 2 references. According to these, **(same _index, _type and _id) in same bulk will be in order**
      1. https://github.com/elastic/elasticsearch/issues/50199
      2. https://discuss.elastic.co/t/order-of--bulk-request-operations/98124
      
      Notice, the order of different bulks is not guaranteed by the ElasticSearch cluster. We are going to have the risk of dirty write. But consider we set over 20s period between flush, and index flush period is 10, we should be safe.
      
      Recommend 5000 bulk size and 15s flush interval only. The persistent period has been set to 25s.
      de975c7e
  13. 08 7月, 2021 1 次提交
  14. 07 7月, 2021 1 次提交
  15. 06 7月, 2021 1 次提交
  16. 05 7月, 2021 1 次提交
  17. 04 7月, 2021 1 次提交
  18. 03 7月, 2021 2 次提交
  19. 01 7月, 2021 3 次提交
  20. 30 6月, 2021 3 次提交
  21. 29 6月, 2021 1 次提交
  22. 28 6月, 2021 1 次提交
  23. 22 6月, 2021 1 次提交
  24. 21 6月, 2021 2 次提交
  25. 20 6月, 2021 3 次提交
  26. 19 6月, 2021 1 次提交
  27. 11 6月, 2021 2 次提交
  28. 10 6月, 2021 1 次提交