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

Write data to Kafka external stream facing Fatal error occurred, shall tear down the whole program. (DWAL_FATAL_ERROR) #791

Open
mateng0915 opened this issue Jul 3, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@mateng0915
Copy link

I insert data into my internal stream
image

Then insert into my external kafka stream

image

image

facing the
DB::Exception: Fatal error occurred, shall tear down the whole program. (DWAL_FATAL_ERROR)

Proton Version

1.5.11
image

@mateng0915 mateng0915 added the bug Something isn't working label Jul 3, 2024
@jovezhong
Copy link
Contributor

Thanks for reporting this. Assigned the ticket to @zliang-min

@zliang-min
Copy link
Collaborator

zliang-min commented Jul 7, 2024

Hi @mateng0915 , I created the stream and external stream as you described in the ticket, and everything works just fine for me.
image

When did that error show up? Was it immediately after you execute the insert into external_kafka_time_producer SQL? Or when you inserted data into the self_stream.local_stream stream? And, did you run the proton binary on your machine, or did you use docker?

Also, could you please try if this SQL works for you?

insert into external_kafka_time_producer (id, product, price) values (1, 'keep-insert001', 1.11);

@mateng0915
Copy link
Author

Hi @mateng0915 , I created the stream and external stream as you described in the ticket, and everything works just fine for me. image

When did that error show up? Was it immediately after you execute the insert into external_kafka_time_producer SQL? Or when you inserted data into the self_stream.local_stream stream? And, did you run the proton binary on your machine, or did you use docker?

Also, could you please try if this SQL works for you?

insert into external_kafka_time_producer (id, product, price) values (1, 'keep-insert001', 1.11);

Hi @zliang-min , thx for reply
For Env:
I running the proton instance in the docker

The error is occoured when I insert data into elf_stream.local_stream stream

I running the sql insert into external_kafka_time_producer (id, product, price) values (1, 'keep-insert001', 1.11);
it throw the same error

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants