Hi,
One more issue on integration machine. I have put ther ~2000 test 'transfer' requests, most of them are in 'Waiting' state:
mysql> select count(*) from SubRequests where Status='Waiting';
+----------+
| count(*) |
+----------+
| 1949 |
+----------+
1 row in set (0.00 sec)
but RequestClient is unable to serve them to TransferAgent:
2012-04-24 08:37:18 UTC DataManagement/TransferAgent/RequestManagement/RequestClient INFO: RequestDBClient.getRequest: Attempting to get request. dips://localhost:9143/RequestManagement/RequestManager transfer
2012-04-24 08:37:19 UTC DataManagement/TransferAgent/RequestManagement/RequestClient INFO: Found no 'transfer' requests on RequestDB (dips://localhost:9143/RequestManagement/RequestManager)
2012-04-24 08:37:19 UTC DataManagement/TransferAgent INFO: execute: no more 'Waiting' requests found in RequestDB
??? How's that possible?
Hi,
One more issue on integration machine. I have put ther ~2000 test 'transfer' requests, most of them are in 'Waiting' state:
but RequestClient is unable to serve them to TransferAgent:
??? How's that possible?