The commit https://github.com/italiangrid/storm/commit/88a244b869f845053dd45e18354ba5421723277b introduced a bug into the recall flow. In fact, as expected, the statusGet or statusBol trigger the update of the recall task to a successful status. As not expected, the status of the PtG/BoL request associated is not updated on db. This is masked only for BoL/sBoL requests because Frontend returns SUCCESS when file is online. For PtG/sPtG requests this means an always-in-progress request. Even if file has been recalled.
The fast and easy fix for this critical bug is to restore the code removed by commit 88a244b869f845053dd45e18354ba5421723277b.