Skip to content

init.sh not reporting db load counts. #3

@eostermueller

Description

@eostermueller

While installing javaPerformanceTroubleshooting I ran into a problem. At the end of the init.sh run I received this message:

@@
@@ Here are row counts of tables:
@@
Shutting down TCP Server at tcp://localhost:9092
@@
@@ init.sh is finished.
@@ The db has been stopped.
@@

According to the instructions it's supposed to look like this:

@@ Here are row counts of tables:
@@
[INFO] S01.BRANCHES=100
[INFO] S01.ACCOUNTS=125000
[INFO] S01.HISTORY=1250000
[INFO] S02.BRANCHES=100
[INFO] S02.ACCOUNTS=250000
[INFO] S02.HISTORY=2500000
Shutting down TCP Server at tcp://localhost:9092
@@
@@ init.sh is finished.
@@ The db has been stopped.

For some reason it is not showing the row counts. Could you help me with this issue. I am sure it is caused by a simple mistake on my end. I am using a laptop with the Ubuntu OS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions