HELLO,
After reviewing the logs, there is a certain communication/timeout between the client and media server
snippet from bpbkar :
16:24:10.803 [17432.41552] <2> ov_log::V_GlobalLog: INF - Attached [0x427a860]
16:44:39.080 [17432.41552] <2> ov_log::V_GlobalLog: INF - Unattaching [0x427a860]
as you can see there is a gap between the two lines (about 20 minutes)
from bpbrm logs :
15:20:08.927 [8328.9244] <2> bpbrm readline: sending keepalive
15:20:13.928 [8328.9244] <2> bpbrm mm_sig: received ready signal from media manager
15:21:03.929 [8328.9244] <2> bpbrm send_ping: PING
15:31:03.934 [8328.9244] <2> bpbrm send_ping: PING
media server is sending a keepalive and ping requests to say "hey i'm still here"
but after a while it gives up.
You said that changed the client_read_timeout, what is the current value? because i'm still seeing 300 seconds which is 5 minutes which is the gap between the two lines here before it returns the error
[8328.9244] <2> bpbrm send_ping: PING
16:01:03.938 [8328.9244] <2> bpbrm send_ping: PING
16:11:03.947 [8328.9244] <2> bpbrm send_ping: PING
16:21:03.948 [8328.9244] <2> bpbrm send_ping: PING
16:24:09.032 [8328.9244] <2> non_mpx_backup_archive_verify_import: ESTIMATE -1 -1 srv11420_1571336378
16:24:10.407 [8328.9244] <2> non_mpx_backup_archive_verify_import: ADDED FILES TO DB FOR srv11420_1571336378 1 /EFI System Partition/EFI/
16:29:10.887 [8328.9244] <2> bpbrm readline: bpbrm timeout after 300 seconds
16:29:10.887 [8328.9244] <2> bpbrm kill_child_process_Ex: start
16:29:15.606 [8328.9244] <2> bpbrm wait_for_child: start
16:29:15.606 [8328.9244] <2> bpbrm wait_for_child: child exit_status = 150
16:29:15.606 [8328.9244] <2> inform_client_of_status: COMM_SOCK == INVALID_SOCKET, 0
16:29:15.606 [8328.9244] <2> set_job_details: Tfile (6251779): LOG 1571340555 4 bpbkar32 17432 done. status: 41: network connection timed out
16:29:15.606 [8328.9244] <2> send_job_file: job ID 6251779, ftype = 3 msg len = 79, msg = LOG 1571340555 4 bpbkar32 17432 done. status: 41: network connection timed out
16:29:15.606 [8328.9244] <2> bpbrm Exit: client snapshot EXIT STATUS 41: network connection timed out
16:29:15.621 [8328.9244] <2> vnet_close_socket_safely_ex: [vnet.c:1176] safe close 0 0x0
16:29:15.621 [8328.9244] <4> JobdSockList::UnregisterSocket: Unregister socket (624).
16:29:15.637 [8328.9244] <2> job_monitoring_exex: ACK disconnect
16:29:15.637 [8328.9244] <2> job_disconnect: Disconnected
try to increase timeout/ and let us know the results.
Good luck