ieQu1
|
3721be65ee
|
fix(ds): Improve comments
|
2024-07-09 13:15:15 +02:00 |
ieQu1
|
d7732a6aac
|
test(ds): Attempt to stabilize a flaky test
|
2024-07-09 13:15:15 +02:00 |
ieQu1
|
e70c1cfea3
|
test(ds): Improve stability of replication test suite
|
2024-07-09 13:15:15 +02:00 |
ieQu1
|
dc4ae82798
|
test(ds): Add message ID
|
2024-07-09 13:15:14 +02:00 |
ieQu1
|
d1b574a67e
|
perf(dslocal): Run heavy-duty operations in a temporary process
|
2024-07-09 13:15:14 +02:00 |
ieQu1
|
661f79544b
|
fix(ds): Optimize hot loop of skipstream storage layout
|
2024-07-09 13:15:14 +02:00 |
ieQu1
|
23dafbb03b
|
feat(ds): Add a benchmarking tool for storage efficiency analysis
|
2024-07-09 13:15:14 +02:00 |
ieQu1
|
afeb2ab8aa
|
feat(ds): Add metrics for skipstream layout
|
2024-07-09 13:15:14 +02:00 |
ieQu1
|
b68ebb9a73
|
test(dsrepl): Generalize tests to use different storage layouts
|
2024-07-09 13:15:14 +02:00 |
ieQu1
|
8c5e4a2376
|
test(ds): Generalize storage layout test suite for different layouts
|
2024-07-09 13:15:14 +02:00 |
ieQu1
|
086e7256f5
|
feat(ds): Add configuration schema for skipstream LTS layout
|
2024-07-09 13:15:14 +02:00 |
ieQu1
|
a4642d4d06
|
feat(ds): Add a new storage layout engine: "skipstream"
This layout is based on LTS as well, but it uses separate index
streams for constrained replay of streams with learned wildcards
|
2024-07-09 13:15:14 +02:00 |
ieQu1
|
de48077ac4
|
test(ds): Add new helper functions
- Improve message comparison
- Add set operations
|
2024-07-09 13:15:14 +02:00 |
ieQu1
|
210556e545
|
feat(ds): Generalize value serialization
- Add a new utility module for message serialization
- Add experimental serializer based on ASN.1
|
2024-07-09 13:15:14 +02:00 |
ieQu1
|
843973ef32
|
fix(ds): bitfield_lts: static_key_size -> static_key_bits
|
2024-07-09 13:15:14 +02:00 |
ieQu1
|
f84fb34692
|
feat(ds_lts): New APIs: info, reverse lookups and topic compression
|
2024-07-09 13:15:14 +02:00 |
ieQu1
|
eb80402ccb
|
fix(ds): Improve typespecs and descriptions in storage_layer
|
2024-07-09 13:15:14 +02:00 |
ieQu1
|
71dad0242e
|
docs(ds): Move Raft-related parts to emqx_ds_builtin_raft README
|
2024-07-09 13:15:14 +02:00 |
ieQu1
|
afe1c5617d
|
refactor(ds): Rename macros for bitfield_lts metrics
|
2024-07-09 13:15:14 +02:00 |
ieQu1
|
0f2c19b656
|
refactor(ds): Move end_of_stream detection logic for delete_next
|
2024-07-09 13:15:14 +02:00 |
ieQu1
|
b565976794
|
fix(ds): Fix hashing of empty wildcard topic levels in bitfield_lts
|
2024-07-09 13:15:13 +02:00 |
zmstone
|
91fd01ed21
|
Merge pull request #13411 from Altair-Bueno/master
new(helm): websocket ingress (fixes #13309)
|
2024-07-09 11:39:07 +02:00 |
Thales Macedo Garitezi
|
0d1eaba82e
|
Merge pull request #13437 from thalesmg/20240708-m-fix-includes
fix(ds builtin local): use `-include_lib` instead of relative path
|
2024-07-08 18:40:11 -03:00 |
Thales Macedo Garitezi
|
f00bb383d4
|
fix(ds builtin local): use `-include_lib` instead of relative path
|
2024-07-08 16:57:55 -03:00 |
Thales Macedo Garitezi
|
811184ddad
|
feat(jwks): allow specifying custom request headers
Fixes https://emqx.atlassian.net/browse/EMQX-12655
|
2024-07-08 15:40:52 -03:00 |
Thales Macedo Garitezi
|
893630aee3
|
docs: add breaking change entry
Fixes https://github.com/emqx/emqx/pull/13420#issuecomment-2213957235
|
2024-07-08 10:18:12 -03:00 |
Thales Macedo Garitezi
|
d34fc7a03a
|
Merge pull request #13420 from thalesmg/20240705-r57-fix-mt-empty-topics
fix(schema validation & message transformation): forbid empty topic filter list
|
2024-07-08 10:15:08 -03:00 |
Thales Macedo Garitezi
|
166f5e5f12
|
Merge pull request #13426 from thalesmg/20240705-r57-test-flaky-plugin-start-enabled
test(plugins): fix flaky test
|
2024-07-08 09:19:53 -03:00 |
zhongwencool
|
fd18e5feb3
|
Merge pull request #13202 from zhongwencool/cluster-fix-cli
feat: add cluster fix command
|
2024-07-08 19:08:34 +08:00 |
zhongwencool
|
820789a09f
|
fix: redact status when mark_fix_log begin
|
2024-07-08 17:32:45 +08:00 |
zhongwencool
|
457ea93570
|
test: add cluster_sync cli test
|
2024-07-08 17:04:41 +08:00 |
zhongwencool
|
f490a0cba2
|
feat: don't reset tnx_id when cluster_fix
|
2024-07-08 17:04:41 +08:00 |
zhongwencool
|
298211d101
|
chore: apply suggestions from code review
Co-authored-by: zmstone <zmstone@gmail.com>
|
2024-07-08 17:04:41 +08:00 |
zhongwencool
|
bdf3fc63a6
|
chore: add config leader to suggestion
|
2024-07-08 17:04:41 +08:00 |
zhongwencool
|
22fc3c49cc
|
chore: combine some common code into one function
|
2024-07-08 17:04:41 +08:00 |
zhongwencool
|
5b105fcdbb
|
chore: move emqx_conf_proto_v3 to emqx_conf_proto_v4
|
2024-07-08 17:04:41 +08:00 |
zhongwencool
|
3ed4340145
|
test: fix cluster_rpc test failed
|
2024-07-08 17:04:41 +08:00 |
zhongwencool
|
2069910ad1
|
feat: add cluster fix command
|
2024-07-08 17:04:41 +08:00 |
JimMoen
|
ae3b8fe146
|
test: create jwt authenticator with bad public key
|
2024-07-08 16:52:18 +08:00 |
JimMoen
|
f76444fbf8
|
fix: create authn jwt with bad public key
|
2024-07-08 16:52:18 +08:00 |
Shawn
|
5fca0a16f9
|
feat: rename emqx_relup to emqx_post_upgrade
|
2024-07-08 10:33:09 +08:00 |
Shawn
|
92594d042b
|
feat: add some relup examples
|
2024-07-08 10:33:09 +08:00 |
Shawn
|
e9163f2752
|
feat: generate relup tarball
To generate a tarball, tag the release and then:
```
make emqx-enterprise-relup
```
|
2024-07-08 10:33:09 +08:00 |
zhongwencool
|
29d7a511f1
|
Merge pull request #13419 from zhongwencool/port-pr
Port: some minor bug fixes from master
|
2024-07-06 14:42:51 +08:00 |
Thales Macedo Garitezi
|
f9b6ae0c1a
|
Merge pull request #13422 from thalesmg/20240705-r57-max-heap-size-0
fix: handle `max_heap_size` = 0
|
2024-07-05 15:58:06 -03:00 |
Thales Macedo Garitezi
|
f1b4467fe1
|
test(plugins): fix flaky test
Hypothesis is that both peer nodes were using the same directory and stepping on each
other's toes.
|
2024-07-05 14:17:42 -03:00 |
Thales Macedo Garitezi
|
70fab51354
|
fix: handle `max_heap_size` = 0
Fixes https://github.com/emqx/emqx/issues/13417
Fixes https://emqx.atlassian.net/browse/EMQX-12659
|
2024-07-05 13:10:37 -03:00 |
Kjell Winblad
|
c8258cebe8
|
Merge pull request #13414 from kjellwinblad/kjell/review_connector_error_logs_rabbitmq_etc/EMQX-12462
fix: make RabbitMQ error log messages easier to understand
|
2024-07-05 15:01:15 +02:00 |
Thales Macedo Garitezi
|
36ee7bed77
|
docs(message transformation): add api examples
Fixes https://emqx.atlassian.net/browse/EMQX-12645
|
2024-07-05 09:59:27 -03:00 |
Thales Macedo Garitezi
|
e7351d949d
|
fix(schema validation): forbid empty topic filter list
|
2024-07-05 09:51:43 -03:00 |