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

Support displaying multiple partitions on one instance in cluster info #1650

Open
mornyx opened this issue Feb 28, 2024 · 1 comment
Open

Comments

@mornyx
Copy link
Collaborator

mornyx commented Feb 28, 2024

Feature Request

As a continuation of work on #1625. We should support showing multiple partitions on an instance. The current data model only supports one single partition (both BE & FE):

type InstanceInfo struct {
	Type           string `json:"type"`
	PartitionPathL string `json:"partition_path_lower"`
}

type Info struct {
	Host        string           `json:"host"`
	// ...
	// Instances in the current host. The key is instance address
	Instances map[string]*InstanceInfo `json:"instances"`
}
@mornyx
Copy link
Collaborator Author

mornyx commented Feb 28, 2024

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant