15545 Commits

Author SHA1 Message Date
ViacheslavKlimov
aea4d267ff Minor improvements 2023-10-20 15:26:25 +03:00
ViacheslavKlimov
23cd7f0865 Fix testNotificationRuleProcessing_exceededRateLimits 2023-10-20 15:03:24 +03:00
ViacheslavKlimov
be7854fb5b Add 'isolated' to topic and consumer group name for isolated queues 2023-10-19 18:58:41 +03:00
ViacheslavKlimov
2d1640a002 Don't interrupt consumer loop task on stop 2023-10-19 15:29:46 +03:00
ViacheslavKlimov
049f40a62e Clear interruption status after exiting consumer while loop 2023-10-19 14:00:04 +03:00
ViacheslavKlimov
5108e98f38 Minor refactoring 2023-10-19 11:09:58 +03:00
ViacheslavKlimov
ea4eadb47f Cancelling consumer loop task on stop 2023-10-19 11:09:56 +03:00
ViacheslavKlimov
921b2ae4b7 Tests for Rule Engine consumer manager 2023-10-19 11:09:52 +03:00
ViacheslavKlimov
cf951ee2b2 Multiple improvements for Rule Engine consumer services 2023-10-19 11:09:34 +03:00
ViacheslavKlimov
92e0c65a37 Minor refactoring 2023-10-19 11:09:29 +03:00
Andrii Shvaika
c56132d6e8 Minor todos 2023-10-19 11:09:21 +03:00
Andrii Shvaika
3a0afd8a5a Refactoring of the consumer service 2023-10-19 11:09:16 +03:00
Andrii Shvaika
45fd970898 Refactoring in progress 2023-10-19 11:09:11 +03:00
Andrew Shvayka
a360995e49
Merge pull request #9443 from thingsboard/fix/delete-queries
Fix delete queries
2023-10-18 16:02:29 +03:00
ViacheslavKlimov
ef292c5cbb Fix delete queries in repositories 2023-10-18 12:56:01 +03:00
Andrii Shvaika
7ccad683ab prettify script 2023-10-17 18:41:22 +03:00
Andrii Shvaika
71dd96b084 Fix the widgets_bundle_widget table after upgrade 2023-10-17 18:00:04 +03:00
Andrew Shvayka
ee4fdde56f
Merge pull request #9419 from volodymyr-babak/hotfix/tenantServicePublishEvent_sys_tenant_id_fix
tenant publish event fix: tenant_id instead sys_tenant_id to avoid br…
2023-10-16 15:37:16 +03:00
Andrew Shvayka
68a4e68ff4
Merge pull request #9421 from smatvienko-tb/hotfix/3.6-kafka-analytics-headers-stacktrace-20
TbKafkaProducerTemplate: addAnalyticHeaders - stacktrace level increased from 10 to 20 for TRACE enabled
2023-10-16 15:37:00 +03:00
Andrew Shvayka
4155f67b04
Merge pull request #9422 from thingsboard/fix/notification-rule-processor-blocking
DefaultNotificationRuleProcessor - submit to executor sooner
2023-10-16 15:24:10 +03:00
Andrew Shvayka
5a1031a8db
Merge pull request #9418 from volodymyr-babak/hotfix/edge-event-processing-executor-service
Edge events are processed in a separate threads to avoid blocking cor…
2023-10-16 15:17:19 +03:00
ViacheslavKlimov
ee080538a4 DefaultNotificationRuleProcessor - submit to notificationExecutor sooner not to block the caller 2023-10-16 15:15:25 +03:00
Volodymyr Babak
8681d2de62 DefaultEdgeNotificationService - Increased deadline timeout to 60 seconds 2023-10-16 15:06:57 +03:00
Sergey Matvienko
febff6bd00 TbKafkaProducerTemplate: addAnalyticHeaders - stacktrace level increased from 10 to 20 for TRACE enabled 2023-10-16 13:46:37 +02:00
Sergey Matvienko
4700fff7d2 tenant publish event fix: tenant_id instead sys_tenant_id to avoid broadcast messages 2023-10-16 13:52:57 +03:00
Volodymyr Babak
e33c3b43a5 DefaultEdgeNotificationService - onSuccess() make ASAP 2023-10-16 13:36:47 +03:00
Volodymyr Babak
fb5c593bb5 Edge events are processed in a separate threads to avoid blocking core consumer threads 2023-10-16 12:54:10 +03:00
Andrew Shvayka
a6f1b7228c
Merge pull request #9417 from smatvienko-tb/feature/core-notification-stats
TbCoreConsumerStats: core notifications stats by message type
2023-10-16 12:48:20 +03:00
Sergey Matvienko
ec6727ff7d TbCoreConsumerStats: core notifications stats by message type 2023-10-15 22:43:05 +02:00
Andrew Shvayka
94e935636e
Merge pull request #9414 from MrKartoshka/hotfix/3.6
PRC params json hotfix
2023-10-13 17:39:24 +03:00
Maksym Dudnik
ef45ab4f3b rpc params json hotfix 2023-10-13 16:41:36 +03:00
Andrew Shvayka
297792014c
Merge pull request #9409 from MrKartoshka/hotfix/3.6
Connector RPC parаms hotfix
2023-10-13 13:50:31 +03:00
Maksym Dudnik
e0ce0a222e connector rpc params hotfix 2023-10-13 13:10:27 +03:00
Andrew Shvayka
62a6d80509
Merge pull request #9393 from MrKartoshka/hotfix/3.6
Command whitespaces hotfix
2023-10-11 18:53:31 +03:00
Maksym Dudnik
bc20ba7c83 command whitespaces hotfix regex solution 2023-10-11 16:42:45 +03:00
Maksym Dudnik
f1804f2fb2 command whitespaces hotfix 2023-10-11 13:02:51 +03:00
Andrew Shvayka
d4f28721ae
Merge pull request #9364 from thingsboard/fix/entity-deletion
Improvements for tenant deletion
2023-10-09 18:34:24 +03:00
ViacheslavKlimov
95c9300c39 Add Transactional back to deleteDevicesByTenantId 2023-10-09 14:06:03 +03:00
ViacheslavKlimov
1b8e4800d0 Improvements for deletion by tenantId 2023-10-09 11:10:28 +03:00
ViacheslavKlimov
6ed6cc298c Refactoring for deletion of devices, assets, dashboards, users 2023-10-09 11:07:37 +03:00
Andrew Shvayka
6bfa3588d6
Merge pull request #9361 from thingsboard/fix/failing-tests
Fix failing tests
2023-10-05 17:47:53 +03:00
ViacheslavKlimov
9788a87ca3 Fix notification requests deletion test; drop all notifications after test 2023-10-05 12:59:13 +03:00
Sergey Matvienko
31f3c2a824 CachedAttributesService find() many refactored in non-blocking manner 2023-10-05 12:54:58 +03:00
Sergey Matvienko
c57f0bb8aa SQL_TS_LATEST_BATCH_SIZE decreased from 10k down to 1k to improve concurrent updates on maximum load 2023-10-05 12:53:15 +03:00
Sergey Matvienko
3c8a6bf3b4 SQL_ATTRIBUTES_BATCH_SIZE decreased from 10k down to 1k to improve concurrent updates on maximum load 2023-10-05 12:53:07 +03:00
Sergey Matvienko
6809d374a6 ACTORS_SYSTEM_RULE_DISPATCHER_POOL_SIZE increased from 4 to 8 2023-10-05 12:52:59 +03:00
Andrew Shvayka
491724c8a8
Merge pull request #9353 from thingsboard/fix/notifications-performance
Performance improvements for notification center
2023-10-04 15:48:39 +03:00
ViacheslavKlimov
c0294e3878 Don't delete notifications when recipient is deleted 2023-10-04 15:40:04 +03:00
ViacheslavKlimov
6a3beb9213 Remove foreign keys for notification table 2023-10-04 15:38:30 +03:00
ViacheslavKlimov
1a3d7bfab0 Revert initial delay for saveCurrentSystemInfo 2023-10-04 15:30:02 +03:00