ADLINK-IST / opensplice

This is the Vortex OpenSplice Community Edition source repository. For our commercial offering see
https://www.adlinktech.com/en/vortex-opensplice-data-distribution-service
Apache License 2.0
259 stars 157 forks source link

Fix a problem whereby array data may be corrupted #147

Open r-owen opened 4 years ago

r-owen commented 4 years ago

Here is an example showing the problem. It fails if I use the master branch of the community edition of OpenSplice and succeeds if I use the minor modification in this pull request.

I also observe that the unit tests for ts_salobj pass, whereas one test fails due to corrupt array data without this change.

array_test.zip

ThijsSassen commented 4 years ago

@r-owen thanks for this, in our current release OpenSplice 6.10.4 these defects are already resolved. We are looking into merging those fixes back to the open source as replacement for your PR due to the fact that they contain more fixes than only yours for python.

r-owen commented 4 years ago

That sounds great. I hope you will be able to do that soon. I hope you will also fix the problem that causes segfaults and many entries in the error log at cleanup (separate pull request). Is 6.10.4 actually available? https://um1.salesforce.com/home/home.jsp says the current version is 6.10.3p2.

reza-ebrahimi commented 3 years ago

@ThijsSassen This PR is still remained open about a year, Any news on this?