Troubleshooting Firestore Writer
This topic describes errors you may see when using Firestore Writer, and possible resolutions.
Exception | Resolutions |
|---|---|
Authentication failure on connection |
|
Connection failure |
|
Aborted (112) | The database is overloaded or the operation conflicted with another operation. Firestore Writer retries automatically according to the Overload Retry Policy property. If the error persists, increase the retry interval or number of retries, or reduce the write rate by adjusting the Batch Policy. See Understand error codes > Aborted (112) in Google's documentation. |
Writes fail because a target collection does not exist | Firestore Writer does not create collections automatically. Create the target collections in Firestore before starting the application. |