skywalking-java/docs/en
吴晟 Wu Sheng 8df362b929
Adjust ElasticSearch index refresh period as INT(flushInterval * 2/3) (#7310)
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.
2021-07-16 12:10:35 +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 Adjust ElasticSearch index refresh period as INT(flushInterval * 2/3) (#7310) 2021-07-16 12:10:35 +08:00
ui Replace the URL width https (#6392) 2021-02-18 09:52:18 +08:00