acelyc111 commented on issue #2007:
URL: 
https://github.com/apache/incubator-pegasus/issues/2007#issuecomment-2125302686

   > I connected to peagsus cluster via admlin-cli,such as use this command 
./admin-cli -n aaa:25101,bbb:25101,but return fatal: failed to list nodes 
[context deadline exceeded]
   
   It's because after the main FQDN patch has been merged, a new Thrift 
structure (i.e. host_port)  has been introduced, but the admin-cli side dosen't 
know this type. You can check it in the admin-cli's shell.log, the error looks 
like:
   ```
   time="2024-05-23T00:30:55+08:00" level=info msg="failed to read response 
from [127.0.0.1:34601(meta)]: *admin.ListNodesResponse error reading struct: 
*admin.NodeInfo error reading struct: Unknown data type 57"
   ```
   
   The resolution is to update the admin-cli dependent go-client. However, we 
have to resolve https://github.com/apache/incubator-pegasus/pull/1917 at first.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to