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

'eventuate.cdc_monitoring' table not found issue #74

Open
nililee opened this issue Sep 21, 2020 · 6 comments
Open

'eventuate.cdc_monitoring' table not found issue #74

nililee opened this issue Sep 21, 2020 · 6 comments

Comments

@nililee
Copy link

nililee commented Sep 21, 2020

I have set the value of 'eventuate.database.schema' property as other schema name other than 'eventuate', but when cdc process is being started, there is an exception raised which indicates that 'eventuate.cdc_monitoring' table not found.

Is this a bug or is there something I misunderstood?

Thanks for your help in advance!

@cer
Copy link
Contributor

cer commented Sep 21, 2020

Please share the CDC version and it's configuration.

@nililee
Copy link
Author

nililee commented Sep 21, 2020

eventuate-cdc-service 0.9.0.RELEASE

I want to use multiple readers and pipelines in k8s environment, so I set the env variables as follows:
EVENTUATELOCAL_KAFKA_BOOTSTRAP_SERVERS=kafka:9092
EVENTUATELOCAL_ZOOKEEPER_CONNECTION_STRING=zookeeper:2181
EVENAUTE_CDC_PIPELINE_PIPELINE1_READER=reader1
EVENAUTE_CDC_PIPELINE_PIPELINE1_TYPE=eventuate-tram
EVENAUTE_CDC_PIPELINE_PIPELINE1_EVENTUATEDATABASESCHEMA=devnt_dev
EVENAUTE_CDC_READER_READER1_TYPE=mysql-binlog
EVENAUTE_CDC_READER_READER1_DATASOURCEURL=evntdev
EVENAUTE_CDC_READER_READER1_DATASOURCEUSERNAME=user
EVENAUTE_CDC_READER_READER1_DATASOURCEPASSWORD=password
EVENAUTE_CDC_READER_READER1_DATASOURCEDRIVERCLASSNAME=com.mysql.jdbc.Driver
EVENAUTE_CDC_READER_READER1_LEADERSHIPLOCKPATH=/eventuate/cdc/leader/devnt_dev
EVENAUTE_CDC_READER_READER1_CDCDBUSERNAME=evntdev
EVENAUTE_CDC_READER_READER1_CDCDBPASSWORD=evnt!01dev
EVENAUTE_CDC_READER_READER1_READOLDDEBEZIUMDBOFFSETSTORAGETOPIC=false
EVENAUTE_CDC_READER_READER1_MYSQLBINLOGCLIENTUNIQUEID=1
EVENAUTE_CDC_READER_READER1_OFFSETSTOREKEY=MySqlBinlog
EVENAUTE_CDC_READER_READER1_OFFSETSTORAGETOPICNAME=offset.storage.devnt_dev
...

@cer
Copy link
Contributor

cer commented Sep 21, 2020

Eventuate is misspelt numerous times including

EVENAUTE_CDC_PIPELINE_PIPELINE1_EVENTUATEDATABASESCHEMA=devnt_dev

EVENAUTE -> EVENTUATE

@nililee
Copy link
Author

nililee commented Sep 21, 2020

Ah, I took mistake by EVENAUTE while I am writing here, but I've applied the correct spelling to k8s by EVENTUATE.
Sorry to confuse you!

@nililee
Copy link
Author

nililee commented Sep 21, 2020

Other tables except for cdc_monitoring are referenced correctly by the schema I applied, say devnt_dev. I don't understand why this table is unconditionally referenced by the default schema, eventuate.

@cer
Copy link
Contributor

cer commented Sep 21, 2020

It's actually a separate property EVENTUATE_CDC_READER_READER1_MONITORINGSCHEMA: foobar, which defaults to eventuate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants