From the error you have mentioned above, it seems the connection is being closed for the process where you are performing the bulkWrite command.
Could you confirm is there has been MongoClient close connection command issues from the application code, which has triggered the connection to be closed.
Also, it would be helpful if you could share the below informations.
What is the deployment architecture you are on ? (stand-alone, replica se, sharded cluster)
The code snippet you are executing.
The driver and MongoDB version you are using?
Could you ping the 43.198.48.33:27017 after the error has been seen?