[fix](doc) clarify computation BE role behavior across storage modes#3758
Merged
Conversation
A computation-type BE node only serves data lake (external table) queries; querying internal tables on a cluster where all BEs are computation fails with "has no queryable replicas". The previous doc claimed the role was for storage-compute integrated mode only, which is wrong — it works in both modes, but with the same external-only restriction. Also document that SHOW BACKENDS always shows NodeRole=mix in storage-compute separation mode, regardless of the be_node_role config. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Under WSL2 the per-distribution loopback prevents FE and BE from reaching each other via 127.0.0.1, so the default priority_networks=127.0.0.1/32 leaves BE unable to join the cluster. Add a FAQ entry in the quick-start guide (zh-CN / en, current / 4.x) explaining the cause and pointing users to set priority_networks to their WSL interface subnet. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
computation-type BE node only serves data lake (external table) queries — it never serves internal table queries. If every BE in the cluster iscomputation, internal-table queries fail withhas no queryable replicas.:::cautionadmonition warning about:has no queryable replicasfailure when all BEs arecomputationSHOW BACKENDSalways showingNodeRole = mixin storage-compute separation mode regardless ofbe_node_role(a real-world user got confused by this and changed their config the wrong way)Updates the four file copies that contain this section: zh-CN
current+ zh-CNversion-4.x, Englishcurrent(docs/) + Englishversion-4.x(versioned_docs/).Test plan
:::cautionadmonition renders correctly in both languages