We recently suffered a power outage and the 2 nodes become split brained. I managed to bring it back to green, but suffered a bit of data loss. When I was review the index data directories, I noticed that one of the nodes had more than one shard index.
.
├── 0
│ ├── indices
│ ├── node.lock
│ └── _state
└── 1
├── indices
├── node.lock
└── _state
While the other node only had one
.
└── 0
├── indices
├── node.lock
└── _state
Looking for guidance as to why this duplicated and how can I clean this up properly? Thanks.