Shawn
|
9f22c2c455
|
ci: add some sleep and retry to emqx_persistent_session_ds_SUITE
|
2024-01-29 18:18:18 +08:00 |
Shawn
|
12da3c0986
|
feat: configurable server side message_expiry_interval
|
2024-01-29 17:29:52 +08:00 |
Zaiming (Stone) Shi
|
dbe2baa405
|
Merge pull request #12408 from zmstone/sync-release-55
Sync release 55
|
2024-01-27 19:20:58 +00:00 |
ieQu1
|
2c6a776318
|
fix(sessds): Stricter checks for PacketIds
|
2024-01-26 17:49:33 +01:00 |
ieQu1
|
eec56b0d6b
|
fix(sessds): Improve comments
|
2024-01-26 17:49:33 +01:00 |
ieQu1
|
3c451c6ae6
|
test(sessds): Fix unstable tests
|
2024-01-26 17:49:33 +01:00 |
ieQu1
|
2d23212792
|
refactor(sessds): #ifs -> #srs
|
2024-01-26 17:49:33 +01:00 |
ieQu1
|
974760d331
|
test(sessds): Don't trap exits in the test
|
2024-01-26 17:49:33 +01:00 |
ieQu1
|
ebe2339810
|
fix(sessds): Use mria:async_dirty instead of transaction
|
2024-01-26 17:49:33 +01:00 |
ieQu1
|
f5b9bd30aa
|
fix(sessds): Apply review remarks
|
2024-01-26 17:49:33 +01:00 |
ieQu1
|
39857626ce
|
test(sessds): Fix failing tests
|
2024-01-26 17:49:33 +01:00 |
ieQu1
|
e7b03cdc59
|
test(sessds): Create a property-based test for the session state
|
2024-01-26 17:49:33 +01:00 |
ieQu1
|
893656f092
|
fix(sessds): Fix session garbage collection after the refactoring
|
2024-01-26 17:49:33 +01:00 |
ieQu1
|
963df8f941
|
fix(sessds): Delete the routes when the session expires
|
2024-01-26 17:49:33 +01:00 |
ieQu1
|
cff6c15e13
|
fix(sessds): Store the QoS as the MSB of the packet ID
|
2024-01-26 17:49:33 +01:00 |
ieQu1
|
978a3bfef3
|
refactor(sessds): Simplify representation of QoS tracks
|
2024-01-26 17:49:33 +01:00 |
ieQu1
|
1b4f69b44d
|
refactor(sessds): Simplify data structure of ds_state pmap datatype
|
2024-01-26 17:49:33 +01:00 |
ieQu1
|
4f4831fe7f
|
refactor(sessds): Factor out stream scheduler into its own module
|
2024-01-26 17:49:33 +01:00 |
ieQu1
|
82ef34998a
|
feat(sessds): Index streams by a unique subid
|
2024-01-26 17:49:33 +01:00 |
ieQu1
|
3fb2064ea4
|
test(sessds): Add property-based tests for seqno generator
|
2024-01-26 17:49:33 +01:00 |
ieQu1
|
8e8d3af096
|
fix(sessds): Refactor emqx_persistent_session_ds to use CRUD module
|
2024-01-26 17:49:33 +01:00 |
ieQu1
|
2d08aa88d8
|
refactor(ds): Create a CRUD module for the persistent session
|
2024-01-26 17:49:33 +01:00 |
Zaiming (Stone) Shi
|
2a40152721
|
Merge remote-tracking branch 'origin/release-55' into sync-release-55
|
2024-01-26 16:51:13 +01:00 |
William Yang
|
933c00c7ad
|
Merge pull request #12392 from qzhuyan/perf/william/ws-no-utf8-validate
perf: new ws listener option to disable UTF-8 validation
|
2024-01-26 16:01:04 +01:00 |
ieQu1
|
0933dc818e
|
chore(ekka): Bump version to 0.18.4
Don't escalate the errors in etcd node discovery to the node level.
Fixes: #12255
|
2024-01-26 14:25:16 +01:00 |
Serge Tupchii
|
a56a5e9c3c
|
chore: add copyright
|
2024-01-26 11:01:53 +02:00 |
Serge Tupchii
|
2d693402c5
|
refactor: split greptimedb bridge to actions and connectors
|
2024-01-26 11:01:53 +02:00 |
William Yang
|
726302ef6a
|
perf: new ws listener option to disable UTF-8 validation
|
2024-01-26 09:55:17 +01:00 |
JimMoen
|
308cde53b9
|
fix(prom_stats): merge cl_consistented data into per nodes data
|
2024-01-26 11:39:20 +08:00 |
JianBo He
|
e29a80d568
|
Merge pull request #12388 from qzhuyan/dev/william/per-listn-conn-cnt
feat: quic per listener conn count
|
2024-01-26 09:01:39 +08:00 |
Thales Macedo Garitezi
|
590746ddfa
|
Merge pull request #12400 from thalesmg/ds-fix-data-dir-schema-m-20240125
fix(ds): don't make data dir part of the schema
|
2024-01-25 15:52:11 -03:00 |
Thales Macedo Garitezi
|
8e31afe6c2
|
fix(ds): don't make data dir part of the schema
The data directory was ending up being persisted in the database schema. This led to
issues when opening the DB on different nodes.
|
2024-01-25 14:44:06 -03:00 |
lafirest
|
0b6aee0ae9
|
Merge pull request #12393 from lafirest/fix/iotdb
fix(iotdb): change the `data` field to optional
|
2024-01-25 23:00:36 +08:00 |
Kjell Winblad
|
5bf37cbe0a
|
Merge pull request #12376 from kjellwinblad/kjell/kinesis
feat: refactor kinesis bridge to connector and action
|
2024-01-25 14:58:40 +01:00 |
Thales Macedo Garitezi
|
b5567d9d9f
|
Merge pull request #12389 from thalesmg/ci-peer-cover-m-20240124
ci: start/flush cover when using peer
|
2024-01-25 10:00:50 -03:00 |
Kjell Winblad
|
2887a05ba3
|
refactor: simplify emqx_bridge_kinesis (thanks to @thalesmg's tips)
|
2024-01-25 12:48:31 +01:00 |
JimMoen
|
4dca1ef848
|
fix(prom_di): compatibility with bridge_v1
|
2024-01-25 19:37:15 +08:00 |
JimMoen
|
7b041683bb
|
fix(prom_di): action enable and status
|
2024-01-25 19:36:40 +08:00 |
JimMoen
|
beeedd33d1
|
fix(prom_mria): mria_data in init_acc
|
2024-01-25 19:36:39 +08:00 |
JimMoen
|
58b60181d7
|
fix(prom_mria): move mria callback into `emqx_prometheus.erl`
- they will return in same api endpoint.
|
2024-01-25 19:36:38 +08:00 |
Kjell Winblad
|
cfad0923cf
|
chore: use macros for connector and action status atoms
|
2024-01-25 11:50:01 +01:00 |
firest
|
01f374d8e5
|
fix(iotdb): change the `data` field to optional
|
2024-01-25 18:29:41 +08:00 |
zhongwencool
|
3b0736fc67
|
Merge pull request #12387 from thalesmg/sync-r55-m-20240124
sync release-55 to master
|
2024-01-25 17:35:41 +08:00 |
zhongwencool
|
4f8accc31b
|
Merge branch 'master' into sync-r55-m-20240124
|
2024-01-25 16:09:05 +08:00 |
ieQu1
|
aeefbe9544
|
fix(ds): Cache database metadata in RAM
|
2024-01-25 16:01:44 +08:00 |
Thales Macedo Garitezi
|
846ad42a65
|
fix(ds): don't use env var for data dir default value
Fixes https://github.com/emqx/emqx/pull/12380
|
2024-01-25 16:01:44 +08:00 |
Thales Macedo Garitezi
|
024ffe2909
|
test(ds): reduce flakiness
|
2024-01-25 16:01:44 +08:00 |
Thales Macedo Garitezi
|
9003bc5b72
|
perf(ds): inherit only LTS paths containing wildcards when adding a new generation
Fixes https://github.com/emqx/emqx/pull/12338#discussion_r1462139499
|
2024-01-25 16:01:44 +08:00 |
Shawn
|
e4c683d6f8
|
chore: update ecql to 0.6.0
|
2024-01-25 16:01:44 +08:00 |
Shawn
|
5cd9f49558
|
ci: update generated connector name
|
2024-01-25 16:01:44 +08:00 |