Scott deRegt
08/17/2022, 10:52 PMerror
state. When checking debug
endpoint and server logs, am seeing java.nio.file.NoSuchFileException
on specific segment files local paths. I've tried rebalancing servers w/ downtime
+ bootstrap
toggled as well as running reload segment with forceDownload
set to true
but still can't seem to clear the `error`s. any tips on how to repair this error state?Scott deRegt
08/17/2022, 11:00 PMsegment.download.url
is valid and contains data.Mayank
Scott deRegt
08/17/2022, 11:08 PM/segments/{tableName}/{segmentName}/reload
endpoint with specific segment and forceDownload
set to true
. The response indicated success (Sent reload messages
)) but the server still have the same NoSuchFileException
afterwards.Scott deRegt
08/17/2022, 11:09 PM/segments/{tableName}/reload
w/ forceDownload
set to true
.Mayank
Scott deRegt
08/18/2022, 3:33 PM"errorMessage": "Caught exception in state transition from OFFLINE -> ONLINE for resource: <table_name>, partition: <table_name>_2021-07-18_2021-07-18_0",
"stackTrace": "java.nio.file.NoSuchFileException: ...
Neha Pawar
Scott deRegt
08/19/2022, 4:45 PMScott deRegt
08/19/2022, 9:54 PMNoSuchFileException
.Mayank
Scott deRegt
08/19/2022, 9:59 PMserver/index/
path. Some of this index data exists for tables that no longer exist in our pinot cluster or segments that were reassigned to other servers
in the segment routing table. Is there a good way to keep this directory purged of unused data?