Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RONDB-662: Merge 0.4 upstream #69

Merged
merged 2 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ env:
LTS_X86_TARBALL_NAME: rondb-21.04.16-linux-glibc2.17-x86_64.tar.gz
LTS_ARM_TARBALL_NAME: rondb-21.04.16-linux-glibc2.35-arm64_v8.tar.gz

RONDB_VERSION_STABLE: 22.10.1
STABLE_X86_TARBALL_NAME: rondb-22.10.1-linux-glibc2.28-x86_64.tar.gz
STABLE_ARM_TARBALL_NAME: rondb-22.10.1-linux-glibc2.35-arm64_v8.tar.gz
RONDB_VERSION_STABLE: 22.10.3
STABLE_X86_TARBALL_NAME: rondb-22.10.3-linux-glibc2.28-x86_64.tar.gz
STABLE_ARM_TARBALL_NAME: rondb-22.10.3-linux-glibc2.28-arm64_v8.tar.gz

jobs:
integration-test-and-package:
Expand Down
4 changes: 2 additions & 2 deletions managed_rondb/desired_state.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
// A logical clock to perform rolling restarts of RonDB; it can never be higher than the Id
"RonDBRunningSince": 1,
// Make sure to adjust RonDBDownloadLink when changing this
"RonDBVersion": "22.10.1",
"RonDBVersion": "22.10.3",
/*
The url nginx/hopsworks_proxy is a reverse proxy to repo.hops.works,
which is where Hopsworks hosts RonDB builds:
*/
"RonDBDownloadLink": "http://nginx/hopsworks_proxy/master/rondb-22.10.1-linux-glibc2.35-arm64_v8.tar.gz",
"RonDBDownloadLink": "http://nginx/hopsworks_proxy/master/rondb-22.10.3-linux-glibc2.28-arm64_v8.tar.gz",
// A logical clock to perform rolling restarts of the ndb-agent; it can never be higher than the Id
"NdbAgentRunningSince": 1,
/*
Expand Down
2 changes: 1 addition & 1 deletion resources/healthcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# - "Node 1: not connected" # exit code 0
# - "3: Node not found" # exit code 1
# - "Node 2: started (RonDB-22.10.1)" # exit code 0
# - "Node 2: started (RonDB-22.10.3)" # exit code 0
# - "94: Node not found" # exit code 255

MGM_CONNECTION_STRING=$1
Expand Down
Loading