> For the complete documentation index, see [llms.txt](https://docs.sportradar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportradar.com/uof/error-handling/error-catalogue/snapshot-complete-with-unknown-recoveryid.md).

# Snapshot complete with unknown recoveryId

**Error Description**

Customers may encounter a log message containing the following phrase in the Java SDK.

```
"Received snapshot complete with unknown recoveryId"
```

Log Example -

```
2023-05-14 12:46:44,392 INFO (RecoveryManagerImpl) - Received snapshot complete with unknown recoveryId. Producer=Producer[3 Ctrl], recoveryId=316, messageInterest=AllMessages
```

**Applies to**

UOF SDK Java

**Cause**

This issue may occur due to one of the following reasons:

1. Recovery was initiated by an external source like iodocs.
2. The first recovery did not complete in time, and the SDK issued a new recovery request with a new request ID. When recovery is initiated, it may generate a significant number of messages for the SDK to process. If the SDK is unable to recover for an extended period, it may issue another recovery, forgetting the previously issued recovery ID. For more information about recovery handling, refer to the UOF SDK - Recovery documentation.

**Resolution**

No action required.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sportradar.com/uof/error-handling/error-catalogue/snapshot-complete-with-unknown-recoveryid.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
