Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In case of agent restart, an adaptor may not get the same adaptorId.
1)The adaptorId is sent back to the remote application after the Add command.
Now, let suppose the agent dies and restarts.
Each new adaptor created from the checkpoint will now have another adaptorId
.
If the remote application tries to stop/shutdown only using the adaptorId received in step (1), the command may be sent to the wrong adaptor.
if the adaptorId in for example an MD5 of the command line we don't need to save any additional information inside the checkpoint.
This will change the current API from int to String.
Attachments
Attachments
Issue Links
- is related to
-
CHUKWA-159 Unregister incorrect adaptor ID
- Resolved
- relates to
-
CHUKWA-56 Instead of sending -1 when an adaptor is already there, the current adaptorId should be returned
- Resolved