OpenSearch/server
David Turner 245cdd8c34
Register ResyncTask.Status as a NamedWriteable (#36610)
Today, ResyncTask.Status is not registered, but appears as a task status
sometimes, leading to `Failed to deserialize response from handler` exceptions:

    java.lang.IllegalArgumentException: Unknown NamedWriteable [org.elasticsearch.tasks.Task$Status][resync]

This commit adds the missing registration.
2018-12-14 12:16:09 +00:00
..
licenses Update lucene to snapshot-7e4555a2fd (#36563) 2018-12-12 20:18:32 +00:00
src Register ResyncTask.Status as a NamedWriteable (#36610) 2018-12-14 12:16:09 +00:00
build.gradle converting ForbiddenPatternsTask to .java (#36194) 2018-12-11 14:15:44 +02:00