You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe:
I found that the current admin CLI client does not provide an interface to close replica server TCP connections. And the QueryAllNodesDiskInfo function is difficult to use. sendQueryDiskInfoRequest function is private.
Describe the feature you'd like:
Support close admin-cli client.
Refactor QueryAllNodesDiskInfo function.
The text was updated successfully, but these errors were encountered:
apache#2160
Current admin-cli client does not provide an interface to
close replica server TCP connections.
And the QueryAllNodesDiskInfo function is difficult to use.
SendQueryDiskInfoRequest function is private.
ruojieranyishen
pushed a commit
to ruojieranyishen/incubator-pegasus
that referenced
this issue
Dec 3, 2024
apache#2160
Current admin-cli client does not provide an interface to
close replica server TCP connections.
And the QueryAllNodesDiskInfo function is difficult to use.
SendQueryDiskInfoRequest function is private.
apache#2160
Current admin-cli client does not provide an interface to
close replica server TCP connections.
And the QueryAllNodesDiskInfo function is difficult to use.
SendQueryDiskInfoRequest function is private.
ruojieranyishen
changed the title
Refactor(admin-cli): support close client
refactor: support close admin-cli client
Dec 3, 2024
Feature Request
Is your feature request related to a problem? Please describe:
I found that the current admin CLI client does not provide an interface to close replica server TCP connections. And the
QueryAllNodesDiskInfo
function is difficult to use.sendQueryDiskInfoRequest
function is private.Describe the feature you'd like:
QueryAllNodesDiskInfo
function.The text was updated successfully, but these errors were encountered: