Opened 10 years ago

Closed 10 years ago

Last modified 9 years ago

#12212 closed Bug Report - General (fixed)

RemoteFile::FileHash

Reported by: JYA Owned by: Jean-Yves Avenard <jyavenard@…>
Priority: critical Milestone: 0.27.4
Component: MythTV - General Version: Unspecified
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Calling RemoteFile::FileHash? will hang for 30s.

Luckily there's a bug currently meaning it's never called

Change History (3)

comment:1 Changed 10 years ago by Jean-Yves Avenard <jyavenard@…>

Owner: set to Jean-Yves Avenard <jyavenard@…>
Resolution: fixed
Status: newclosed

In 7fa5c4fe97cf27dae4bee3f0d1b96ca1940f6f68/mythtv:

mythbackend: fixes QUERY_FILE_HASH hanging

The frontend will typically call the backend with an identifier, and not its IP address. As such, the backend attempt to transfer the QUERY_FILE_HASH command to anoyher backend (which is itself) resulting in an infinite loop

Fixes #12212

comment:2 Changed 10 years ago by Jean-Yves Avenard <jyavenard@…>

In 933b61ffbe9af3cc6a69df001463fd2141c36b60/mythtv:

mythbackend: fixes QUERY_FILE_HASH hanging

The frontend will typically call the backend with an identifier, and not its IP address. As such, the backend attempt to transfer the QUERY_FILE_HASH command to anoyher backend (which is itself) resulting in an infinite loop

Fixes #12212

(cherry picked from commit 7fa5c4fe97cf27dae4bee3f0d1b96ca1940f6f68)

comment:3 Changed 9 years ago by paulh

Milestone: unknown0.27.4
Note: See TracTickets for help on using tickets.