ByConity/byconity-docker

Failing to bring up ByConity Cluster

Opened this issue · 1 comments

I've been trying to use Byconity with docker and I am running into some errors.

After using the 'docker-compose up' command I get this

Lark20230426-203110

After waiting some time for the containers to be ready I then use the test commands given in the documentation.

When I use 'curl '127.0.0.1:8123/?query=select%20count()%20from%20system.one' I get '1' as the response.

However when I use the other test commands to indicate the read and write workers are working

(curl '127.0.0.1:8123/?query=select%20count()%20from%20cnch(vw_default,system,one)'
curl '127.0.0.1:8123/?query=select%20count()%20from%20cnch(vw_write,system,one)'
)

I get this error:

Code: 46. DB::Exception: Unknown table function cnch: or incorrect parameterized view. (UNKNOWN_FUNCTION) (version 23.3.1.1561 (official build))

@canhld94 Can you take a look at this issue?