-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Node allow uncovered slots cscan (#2815)
* addresed comments Signed-off-by: avifenesh <[email protected]> * Go: add allow_non_covered_slots to ClusterScan and related commands Signed-off-by: avifenesh <[email protected]> * feat: Implement continuous slot scanning until next unscanned slot Signed-off-by: jhpung <[email protected]> * fix: improve slot scanning logic when address not found Signed-off-by: jhpung <[email protected]> * add allowNonCoveredSlots option to ScanOptions and update GlideClusterClient Signed-off-by: avifenesh <[email protected]> * test: add tests for GlideClusterClient scan with allowNonCoveredSlots option Signed-off-by: avifenesh <[email protected]> * refactor: enhance cluster readiness check and improve error handling in scan tests Signed-off-by: avifenesh <[email protected]> --------- Signed-off-by: avifenesh <[email protected]> Signed-off-by: jhpung <[email protected]> Co-authored-by: jhpung <[email protected]> Signed-off-by: Yi-Pin Chen <[email protected]>
- Loading branch information
1 parent
96d974d
commit c487df7
Showing
9 changed files
with
250 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
{ | ||
"devDependencies": { | ||
"@eslint/js": "^9.10.0", | ||
"@eslint/js": "9.17.0", | ||
"@types/eslint__js": "^8.42.3", | ||
"@types/eslint-config-prettier": "^6.11.3", | ||
"eslint": "9.14.0", | ||
"eslint": "9.17.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.6.2", | ||
"typescript-eslint": "^8.13" | ||
"eslint-plugin-jsdoc": "^50.6.1", | ||
"prettier": "3.4.2", | ||
"prettier-eslint": "16.3.0", | ||
"typescript": "5.7.2", | ||
"typescript-eslint": "8.18.1" | ||
} | ||
} |
Oops, something went wrong.