Search before asking
Version
master
What's Wrong?
Not able query or insert data in the iceberg table. client reports "No available backends".
What You Expected?
able to query or insert value to iceberg table.
How to Reproduce?
- bash start_all.sh
- bash start_doris_client.sh
- select * from iceberg.db_iceberg.tb_iceberg;
Anything Else?
- I interactively enter the doris container, observe the /proc/xxx/cmdline, no backend process there, only FE java process.
- I run /opt/doris/be/bin/start_be.sh, it shows error : "Please disable swap memory before installation."
Are you willing to submit PR?
Code of Conduct