Skip to content

Commit

Permalink
Refactor: fix doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
KKCorps committed Jan 27, 2025
1 parent b804a69 commit 45f6f29
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2199,18 +2199,16 @@ URI createSegmentPath(String rawTableName, String segmentName) {
}

/**
* Re-ingests segments that are in DONE status with a missing download URL, but also
* have no peer copy on any server. This method will call the server reIngestSegment API
* Re-ingests segments that are in ERROR state in EV but ONLINE in IS with no peer copy on any server. This method
* will call the server reIngestSegment API
* on one of the alive servers that are supposed to host that segment according to IdealState.
*
* API signature:
* POST http://[serverURL]/reIngestSegment
* Request body (JSON):
* {
* "tableNameWithType": [tableName],
* "segmentName": [segmentName],
* "uploadURI": [leadControllerUrl],
* "uploadSegment": true
* "segmentName": [segmentName]
* }
*
* @param tableNameWithType The table name with type, e.g. "myTable_REALTIME"
Expand Down

0 comments on commit 45f6f29

Please sign in to comment.