New Client not downloading much work at all

Message boards : Server programs : New Client not downloading much work at all
Message board moderation

To post messages, you must log in.

AuthorMessage
Seth

Send message
Joined: 19 Nov 16
Posts: 63
Australia
Message 75307 - Posted: 14 Jan 2017, 10:53:49 UTC

Hi,
I have a problem where new clients are starved of work to do. My boinc WU are taking a very short time, less than 30seconds.

Each time the client requests new work the server only seemed to give it 6 new tasks at a time, then eventually stopped giving it anything at all.

max_result for the host is sset to zero.

I'm thinking I may have to wait for some perodic job to happen in the server to update some stats to allow it more work. Is this correct?

My other clients that are very old and have a lot of work to do have no isssues getting as much work as they want.

Any help appreciated.

Cheers
Seth
ID: 75307 · Report as offensive
robsmith
Volunteer tester
Help desk expert

Send message
Joined: 25 May 09
Posts: 1283
United Kingdom
Message 75310 - Posted: 14 Jan 2017, 11:47:00 UTC

What project are you talking about?
(BOINC is an environment, not a computational project)
ID: 75310 · Report as offensive
Seth

Send message
Joined: 19 Nov 16
Posts: 63
Australia
Message 75311 - Posted: 14 Jan 2017, 12:46:32 UTC - in response to Message 75310.  
Last modified: 14 Jan 2017, 12:51:20 UTC

My own project, I dun built one myself ya see!

Yes I understand what BOINC is.

In Any case I fixed the issue with the client not getting enough work initially by tweaking cc_config.xml settings.

However eventually the scheduler stops giving it new tasks to perform. Is it hitting some daily limit?

It's not a quota error I'm getting. simply: "Scheduler request completed: got 0 new tasks"

in my project config.xml I have:
<daily_result_quota>10000</daily_result_quota>

and also:
<max_wus_to_send>200</max_wus_to_send>

Could either of these be impacting a new client?

Cheers
Seth
ID: 75311 · Report as offensive
rebirther
Avatar

Send message
Joined: 21 Jun 06
Posts: 156
Germany
Message 75312 - Posted: 14 Jan 2017, 14:10:53 UTC - in response to Message 75311.  

My own project, I dun built one myself ya see!

Yes I understand what BOINC is.

In Any case I fixed the issue with the client not getting enough work initially by tweaking cc_config.xml settings.

However eventually the scheduler stops giving it new tasks to perform. Is it hitting some daily limit?

It's not a quota error I'm getting. simply: "Scheduler request completed: got 0 new tasks"

in my project config.xml I have:
<daily_result_quota>10000</daily_result_quota>

and also:
<max_wus_to_send>200</max_wus_to_send>

Could either of these be impacting a new client?

Cheers
Seth


You should debug the server to see whats wrong with the client request.
ID: 75312 · Report as offensive
Seth

Send message
Joined: 19 Nov 16
Posts: 63
Australia
Message 75313 - Posted: 14 Jan 2017, 14:27:20 UTC - in response to Message 75312.  

There's nothing wrong with the client requests.
ID: 75313 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 75314 - Posted: 14 Jan 2017, 15:15:04 UTC

There is documentation in the form of https://boinc.berkeley.edu/trac/wiki/ProjectOptions that explains all that you find in config.xml, you don't have to guess at its meaning.

If still in complete doubt, why not post the contents of your config.xml file?
ID: 75314 · Report as offensive
Seth

Send message
Joined: 19 Nov 16
Posts: 63
Australia
Message 75315 - Posted: 14 Jan 2017, 15:45:30 UTC - in response to Message 75314.  
Last modified: 14 Jan 2017, 15:45:45 UTC

Thanks Jord!

I seem to have overcome the limitations I was experiencing but it's unclear exactly what change I made to the config had an impact. Certainly changing:

<shmem_work_items>1000</shmem_work_items>
<feeder_query_size>2000</feeder_query_size>

Has made a difference plus there was an error in my cc_config.xml that I fixed.

My AWS C4.8xlarge BOINC client instance that was exhibiting the problems previously has been running fine now for over 2 hours so fingers crossed there.

Cheers
Seth
ID: 75315 · Report as offensive
rebirther
Avatar

Send message
Joined: 21 Jun 06
Posts: 156
Germany
Message 75317 - Posted: 14 Jan 2017, 16:24:10 UTC - in response to Message 75315.  

Thanks Jord!

I seem to have overcome the limitations I was experiencing but it's unclear exactly what change I made to the config had an impact. Certainly changing:

<shmem_work_items>1000</shmem_work_items>
<feeder_query_size>2000</feeder_query_size>

Has made a difference plus there was an error in my cc_config.xml that I fixed.

My AWS C4.8xlarge BOINC client instance that was exhibiting the problems previously has been running fine now for over 2 hours so fingers crossed there.

Cheers
Seth


The <feeder_query_size>2000</feeder_query_size> is too high, mine is crashing at 1000
ID: 75317 · Report as offensive
Seth

Send message
Joined: 19 Nov 16
Posts: 63
Australia
Message 75405 - Posted: 20 Jan 2017, 10:29:28 UTC - in response to Message 75317.  

Hi Rebirther,
No crashes for me at 2000.

Cheers
Seth
ID: 75405 · Report as offensive

Message boards : Server programs : New Client not downloading much work at all

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.