1. 06 1月, 2022 1 次提交
  2. 04 1月, 2022 1 次提交
  3. 23 12月, 2021 1 次提交
  4. 06 12月, 2021 1 次提交
  5. 02 12月, 2021 1 次提交
  6. 20 11月, 2021 1 次提交
  7. 26 10月, 2021 1 次提交
  8. 25 10月, 2021 1 次提交
  9. 21 10月, 2021 1 次提交
  10. 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
  11. 17 9月, 2021 1 次提交
  12. 15 9月, 2021 1 次提交
  13. 06 9月, 2021 1 次提交
  14. 05 9月, 2021 1 次提交
  15. 26 8月, 2021 1 次提交
  16. 13 8月, 2021 1 次提交
  17. 12 8月, 2021 1 次提交
  18. 11 8月, 2021 1 次提交
  19. 10 8月, 2021 1 次提交
  20. 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
  21. 27 7月, 2021 1 次提交
  22. 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
  23. 09 7月, 2021 1 次提交
  24. 19 6月, 2021 1 次提交
  25. 17 6月, 2021 1 次提交
  26. 08 6月, 2021 1 次提交
  27. 19 5月, 2021 1 次提交
  28. 07 5月, 2021 1 次提交
  29. 25 4月, 2021 1 次提交
  30. 09 4月, 2021 1 次提交
  31. 18 3月, 2021 1 次提交
  32. 11 3月, 2021 1 次提交
  33. 08 3月, 2021 1 次提交
  34. 20 2月, 2021 1 次提交
  35. 07 2月, 2021 2 次提交
  36. 06 2月, 2021 1 次提交
  37. 05 2月, 2021 1 次提交
  38. 03 2月, 2021 1 次提交
  39. 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