Sergey Matvienko
|
fe7846d152
|
ui: event table: default interval is 15 minutes
|
2023-08-08 14:09:30 +02:00 |
|
Andrew Shvayka
|
f618599d15
|
Merge pull request #8998 from smatvienko-tb/feature/kafka-producer-append-debug-headers
TbKafkaProducerTemplate will add analytics headers for each message on debug or trace log level
|
2023-07-31 17:26:01 +03:00 |
|
Andrew Shvayka
|
14378f4876
|
Merge pull request #8996 from smatvienko-tb/feature/mqtt-client-channel-handler-invokeHandlersForIncomingPublish
MQTT client channel handler invoke handlers for incoming publish (master branch base)
|
2023-07-31 17:25:23 +03:00 |
|
Andrew Shvayka
|
a8d0968cc3
|
Merge pull request #8983 from smatvienko-tb/feature/onRateLimit-TbMsgPackCallback-skipAllRateLimited
Rule engine: ack all rate limited failures
|
2023-07-31 17:17:36 +03:00 |
|
YevhenBondarenko
|
ac2aac8aa7
|
refactored due to comments
|
2023-07-31 13:51:03 +03:00 |
|
YevhenBondarenko
|
948f517898
|
added zk restart node tests
|
2023-07-31 13:50:57 +03:00 |
|
YevhenBondarenko
|
ce9552e1a8
|
improvements
|
2023-07-31 13:50:49 +03:00 |
|
YevhenBondarenko
|
68149d9673
|
added recalculetePartitions delay for node restart
|
2023-07-31 13:50:41 +03:00 |
|
Andrew Shvayka
|
1248b66004
|
Merge pull request #9016 from smatvienko-tb/feature/cassandra-result_processing_threads
Feature/ Cassandra unlimited cached thread pool replaced with limited pool to prevent stack memory peaks
|
2023-07-31 13:27:41 +03:00 |
|
Sergey Matvienko
|
9e92d10dc5
|
Cassandra: AbstractBufferedRateExecutor improved logging to clarify whether the Read or Write operations logged
|
2023-07-31 12:05:23 +02:00 |
|
Sergey Matvienko
|
161d7c3eda
|
Cassandra: unlimited cached thread pool replaced with limited pool to prevent stack memory peaks. New env CASSANDRA_QUERY_RESULT_PROCESSING_THREADS introduced.
|
2023-07-31 11:59:31 +02:00 |
|
Sergey Matvienko
|
4f99d75e15
|
license:format for new classes
|
2023-07-27 21:38:02 +02:00 |
|
Sergey Matvienko
|
e75307c2be
|
ExceptionUtil.lookupExceptionInCause refactored from recursion to a loop. Tests added
|
2023-07-27 21:38:02 +02:00 |
|
Sergey Matvienko
|
4720bc283c
|
TbMsgPackCallback: AbstractRateLimitException lookup in cause of RuleEngineException. Tests added
|
2023-07-27 21:38:02 +02:00 |
|
Sergey Matvienko
|
825eaf640c
|
RuleEngineException cause added to be able to analyse cause by rate limit exceptions
|
2023-07-27 21:38:02 +02:00 |
|
Sergey Matvienko
|
859c820dc3
|
AbstractRateLimitException introduced in common/data for all rate limit related exceptions
|
2023-07-27 21:38:02 +02:00 |
|
Sergey Matvienko
|
dfe21e3b00
|
ExceptionUtil moved to the common/util package
|
2023-07-27 21:38:02 +02:00 |
|
Sergey Matvienko
|
1b565e01ce
|
Rule engine: ack all rate limited failures (draft)
|
2023-07-27 21:38:02 +02:00 |
|
Sergey Matvienko
|
ed6614af71
|
MqttClientConfig - ownerId added for exceptions logging purposes. MqttChannelHandler - improved logging
|
2023-07-27 20:59:58 +02:00 |
|
Sergey Matvienko
|
2cccd0951a
|
TbKafkaProducerTemplate: addAnalyticHeaders optimized
|
2023-07-27 19:43:06 +02:00 |
|
Sergey Matvienko
|
c3e9ab5991
|
TbKafkaProducerTemplate will add headers for each message when log level: DEBUG - producerId and thread name; TRACE - stacktrace first 10-2=8 lines
|
2023-07-26 20:45:42 +02:00 |
|
Andrew Shvayka
|
cb37450470
|
Merge pull request #8981 from smatvienko-tb/hotfix/lwm2m-transport-start
[hotfix] Lwm2m transport - merge non-unique endpoints for models fetched from the cache
|
2023-07-26 14:15:31 +03:00 |
|
Sergey Matvienko
|
d74e0c45df
|
MqttHandler - processAsync (required for AbstractMqttIntegration)
|
2023-07-26 12:19:33 +02:00 |
|
Sergey Matvienko
|
7e27c5b683
|
mqtt-client: messages processing moved from netty event loop pool and to the handlerExecutor to make netty handlers non-blocking
|
2023-07-26 12:10:06 +02:00 |
|
Sergey Matvienko
|
3b8a9d94ec
|
Lwm2m transport - merge non-unique endpoints for models fetched from cache
|
2023-07-24 22:57:52 +02:00 |
|
Andrew Shvayka
|
04a9f41e52
|
Merge pull request #8924 from smatvienko-tb/hotfix/web-socket-sync-fix
[Hotfix] web socket synchronized fix
|
2023-07-18 16:05:00 +03:00 |
|
Sergey Matvienko
|
5eebbf8985
|
web socket handler tests added. ws msg queue fixed the last msg pickup (and msg order as result)
|
2023-07-14 10:28:32 +02:00 |
|
Sergey Matvienko
|
0bff839951
|
TbWebSocketHandler.checkLimits refactored to extract IO session.close() call from synchronized scope
|
2023-07-12 18:35:07 +02:00 |
|
Sergey Matvienko
|
b236969d00
|
TbWebSocketHandler.SessionMetaData removed synchronization to avoid deadlock with WsSession that already have its own lock
|
2023-07-12 18:34:56 +02:00 |
|
Igor Kulikov
|
3c2d5eeb30
|
Minor fix
|
2023-07-11 16:15:51 +03:00 |
|
Igor Kulikov
|
788ac46f08
|
External rule nodes improvement: When force ack create new message to free memory after acknowledgment. Set request timeout for some external nodes.
|
2023-07-11 16:13:55 +03:00 |
|
Andrii Shvaika
|
7dcebed624
|
Ability to force ack for external nodes
|
2023-06-22 15:59:36 +03:00 |
|
Andrii Shvaika
|
649898566c
|
Add unrecoverable initialization error for actors. Fix timeouts on missing rule chain id in the rule chain input node
|
2023-06-21 19:05:42 +03:00 |
|
Andrew Shvayka
|
405548d44a
|
Merge pull request #8733 from thingsboard/fix_bug_switch_tbel
[FIX_BUG][3.5.1] switch: add validation to tbel
|
2023-06-13 12:26:08 +03:00 |
|
nickAS21
|
6d69c9b213
|
fix_bug_switch: add CompileException2
|
2023-06-13 11:39:48 +03:00 |
|
nickAS21
|
7f0c5f219b
|
fix_bug_switch: add CompileException
|
2023-06-12 19:00:59 +03:00 |
|
Andrew Shvayka
|
866e236c14
|
Merge pull request #8722 from vvlladd28/improvement/ui-rule-node/math-function
Math function rule node: fixed validation
|
2023-06-12 13:30:09 +03:00 |
|
nickAS21
|
f534e2db64
|
fix_bug_switch: add validation to tbel mew msg
|
2023-06-12 13:05:10 +03:00 |
|
nickAS21
|
a85d0b6129
|
fix_bug_switch: add validation to tbel
|
2023-06-09 15:13:33 +03:00 |
|
Andrew Shvayka
|
db5c3e5c16
|
Merge pull request #8727 from volodymyr-babak/edge-connection-fix
[Hotfix] Check edge session before removal to avoid removing live session
|
2023-06-09 14:55:30 +03:00 |
|
Andrew Shvayka
|
5a60b45051
|
Merge pull request #8728 from YevhenBondarenko/fix/azure-root-ca
fixed azure root ca load
|
2023-06-08 17:21:29 +03:00 |
|
YevhenBondarenko
|
9dd10b0b75
|
fixed Iterator already obtained
|
2023-06-08 15:51:10 +02:00 |
|
Volodymyr Babak
|
080a409839
|
Check edge session before removal to avoid removing live session
|
2023-06-08 15:52:40 +03:00 |
|
Andrew Shvayka
|
2afc478918
|
Merge pull request #8724 from YevhenBondarenko/fix/azure-root-ca
added new default root cert for azure iot
|
2023-06-08 15:39:35 +03:00 |
|
YevhenBondarenko
|
23d204e4d6
|
added new default root cert for azure iot
|
2023-06-08 11:53:00 +02:00 |
|
Vladyslav_Prykhodko
|
9a37fe7853
|
UI: Math function rule node fixed validation
|
2023-06-08 12:27:42 +03:00 |
|
Igor Kulikov
|
733dcea36a
|
Update UI help branch
|
2023-05-31 12:56:50 +03:00 |
|
Igor Kulikov
|
5b08e5d5a3
|
Update rule nodes UI
|
2023-05-31 12:54:13 +03:00 |
|
Igor Kulikov
|
a6e2f6aafb
|
Update apache curator version to 5.5.0
|
2023-05-30 17:43:35 +03:00 |
|
Andrew Shvayka
|
1183195d23
|
Merge pull request #8611 from YevhenBondarenko/cookie-util-improvements
ser/des in json format
|
2023-05-30 17:10:05 +03:00 |
|