mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 13:46:02 +03:00
[GH-ISSUE #627] Error when connect ck using read only model #174
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#174
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yubobo on GitHub (Jan 21, 2022).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/627
SQL Error [164]: ClickHouse exception, code: 164, host: cc-clickhouse.oppoer.me, port: 80; Code: 164, e.displayText() = DB::Exception: Cannot modify 'max_result_rows' setting in readonly mode (version 20.8.5.45)
how to modify this error?
@yubobo commented on GitHub (Jan 24, 2022):
org.jkiss.dbeaver.model.sql.DBSQLException: SQL Error [164]: ClickHouse exception, code: 164, host: cc-clickhouse.oppoer.me, port: 80; Code: 164, e.displayText() = DB::Exception: Cannot modify 'max_result_rows' setting in readonly mode (version 20.8.5.45)
Caused by: ru.yandex.clickhouse.except.ClickHouseException: ClickHouse exception, code: 164, host: cc-clickhouse.oppoer.me, port: 80; Code: 164, e.displayText() = DB::Exception: Cannot modify 'max_result_rows' setting in readonly mode (version 20.8.5.45)
Caused by: java.lang.Throwable: Code: 164, e.displayText() = DB::Exception: Cannot modify 'max_result_rows' setting in readonly mode (version 20.8.5.45)
@kseniiaguzeeva commented on GitHub (Jan 24, 2022):
Can you connect to Clickhouse via another application (e.g. DBeaver)? It seems, that the issue is in Clickhouse configuration. Could you please try the advice from this ticket? Here is Clickhouse documentation.
I'm looking forward to your answer.
@yubobo commented on GitHub (Jan 24, 2022):
I use DataGrip to connect to CK successfully. read only mode.

@kseniiaguzeeva commented on GitHub (Jan 26, 2022):
Thank you for the report. It will be fixed.
@simsicon commented on GitHub (Jan 28, 2022):
@kseniiaguzeeva I can confirm that I am experiencing the same problem with dbeaver/cloudbeaver:21.3.3 docker built. Looking forward to the fix, thank you for your work.
@kseniiaguzeeva commented on GitHub (Jan 28, 2022):
Thank you for the report. We are going to fix it in 22.0.0 release.
@kseniiaguzeeva commented on GitHub (Mar 10, 2022):
The issue is fixed in the latest release.