-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Closed
Labels
:Distributed Coordination/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().
Metadata
Metadata
Assignees
Labels
:Distributed Coordination/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>enhancement