Skip to content

Commit

Permalink
Merge pull request #217 from FalkorDB/215-fix-status-pending-throwing…
Browse files Browse the repository at this point in the history
…-error

increase default upgrade timeout
  • Loading branch information
dudizimber authored Jan 2, 2025
2 parents 2eb417f + 2b7fe9e commit 04cb278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion falkordb-cluster/cluster-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fi

meet_unknown_nodes(){
# Had to add sleep until things are stable (nodes that can communicate should be given time to do so)
sleep 120
sleep 30
# This fixes an issue where two nodes restart (ex: cluster-sz-1 (x.x.x.1) and cluster-sz-2 (x.x.x.2)) and their ips are switched
# cluster-sz-1 gets (x.x.x.2) and cluster-sz-2 gets (x.x.x.1).
# This can be caught by looking for the lines in the /data/nodes.conf file which have either the "fail" state or the "0:@0".
Expand Down
2 changes: 1 addition & 1 deletion omnistrate_tests/classes/omnistrate_fleet_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def upgrade(
source_version: str,
target_version: str,
wait_until_ready: bool = False,
upgrade_timeout: int = 1200,
upgrade_timeout: int = 2400,
):

data = {
Expand Down

0 comments on commit 04cb278

Please sign in to comment.