File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
// A logical clock to perform rolling restarts of RonDB; it can never be higher than the Id
10
10
"RonDBRunningSince" : 1 ,
11
11
// Make sure to adjust RonDBDownloadLink when changing this
12
- "RonDBVersion" : " 22.10.1 " ,
12
+ "RonDBVersion" : " 22.10.3 " ,
13
13
/*
14
14
The url nginx/hopsworks_proxy is a reverse proxy to repo.hops.works,
15
15
which is where Hopsworks hosts RonDB builds:
16
16
*/
17
- "RonDBDownloadLink" : " http://nginx/hopsworks_proxy/master/rondb-22.10.1 -linux-glibc2.35-arm64_v8.tar.gz" ,
17
+ "RonDBDownloadLink" : " http://nginx/hopsworks_proxy/master/rondb-22.10.3 -linux-glibc2.35-arm64_v8.tar.gz" ,
18
18
// A logical clock to perform rolling restarts of the ndb-agent; it can never be higher than the Id
19
19
"NdbAgentRunningSince" : 1 ,
20
20
/*
Original file line number Diff line number Diff line change 22
22
23
23
# - "Node 1: not connected" # exit code 0
24
24
# - "3: Node not found" # exit code 1
25
- # - "Node 2: started (RonDB-22.10.1 )" # exit code 0
25
+ # - "Node 2: started (RonDB-22.10.3 )" # exit code 0
26
26
# - "94: Node not found" # exit code 255
27
27
28
28
MGM_CONNECTION_STRING=$1
You can’t perform that action at this time.
0 commit comments