1. 29 9月, 2021 1 次提交
  2. 25 9月, 2021 1 次提交
    • wu-sheng's avatar
      Begin 8.9.0 iteration (#7801) · 8b681053
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v8.8.0
      
      * [maven-release-plugin] prepare for next development iteration
      
      * Create changes-8.8.0.md
      
      * Reset changelog for 8.9.0
      8b681053
  3. 24 9月, 2021 1 次提交
  4. 17 9月, 2021 1 次提交
  5. 06 9月, 2021 1 次提交
  6. 30 7月, 2021 1 次提交
    • wu-sheng's avatar
      Begin 8.8.0 iteration (#7395) · 1c5e22a7
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v8.7.0
      
      * [maven-release-plugin] prepare for next development iteration
      1c5e22a7
  7. 27 7月, 2021 1 次提交
  8. 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
  9. 05 7月, 2021 1 次提交
  10. 01 7月, 2021 1 次提交
  11. 20 6月, 2021 1 次提交
  12. 08 6月, 2021 1 次提交
  13. 09 4月, 2021 1 次提交
  14. 01 4月, 2021 1 次提交
  15. 18 3月, 2021 1 次提交
  16. 11 3月, 2021 1 次提交
  17. 02 2月, 2021 1 次提交
    • wu-sheng's avatar
      Begin the 8.5.0 iteration (#6302) · cdfe6ab3
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v8.4.0
      
      * [maven-release-plugin] prepare for next development iteration
      cdfe6ab3
  18. 29 11月, 2020 1 次提交
  19. 22 11月, 2020 1 次提交
  20. 04 11月, 2020 1 次提交
  21. 24 10月, 2020 1 次提交
  22. 13 10月, 2020 1 次提交
  23. 21 8月, 2020 1 次提交
  24. 15 8月, 2020 1 次提交
  25. 31 7月, 2020 1 次提交
    • wu-sheng's avatar
      Begin 8.2.0 iteration. (#5211) · 2f2840cb
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v8.1.0
      
      * [maven-release-plugin] prepare for next development iteration
      2f2840cb
  26. 19 7月, 2020 1 次提交
  27. 10 7月, 2020 1 次提交
  28. 12 6月, 2020 1 次提交
  29. 31 5月, 2020 1 次提交
  30. 31 3月, 2020 1 次提交
  31. 19 3月, 2020 1 次提交
  32. 15 3月, 2020 1 次提交
  33. 13 3月, 2020 1 次提交
  34. 16 2月, 2020 1 次提交
  35. 11 2月, 2020 1 次提交
    • K
      Set up more strict code styles and fix existing issues (#4337) · 5b255ba3
      kezhenxu94 提交于
      Motivation:
      
      Review code styles with some bots automatically.
      
      Modifications:
      
      Set up ReviewDog in GitHub Action to review code style.
      
      Add more check rules to checkstyle plugin.
      
      Result:
      
      Obvious code styles can be reviewed and commented automatically.
      5b255ba3
  36. 27 12月, 2019 1 次提交
  37. 25 12月, 2019 1 次提交
    • wu-sheng's avatar
      Update JDK compiling level to 8, and remove zip dist. (#4119) · b5709960
      wu-sheng 提交于
      * Update JDK compiling level to 8, and remove zip dist.
      
      * Exclude annotation and shade API.
      
      * Fix more exclusion.
      
      * 1. Update grava and gson 2. Fix compile issue. 3. Keep protoc and maven plugin in old version. Some incompatible of 3rd party grpc proto.
      
      * Fix dependency conflicts, license and notice issue, and dependency check script issue
      Co-authored-by: Nkezhenxu94 <kezhenxu94@163.com>
      b5709960
  38. 24 12月, 2019 1 次提交
  39. 21 11月, 2019 1 次提交
    • K
      [Feature] Support ElasticSearch 7 as backend storage (#3870) · 9b408e82
      kezhenxu94 提交于
      * [Feature] Officially support ElasticSearch 7 as backend storage
      
      * Extract bootstrap module to be shared by multiple starters
      
      * Add missing configuration file and distinguish different version in test
      
      * Update known-oap-backend-dependencies-es7.txt
      
      Update the dependency lib
      
      * Fix missing adaptation to ElasticSearch 7
      
      * Rename ElasticSearch 7 specific class with Es7 infix
      
      * Fix miss-adapted ElasticSearch DAO API
      
      * Add ES7 specific configuration and polish documentations
      
      * Polish documentations
      
      * Polish documentations
      9b408e82
  40. 12 11月, 2019 1 次提交
    • wu-sheng's avatar
      Move to 6.6.0 SNAPSHOT (#3839) · 3fbaec42
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v6.5.0
      
      * [maven-release-plugin] prepare for next development iteration
      3fbaec42