Bugzilla – Bug 7015
Confusing error message: No resource pool has an applicable entry
Last modified: 2010-06-08 16:44:45
You need to log in before you can comment on or make changes to this bug.
The message "No resource pool has an applicable entry" is not descriptive enough, it could mean that a network was not matched, that not enough RAM is available, or no slots at all are available. Work on scheduler to make these situations more precisely described.
proposed bug fix in this commit: http://github.com/pauloricardomg/nimbus/commit/3189e9bce71b9ce3883700a50ed9b57eba1bfd8c#diff-6 (see getAvailableEntries() method in service/service/java/source/src/org/globus/workspace/scheduler/defaults/ResourcepoolUtil.java) maybe messages are still not descriptive enough, but they can be easily changed, since different messages are being sent for different error situations
Integrated your patch to master (headed for Nimbus 2.5) with some additional cleanups (see URL), thankyou Paulo. http://github.com/nimbusproject/nimbus/compare/192443f...e8939b9 Note: this also brings in some refactorings to the scheduler that speeds it up (relies on SQL more). Great work!