From cd6c3799a68474d73e10a348033b436a00b6ced7 Mon Sep 17 00:00:00 2001 From: Nikita Smirnov <46124551+Nikita-Smirnov-Exactpro@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:00:16 +0400 Subject: [PATCH] [TH2-5007] Fixed the lost messages problem when mstore is restarted under a load (#104) * Updated common,cradle library --- README.md | 10 ++++++++-- build.gradle | 4 ++-- gradle.properties | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a31e6f8..1787779 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Overview (5.2.1) +# Overview (5.2.2) Message store (mstore) is an important th2 component responsible for storing raw messages into Cradle. Please refer to [Cradle repository] (https://github.com/th2-net/cradleapi/blob/master/README.md) for more details. This component has a pin for listening messages via MQ. @@ -115,9 +115,15 @@ spec: This is a list of supported features provided by libraries. Please see more details about this feature via [link](https://github.com/th2-net/th2-common-j#configuration-formats). +## 5.2.2 + +* Fixed the lost messages problem when mstore is restarted under a load +* Updated common: `5.4.1-dev` +* Updated cradle: `5.1.3-dev` + ## 5.2.1 -+ Fixed the problem: batches for the same session group and different books are separate storing +* Fixed the problem: batches for the same session group and different books are separate storing ## 5.2.0 * Updated bom: `4.5.0-dev` diff --git a/build.gradle b/build.gradle index 3ca7af4..c9eb8cc 100644 --- a/build.gradle +++ b/build.gradle @@ -15,8 +15,8 @@ plugins { } ext { - cradleVersion = '5.1.1-dev' - commonVersion = '5.4.0-dev' + cradleVersion = '5.1.3-dev' + commonVersion = '5.4.1-dev' } group = 'com.exactpro.th2' diff --git a/gradle.properties b/gradle.properties index 6e4427b..57d21ac 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -release_version=5.2.1 +release_version=5.2.2 description='th2 mstore component' vcs_url=https://github.com/th2-net/th2-mstore \ No newline at end of file