Elasticsearch突然就写不进去了,看日志,shards有1000的限制。
Dev Tool
{
"error" : {
"root_cause" : [
{
"type" : "runtime_exception",
"reason" : "Failed to persist transform configuration"
}
],
"type" : "runtime_exception",
"reason" : "Failed to persist transform configuration",
"caused_by" : {
"type" : "validation_exception",
"reason" : "Validation Failed: 1: this action would add [2] total shards, but this cluster currently has [1000]/[1000] maximum shards open;"
}
},
"status" : 500
}
elasticsearch.log
Caused by: org.elasticsearch.common.ValidationException: Validation Failed: 1: this action would add [2] total shards, but this cluster currently has [1000]/[1000] maximum shards