-
Notifications
You must be signed in to change notification settings - Fork 25.8k
SnapshotStatus.toString() always returns a error message #26851
Copy link
Copy link
Closed
Labels
:Distributed/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>enhancement
Description
The method toString of class SnapshotStatus always got a error message:
{ "error" : "Can not start an object, expecting field name (context: Object)"}.
The toString:
Line 162 in dbea83a
| public String toString() { |
The startObject() of builder called twice because it will be called in the start of toXContent().
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Distributed/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>enhancement
Type
Fields
Give feedbackNo fields configured for issues without a type.