Skip to content

Commit

Permalink
[TH2-5007] Fixed the lost messages problem when mstore is restarted u…
Browse files Browse the repository at this point in the history
…nder a load (#104)

* Updated common,cradle library
  • Loading branch information
Nikita-Smirnov-Exactpro authored Sep 14, 2023
1 parent 68af0e5 commit cd6c379
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cd6c379

Please sign in to comment.