Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changefeedccl: Error message with docs link resolves to "Page Not Found" #123483

Open
nollenr opened this issue May 2, 2024 · 2 comments
Open
Assignees
Labels
A-cdc Change Data Capture C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. E-easy Easy issue to tackle, requires little or no CockroachDB experience T-cdc

Comments

@nollenr
Copy link
Collaborator

nollenr commented May 2, 2024

Describe the problem

I attempted to create a changefeed without enabling rangefeeds and received the following message:

ERROR: rangefeeds require the kv.rangefeed.enabled setting. See https://www.cockroachlabs.com/docs/v24.1/change-data-capture.html#enable-rangefeeds-to-reduce-latency

The following link appears to be broken (cloud be due to beta)
https://www.cockroachlabs.com/docs/v24.1/change-data-capture.html#enable-rangefeeds-to-reduce-latency

To Reproduce

What did you do? Describe in your own words.

Attempted to create a changefeed before enabling rangefeeds:

CREATE CHANGEFEED FOR TABLE transactions INTO 'kafka://wenyitest.servicebus.windows.net:9093?tls_enabled=true&sasl_enabled=true&sasl_user=$ConnectionString&sasl_password=Endpoint%3Dsb%3A%2F%2Fwenyitest.servicebus.windows.net%2F%3BSharedAccessKeyName%3DRootManageSharedAccessKey%3BSharedAccessKey%3DM3wnjbdJ%2B6111A%2BnI8qpnkvpE0QMo2BF6%2BAEhJlcVPs%3D&sasl_mechanism=PLAIN' WITH updated, resolved;

If possible, provide steps to reproduce the behavior:

  1. Set up CockroachDB cluster ...
    `ron@192.168.3.101:26257/bank> select version();
    version

CockroachDB CCL v24.1.0-beta.3 (aarch64-unknown-linux-gnu, built 2024/04/26 16:27:07, go1.22.2 X:nocoverageredesign)
(1 row)

2. Send SQL ... / CLI command ...CREATE CHANGEFEED FOR TABLE transactions
INTO 'kafka://wenyitest.servicebus.windows.net:9093?tls_enabled=true&sasl_enabled=true&sasl_user=$ConnectionString&sasl_password=Endpoint%3Dsb%3A%2F%2Fwenyitest.servicebus.windows.net%2F%3BSharedAccessKeyName%3DRootManageSharedAccessKey%3BSharedAccessKey%3DM3wnjbdJ%2B6111A%2BnI8qpnkvpE0QMo2BF6%2BAEhJlcVPs%3D&sasl_mechanism=PLAIN'
WITH updated, resolved;3. Look at UI / log file / client app ... N/A 4. See errorERROR: rangefeeds require the kv.rangefeed.enabled setting. See https://www.cockroachlabs.com/docs/v24.1/change-data-capture.html#enable-rangefeeds-to-reduce-latency
`
Expected behavior
A clear and concise description of what you expected to happen.
Enable range feed documentation link

Additional data / screenshots
If the problem is SQL-related, include a copy of the SQL query and the schema
of the supporting tables.

If a node in your cluster encountered a fatal error, supply the contents of the
log directories (at minimum of the affected node(s), but preferably all nodes).

Note that log files can contain confidential information. Please continue
creating this issue, but contact support@cockroachlabs.com to submit the log
files in private.

If applicable, add screenshots to help explain your problem.

Environment:

  • CockroachDB version [e.g. 2.0.x]
  • Server OS: [e.g. Linux/Distrib]
  • Client app [e.g. cockroach sql, JDBC, ...]

Additional context
What was the impact?

Add any other context about the problem here.

Jira issue: CRDB-38371

@nollenr nollenr added C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. A-cdc Change Data Capture T-cdc labels May 2, 2024
Copy link

blathers-crl bot commented May 2, 2024

cc @cockroachdb/cdc

@rharding6373 rharding6373 added the E-easy Easy issue to tackle, requires little or no CockroachDB experience label May 6, 2024
@kathancox
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cdc Change Data Capture C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. E-easy Easy issue to tackle, requires little or no CockroachDB experience T-cdc
Projects
None yet
Development

No branches or pull requests

3 participants