Skip to content

3 10

Release 3.10 (July 2022)

Known Issues

This section highlights any significant issues to be aware of. Refer to our GitHub Issues for a full list of open issues or to open a new one.

Use chromium-based or Safari browser for UIs

It is recommended to use a chromium-based browser such as Google Chrome, Microsoft Edge or Apple Safari for the Egeria Ecosystem UI. Some parts of the UI experience such as Dino currently experience problems with Firefox. See odpi/egeria-react-ui#96 .

inmemory repository intermittent/timing issue

We have noticed a few issues with the in-memory repository during testing which are still being investigated:

Both have only been in specific testcases and are intermittent, most likely timing related.

These issues have not been seen with the local graph repository.

If you do see any problems in this area, please comment on the issue or get in touch via our usual channels.

Ecosystem UI minor issues

We are continuing to develop the Ecosystem UI & improve it's capability and usability. These are not regressions in this release. Known issues include:

See odpi/egeria-react-ui for all issues or to open a new one on this UI.

Business UI lab - asset not found

The 'Egeria UI' lab notebook (ui-labs/ui-asset-search.ipynb) explains how to search for an asset in the UI. This does not work for the asset listed. See odpi/egeria#6547 for more information.

Documentation Link errors

We are aware of broken links in the documentation here, as well as broken links to the documentation contained within the egeria code - for example links to component information.

We are trying to fix these as we update the docs, but please raise any additional problems found in egeria-docs. We would also be very grateful for any PRs that fix issues.

Functional changes
cohort initialization edge case fixed

odpi/egeria#6549 has now been fixed.

This addresses a timing window during cohort initialization which primarily affected our conformance tests & labs. Cohort initialization events were missed by a new cohort joiner due to the delay (5-20 seconds) between a topic listener being started, and the initial offset being determined by kafka in the case where a new consumer was started (ie new server configured). This is now fixed.

See full changelog for details (below)

Helm Charts

These charts may get updated more frequently than Egeria code releases, as we integrate other components and fix bugs. You can always check the latest with helm repo update && helm search repo egeria

Note that the Business UI remains at an older version, as the code is currently undergoing some refactoring.

To see known issues/upcoming work or to report issues see egeria-charts

Lab Chart for 3.10

The Egeria lab chart 3.10.0 has been updated to include:

  • Egeria 3.10
  • Egeria Ecosystem UI 3.8.0
  • Egeria Business UI 3.2.0
  • Strimzi 0.29
Base Chart for 3.10

The Egeria base chart 3.10.0 has been updated to include:

  • Egeria 3.10
  • Egeria Ecosystem UI 3.8.0
  • Strimzi 0.29
CTS & PTS Charts for 3.10
  • Egeria 3.10
  • Strimzi 0.29
Bug fixes and other updates

For details on core egeria changes, see the Github release note for 3.10 and the full commit history in GitHub .


Raise an issue or comment below