1 index having two shards went unassigned, when we do the cluster explain we received below response. Request you to assist on this issue

{
  "index" : "audit_latestchargesave_26112022",
  "shard" : 0,
  "primary" : true,
  "current_state" : "unassigned",
  "unassigned_info" : {
    "reason" : "NODE_LEFT",
    "at" : "2023-07-17T20:07:51.278Z",
    "details" : "node_left [e1zP_7tKSv-_JoJJMTbr0g]",
    "last_allocation_status" : "no_valid_shard_copy"
  },
  "can_allocate" : "no_valid_shard_copy",
  "allocate_explanation" : "cannot allocate because all found copies of the shard are either stale or corrupt",
 
"type" : "file_not_found_exception",
          "reason" : """no segments* file found in SimpleFSDirectory@D:\elasticsearch\data\nodes\0\indices\zYw07FKwScqlnqRoLWwIJg\0\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c8a2bec: files: [write.lock]"""
        }
      }
    },
    {
    
"node_decision" : "no",
      "store" : {
        "in_sync" : false,
        "allocation_id" : "GXtvv0sUTNS9_WT0C97NjA",
        "store_exception" : {
          "type" : "file_not_found_exception",
          "reason" : """no segments* file found in SimpleFSDirectory@D:\elasticsearch\data\nodes\0\indices\zYw07FKwScqlnqRoLWwIJg\0\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e5d611f: files: [_beb.kdd, _beb.kdi, _beb.nvd, _beb_17l_Lucene80_0.dvd, _beb_Lucene80_0.dvd, _beb_Lucene84_0.doc, _beb_Lucene84_0.tim, _beb_Lucene84_0.tip, _evv.kdd, _evv.kdi, _evv.nvd, _evv_Lucene80_0.dvd, _evv_Lucene84_0.doc, _evv_Lucene84_0.tim, _evv_Lucene84_0.tip, _evw.cfs, _evx.cfs, _evy.cfs, write.lock]"""
        }
      }
    }
  ]
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.