You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-5806: added ability to start node in read-only mode
* feat(cmapi): add read_only param for API add node endpoint * style(cmapi): fixes for string length and quotes Add dbroots of other nodes to the read-only node On every node change adjust dbroots in the read-only nodes Fix logging (trace level) in tests
This commit is contained in:
committed by
Serguey Zefirov
parent
a27f1a1f98
commit
c59e2aa9ee
@ -104,7 +104,8 @@ def enable_console_logging(logger: logging.Logger) -> None:
|
||||
def config_cmapi_server_logging():
|
||||
# add custom level TRACE only for develop purposes
|
||||
# could be activated using API endpoints or cli tool without relaunching
|
||||
add_logging_level('TRACE', 5)
|
||||
if not hasattr(logging, 'TRACE'):
|
||||
add_logging_level('TRACE', 5)
|
||||
cherrypy._cplogging.LogManager.error = custom_cherrypy_error
|
||||
# reconfigure cherrypy.access log message format
|
||||
# Default access_log_format '{h} {l} {u} {t} "{r}" {s} {b} "{f}" "{a}"'
|
||||
|
Reference in New Issue
Block a user