Skip to content

Greengrass stream export problem - as it encountered an error in last expor

0

Hello there,

i am some debug message from GGStreamManager.log
some time it show this "as it encountered an error in last export and the backoff hasn't expired yet"
i am not sure how to configure the stream so that it wont happen.

[code]
[2020-08-12T20:58:29.981+10:00][DEBUG]- (nioEventLoopGroup-3-1) com.amazonaws.iot.greengrass.streammanager.server.handlers.AppendMessageRequestHandler: Received an append message request for stream SomeStream, requestId 936155dd-faa8-4e97-bf55-fa8851267370
[2020-08-12T20:58:30.005+10:00][DEBUG]- (pool-5-thread-2) com.amazonaws.iot.greengrass.streammanager.export.filter.ExportExceptionPredicate: Excluding export stream ExportStreamIdentifierV1(streamName=SomeStream, exportIdentifier=KinesisExportSomeStream) as it encountered an error in last export and the backoff hasn't expired yet
[2020-08-12T20:58:30.005+10:00][DEBUG]- (pool-5-thread-2) com.amazonaws.iot.greengrass.streammanager.export.decider.Decider: There are no upload tasks.
[2020-08-12T20:58:30.006+10:00][DEBUG]- (nioEventLoopGroup-3-1) com.amazonaws.iot.greengrass.streammanager.server.protocol.ResponseHelper: Respond request 936155dd-faa8-4e97-bf55-fa8851267370 with status Success
[/code]

Thank you everyone

Regards,
Nhat Nhan

Edited by: nhatnhan on Aug 12, 2020 4:09 AM

Edited by: nhatnhan on Aug 12, 2020 4:24 AM

Edited by: nhatnhan on Aug 12, 2020 4:44 AM

asked 5 years ago361 views
2 Answers
0

Hi Nhat,
The message is indicating that there is an exception in the last upload, and the backoff time hasn't expired yet. It does not imply an error and the task seemed succeeded.

-Zhaoyan

AWS
answered 5 years ago
0

Cool thank you

answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.