Skip to content
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

Edge does not sync complete data (Kafka) #147

Open
robotsox opened this issue Jan 30, 2025 · 0 comments
Open

Edge does not sync complete data (Kafka) #147

robotsox opened this issue Jan 30, 2025 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@robotsox
Copy link

robotsox commented Jan 30, 2025

Component

  • Generic

Description
Clear and concise details.

Environment

  • OS: Debian with Docker
  • ThingsBoard: 3.9.0
  • Browser: Firefox 134.0.2

Hello,
I have the problem that my Edge device cannot transfer all data to the cloud.
I keep getting the following error message in the TB-Edge log:

2025-01-30 07:53:38,030 [kafka-producer-network-thread | monolith-transport-notifications-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=monolith-transport-notifications-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:38,038 [kafka-producer-network-thread | monolith-to-edge-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=monolith-to-edge-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:38,041 [kafka-producer-network-thread | monolith-core-notifications-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=monolith-core-notifications-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:38,051 [kafka-producer-network-thread | monolith-to-edge-event-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=monolith-to-edge-event-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:38,066 [kafka-producer-network-thread | monolith-vc-producer-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=monolith-vc-producer-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:38,068 [kafka-producer-network-thread | monolith-to-edge-notifications-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=monolith-to-edge-notifications-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:38,074 [kafka-producer-network-thread | monolith-rule-engine-notifications-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=monolith-rule-engine-notifications-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:38,083 [kafka-producer-network-thread | monolith-housekeeper-producer-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=monolith-housekeeper-producer-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:40,482 [kafka-producer-network-thread | monolith-us-producer-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=monolith-us-producer-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:40,697 [kafka-producer-network-thread | transport-api-request-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=transport-api-request-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:40,711 [kafka-producer-network-thread | monolith-rule-engine-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=monolith-rule-engine-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:41,213 [cloud-manager-uplink-71-thread-1] ERROR o.t.s.s.c.BaseCloudManagerService - Interrupted while waiting for latch, isGeneralProcessInProgress=true

2025-01-30 07:41:29,429 [cloud-manager-uplink-71-thread-1] ERROR o.t.s.s.c.BaseCloudManagerService - Interrupted while waiting for latch, isGeneralProcessInProgress=true java.lang.InterruptedException: null at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1081) at java.base/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:276) at org.thingsboard.server.service.cloud.BaseCloudManagerService.sendUplinkMsgPack(BaseCloudManagerService.java:753) at org.thingsboard.server.service.cloud.BaseCloudManagerService.lambda$processMsgPack$7(BaseCloudManagerService.java:714) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) 2025-01-30 07:41:29,431 [cloud-manager-uplink-71-thread-1] WARN o.t.s.s.c.BaseCloudManagerService - Message not send due to exception: uplinkMsgId: 1089135147 entityData { entityIdMSB: -1146769597467258385 entityIdLSB: -7515850751459944064 entityType: "DEVICE" postTelemetryMsg { tsKvList { ts: 1738222889209 kv { key: "MotorTemperature" type: DOUBLE_V double_v: 29.5 } } } }

My TB-Edge Env are:

Image

@robotsox robotsox added the question Further information is requested label Jan 30, 2025
@robotsox robotsox changed the title Edge does not sync complete data Edge does not sync complete data (Kafka) Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants