Skip to content

Commit

Permalink
Merge pull request #3 from OpenMPDK/docs
Browse files Browse the repository at this point in the history
Documenting need to resolve hanging client process
  • Loading branch information
nsarras authored Jan 5, 2023
2 parents 523db62 + a6ea108 commit e49c83b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dss_datamover/client_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ def message_server_index(self):
## TODO
- Gracefully: Once receive end message exit the loop, thus finish "file index" handling msg handler.
- Forcefully: process gets terminated on receiving termination signal. Need to add signal handler.
- resolve bug of incomplete termination on completion of full data migration. Transient issue of client application
continuing to run on at least one client.
:return:
"""
name = "DM_client_message_server_index"
Expand Down

0 comments on commit e49c83b

Please sign in to comment.