@@ -73,7 +73,7 @@ For example, to check the version of KVLite, use the `version` command:
73
73
74
74
``` shell
75
75
$ docker run --rm -ti --link kvlite:store oracle/nosql:ce java -Xmx64m -Xms64m -jar lib/kvstore.jar version
76
- 23.3.30 2023-12-01 19:37:33 UTC Build id: c5db6593507b Edition: Community
76
+ 23.3.32 2024-03-06 18:21:38 UTC Build id: 69f48431fc69 Edition: Community
77
77
```
78
78
79
79
To check the size of the storage shard:
@@ -98,14 +98,13 @@ $ docker run --rm -ti --link kvlite:store oracle/nosql:ce \
98
98
99
99
Pinging components of store kvstore based upon topology sequence # 14
100
100
10 partitions and 1 storage nodes
101
- Time: 2024-02-28 08:20:36 UTC Version: 23.3.30
101
+ Time: 2024-04-25 08:13:14 UTC Version: 23.3.32
102
102
Shard Status: healthy: 1 writable-degraded: 0 read-only: 0 offline: 0 total: 1
103
103
Admin Status: healthy
104
104
Zone [name= KVLite id= zn1 type= PRIMARY allowArbiters= false masterAffinity= false] RN Status: online: 1 read-only: 0 offline: 0
105
- Storage Node [sn1] on kvlite: 5000 Zone: [name= KVLite id= zn1 type= PRIMARY allowArbiters= false masterAffinity= false] Status: RUNNING Ver: 23.3.30 2023-12-01 19:37:33 UTC Build id: c5db6593507b Edition: Community isMasterBalanced: true serviceStartTime: 2024-02-28 08:11:20 UTC
106
- Admin [admin1] Status: RUNNING,MASTER serviceStartTime: 2024-02-28 08:11:23 UTC stateChangeTime: 2024-02-28 08:11:23 UTC availableStorageSize: 2 GB
107
- Rep Node [rg1-rn1] Status: RUNNING,MASTER sequenceNumber: 508 haPort: 5011 availableStorageSize: 6 GB storageType: HD serviceStartTime: 2024-02-28 08:11:25 UTC stateChangeTime: 2024-02-28 08:11:25 UTC
108
-
105
+ Storage Node [sn1] on kvlite: 5000 Zone: [name= KVLite id= zn1 type= PRIMARY allowArbiters= false masterAffinity= false] Status: RUNNING Ver: 23.3.32 2024-03-06 18:21:38 UTC Build id: 69f48431fc69 Edition: Community isMasterBalanced: true serviceStartTime: 2024-04-25 08:10:10 UTC
106
+ Admin [admin1] Status: RUNNING,MASTER serviceStartTime: 2024-04-25 08:10:13 UTC stateChangeTime: 2024-04-25 08:10:13 UTC availableStorageSize: 2 GB
107
+ Rep Node [rg1-rn1] Status: RUNNING,MASTER sequenceNumber: 86 haPort: 5011 availableStorageSize: 9 GB storageType: HD serviceStartTime: 2024-04-25 08:10:14 UTC stateChangeTime: 2024-04-25 08:10:15 UTC
109
108
110
109
kv-> put kv -key /SomeKey -value SomeValue
111
110
Operation successful, record inserted.
@@ -173,10 +172,10 @@ be made via the Oracle NoSQL Database Proxy on the `KV_PROXY_PORT`.
173
172
First, install the latest version of Oracle NoSQL on your remote host:
174
173
175
174
``` shell
176
- KV_VERSION=23.3.30
175
+ KV_VERSION=23.3.32
177
176
rm -rf kv-$KV_VERSION
178
177
DOWNLOAD_ROOT=http://download.oracle.com/otn-pub/otn_software/nosql-database
179
- DOWNLOAD_FILE=" kv-ce -${KV_VERSION} .zip"
178
+ DOWNLOAD_FILE=" community-edition -${KV_VERSION} .zip"
180
179
DOWNLOAD_LINK=" ${DOWNLOAD_ROOT} /${DOWNLOAD_FILE} "
181
180
curl -OLs $DOWNLOAD_LINK
182
181
jar tf $DOWNLOAD_FILE | grep " kv-$KV_VERSION /lib" > extract.libs
@@ -333,7 +332,7 @@ number used for the image tag:
333
332
334
333
335
334
``` shell
336
- KV_VERSION=23.3.30 docker build --build-arg " $KV_VERSION " --tag " oracle/nosql-ce:$KV_VERSION " .
335
+ KV_VERSION=23.3.32 docker build --build-arg " $KV_VERSION " --tag " oracle/nosql-ce:$KV_VERSION " .
337
336
```
338
337
339
338
## More information
0 commit comments