When re-starting the Ivy Engine (7.0.11), we found out, that elastic search index recreation fails everytime but with different objects. We then tried to call
Please also note, that all three examples reference the same field of the same object type. How is this possible and how can we repair our index? TIA asked 21.11.2019 at 10:28 peters |
I assume that the field is a BigDecimal. There has been an issue with them if the first value, which was stored has been a non float number, such as BigDecimal(1). See https://jira.axonivy.com/jira/browse/XIVY-3463 The bug was addressed with 8.0 LTS and on the issue-report there is also a patch file for 7.0 LTS. So I'd advise you to migrate to the latest 7.0.14, apply the pre-liminary patch for bigDecimals and you should be fine. Please get in contact with our support to get the patch and advise how to apply it. answered 22.11.2019 at 03:21 Reguel Werme... ♦♦ Hi Reguel, yes, the fields (we have quite a lot of them) is BigDecimal. Thank you for noticing this! I have some questions though:
(22.11.2019 at 06:25)
peters
1
Hi Peter, you can install the pre-liminary patch for BigDecimal also for a 7.0.11 version. I'm not aware of any incompatibilities. The thing is, after installing the patch you will have to re-build the ElasticSearch index from scratch and reIndex all BusinessData. But the re-indexing feature is partially broken and there is no guarantee that it works unless you migrate to 7.0.14.
(25.11.2019 at 02:52)
Reguel Werme... ♦♦
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 21.11.2019 at 10:28
Seen: 3,095 times
Last updated: 05.12.2019 at 05:31
can it be that field is defined as big decimal or number in the java object tree?
there have been various issues addressed with business data and index re-creation. I'd definitively update to 7.0.14 if you are facing re-creation issues: https://developer.axonivy.com/releases/ivy/7.0.14/documents/ReleaseNotes.txt