Skip to content

chore: add known message transformation / schema validation issue #3124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: release-5.8
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions en_US/changes/known-issues-5.8.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Known Issues in EMQX 5.8

## e5.8.8

- **Disabling Message Transformation / Schema Validation after deleting a previous item in the order does not take effect (since 5.8.0, will be fixed in 5.8.8)**.

If one deleted a Message Transformation / Schema Validation, and then disabled one of the items that followed the deleted one, it would remain enabled.

> **Workaround:**
> Run the following command on one of EMQX hosts.
>
> ```
> $ emqx eval "begin ets:delete_all_objects(emqx_message_transformation_index), emqx_message_transformation_config:load() end."
> ```

- **External Schema Registries are not loaded when a node is restarted (since 5.8.1, will be fixed in 5.8.8)**.

## e5.8.6

- **Occasional RPC errors in logs due to failed attempts to contact nodes that had left the cluster (since 5.8.5, will be fixed in 5.9.0)**
Expand Down Expand Up @@ -68,13 +83,13 @@
ABCDEF1111111111 'emqx@emqxc1-core0.local' (!) UNIDENTIFIED
ABCDEF2222222222 'emqx@emqxc2-core0.local' up
<...>

Shard Replicas
messages/0 (!) ABCDEF1111111111
messages/1 (!) ABCDEF1111111111
<...>
messages/9 (!) ABCDEF1111111111

Shard Transitions
messages/0 +ABCDEF2222222222 -ABCDEF1111111111
messages/1 +ABCDEF2222222222 -ABCDEF1111111111
Expand Down