Skip to content

Commit 1b06f73

Browse files
committed
oracle demo updates
1 parent cf29df3 commit 1b06f73

File tree

1 file changed

+54
-1
lines changed

1 file changed

+54
-1
lines changed

connectors/oracle/demo/README.md

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,32 @@ redislabs/redis-connect-oracle:pre-release-alpine stage
279279
<p>
280280
281281
```bash
282+
-------------------------------
283+
Staging Redis Connect redis-connect-oracle v0.4.0.26 job using Java 11.0.13 on docker-desktop started by root in /opt/redislabs/redis-connect-oracle/bin
284+
Loading Redis Connect redis-connect-oracle Configurations from /opt/redislabs/redis-connect-oracle/config/samples/loader
285+
05:00:41,562 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/opt/redislabs/redis-connect-oracle/config/logback.xml] at [file:/opt/redislabs/redis-connect-oracle/config/logback.xml]
286+
....
287+
....
288+
05:00:42.216 [main] INFO startup - ##################################################################
289+
05:00:42.221 [main] INFO startup -
290+
05:00:42.222 [main] INFO startup - REDIS CONNECT SETUP CLEAN - Deletes metadata related to Redis Connect from Job Management Database
282291

292+
05:00:42.222 [main] INFO startup -
293+
05:00:42.222 [main] INFO startup - ##################################################################
294+
....
295+
....
296+
05:00:47.299 [main] INFO startup - ##################################################################
297+
05:00:47.305 [main] INFO startup -
298+
05:00:47.306 [main] INFO startup - REDIS CONNECT SETUP CREATE - Seed metadata related to Redis Connect to Job Management Database
299+
05:00:47.307 [main] INFO startup -
300+
05:00:47.307 [main] INFO startup - ##################################################################
301+
05:00:48.569 [main] INFO startup - Instance: 56@docker-desktop will attempt Job Management Database (Redis) with all the configurations and scripts, if applicable, needed to execute jobs
302+
05:00:50.264 [main] INFO startup - Instance: 56@docker-desktop successfully established Redis connection for INIT service
303+
05:00:50.298 [main] INFO startup - Instance: 56@docker-desktop successfully created Job Claim Assignment Stream and Consumer Group
304+
05:00:50.436 [main] INFO startup - Instance: 56@docker-desktop successfully seeded Job related metadata
305+
05:00:50.437 [main] INFO startup - Instance: 56@docker-desktop successfully seeded Metrics related metadata
306+
05:00:50.437 [main] INFO startup - Instance: 56@docker-desktop successfully staged Job Management Database (Redis) with all the configurations and scripts, if applicable, needed to execute jobs
307+
-------------------------------
283308
```
284309
285310
</p>
@@ -312,14 +337,42 @@ redislabs/redis-connect-oracle:pre-release-alpine start
312337
<p>
313338
314339
```bash
315-
340+
-------------------------------
341+
Starting Redis Connect redis-connect-oracle v0.4.0.26 instance using Java 11.0.13 on docker-desktop started by root in /opt/redislabs/redis-connect-oracle/bin
342+
Loading Redis Connect redis-connect-oracle Configurations from /opt/redislabs/redis-connect-oracle/config/samples/loader
343+
05:04:10,455 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/opt/redislabs/redis-connect-oracle/config/logback.xml] at [file:/opt/redislabs/redis-connect-oracle/config/logback.xml]
344+
....
345+
....
346+
05:04:11.170 [main] INFO startup -
347+
05:04:11.179 [main] INFO startup - /$$$$$$$ /$$ /$$ /$$$$$$ /$$
348+
05:04:11.180 [main] INFO startup - | $$__ $$ | $$|__/ /$$__ $$ | $$
349+
05:04:11.181 [main] INFO startup - | $$ \ $$ /$$$$$$ /$$$$$$$ /$$ /$$$$$$$ | $$ \__/ /$$$$$$ /$$$$$$$ /$$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$
350+
05:04:11.182 [main] INFO startup - | $$$$$$$/ /$$__ $$ /$$__ $$| $$ /$$_____/ | $$ /$$__ $$| $$__ $$| $$__ $$ /$$__ $$ /$$_____/|_ $$_/
351+
05:04:11.184 [main] INFO startup - | $$__ $$| $$$$$$$$| $$ | $$| $$| $$$$$$ | $$ | $$ \ $$| $$ \ $$| $$ \ $$| $$$$$$$$| $$ | $$
352+
05:04:11.185 [main] INFO startup - | $$ \ $$| $$_____/| $$ | $$| $$ \____ $$ | $$ $$| $$ | $$| $$ | $$| $$ | $$| $$_____/| $$ | $$ /$$
353+
05:04:11.186 [main] INFO startup - | $$ | $$| $$$$$$$| $$$$$$$| $$ /$$$$$$$/ | $$$$$$/| $$$$$$/| $$ | $$| $$ | $$| $$$$$$$| $$$$$$$ | $$$$/
354+
05:04:11.187 [main] INFO startup - |__/ |__/ \_______/ \_______/|__/|_______/ \______/ \______/ |__/ |__/|__/ |__/ \_______/ \_______/ \___/
355+
05:04:11.188 [main] INFO startup -
356+
05:04:11.188 [main] INFO startup - ##################################################################
357+
05:04:11.189 [main] INFO startup -
358+
05:04:11.190 [main] INFO startup - Initializing Redis Connect Instance
359+
05:04:11.190 [main] INFO startup -
360+
05:04:11.190 [main] INFO startup - ##################################################################
361+
....
362+
....
363+
05:04:42.224 [JobManager-1] INFO startup - JobId: {connect}:job:initial_load claim request with ID: 1637211839157-0 has been fully processed and all metadata has been updated
364+
05:04:42.265 [lettuce-nioEventLoop-4-1] INFO startup - Instance: 30@docker-desktop consumed Job Claim Transition Event on Channel: REDIS.CONNECT.JOB.CLAIM.TRANSITION.EVENTS Message: {"jobId":"{connect}:job:initial_load","instanceName":"30@docker-desktop","transitionEvent":"CLAIMED","serviceName":"JobClaimer"}
365+
05:04:42.267 [JobManager-1] INFO startup - Instance: 30@docker-desktop published Job Claim Transition Event to Channel: REDIS.CONNECT.JOB.CLAIM.TRANSITION.EVENTS Message: {"jobId":"{connect}:job:initial_load","instanceName":"30@docker-desktop","transitionEvent":"CLAIMED","serviceName":"JobClaimer"}
366+
....
367+
....
316368
```
317369
318370
</p>
319371
</details>
320372
321373
<details><summary><b>Query for the above inserted record in Redis (target)</b></summary>
322374
<p>
375+
e.g.
323376
324377
```bash
325378
demo$ sudo docker exec -it re-node1 bash -c 'redis-cli -p 12000 ft.search idx:emp "*"'

0 commit comments

Comments
 (0)