
After executing the train command through the Telnet interface on localhost:7777 (Master interface), I expected to receive the response 'graphid-send'. However, the actual response is 'grap', which appears to be incomplete or incorrect.
Steps to Reproduce
- Connect to the Telnet interface on
localhost:7777.
- Run the command:
train
- Observe the server's response.
Expected Behavior
The server should return the response: grap
Actual Behavior
The server returns the response:graphid-send
Possible Causes