Changes between Initial Version and Version 1 of Ticket #578
- Timestamp:
- Mar 12, 2008, 6:33:40 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #578 – Description
initial v1 1 1 In the event that the scheduler does not access the database, for example if there is no work or if the scheduler cannot access the database, then the scheduler reply will look something like: 2 2 {{{ 3 #!xml 3 4 <scheduler_reply> 4 5 <scheduler_version>601</scheduler_version> … … 8 9 <project_name>World Community Grid (Dev)</project_name> 9 10 </scheduler_reply> 10 Content-type: text/plain 11 }}} 11 12 12 13 The field host_venue is initialized to the empty string during parsing of the response and since it is never populated (since the tag is not present), the client then uses the empty string as the value from the server. If the client had previously had a different venue set such as 'home' the client would then decide that the venue had changed and will report: 13 14 {{{ 14 15 3/12/2008 8:19:24 PM|World Community Grid (Dev)|Sending scheduler request: Requested by user. Requesting 0 seconds of work, reporting 0 completed tasks 15 16 3/12/2008 8:19:29 PM|World Community Grid (Dev)|Scheduler request succeeded: got 0 new tasks 16 17 3/12/2008 8:19:29 PM|World Community Grid (Dev)|Message from server: Server can't open database 17 18 3/12/2008 8:19:29 PM|World Community Grid (Dev)|New host venue: 18 19 }}} 19 20 20 21 This will then cause the client to use the default venue rather then its assigned venue which could cause behavior on the client to change that was not desired by the member.