gpt4 book ai didi

python - OperationTimedOut : errors={}, last_host=127.0.0.1

转载 作者:太空狗 更新时间:2023-10-29 21:20:48 24 4
gpt4 key购买 nike

我正在使用单节点 Cassandra,我打算运行一些查询以检查响应时间。在某些查询中,执行 10 秒后出现以下错误:

OperationTimedOut: errors = {}, last_host = 127.0.0.1

所以我运行了以下命令:

sudo gedit /usr/bin/cqlsh.py

并更改了cqlsh.py文件:

# cqlsh should run correctly when run out of a Cassandra source tree,
# out of an unpacked Cassandra tarball, and after a proper package install.
cqlshlibdir = os.path.join(CASSANDRA_PATH, 'pylib')
if os.path.isdir(cqlshlibdir):
sys.path.insert(0, cqlshlibdir)

from cqlshlib import cql3handling, cqlhandling, pylexotron, sslhandling
from cqlshlib.displaying import (ANSI_RESET, BLUE, COLUMN_NAME_COLORS, CYAN,
RED, FormattedValue, colorme)

from cqlshlib.formatting import (DEFAULT_DATE_FORMAT, DEFAULT_NANOTIME_FORMAT,
DEFAULT_TIMESTAMP_FORMAT, DateTimeFormat,
format_by_type, format_value_utype,
formatter_for)

from cqlshlib.tracing import print_trace, print_trace_session
from cqlshlib.util import get_file_encoding_bomsize, trim_if_present

DEFAULT_HOST = '127.0.0.1'
DEFAULT_PORT = 9042
DEFAULT_CQLVER = '3.3.1'
DEFAULT_PROTOCOL_VERSION = 4
DEFAULT_CONNECT_TIMEOUT_SECONDS = 240

DEFAULT_FLOAT_PRECISION = 5
DEFAULT_MAX_TRACE_WAIT = 300

但是,当我尝试再次运行查询时,cql 在 10 秒后返回相同的错误:

OperationTimedOut: errors = {}, last_host = 127.0.0.1

我必须做什么才能使查询没有回答超时?

最佳答案

最新版本的 cassandra 允许您在使用时指定 cqlsh 超时,而不必编辑您的 cqlshrc 文件。

cqlsh --request-timeout <your-timeout>

关于python - OperationTimedOut : errors={}, last_host=127.0.0.1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33306813/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com