David, Six years ago, you added an exclusion to 'handle_request.cpp': - Scheduler: in no-host-ID case, don't mark results as "detached" if request contains any in-progress results http://boinc.berkeley.edu/gitweb/?p=boinc-v2.git;a=commitdiff;h=4222d744e88163a4b02d269349c51cd22d6826ca
Could you apply the second part of that test to the other call to mark_results_over(host), in line 426, please? It only needs the '(g_request->other_results.size() == 0)' test, as the second case already has the (g_request->allow_multiple_clients != 1) exclusion. That would greatly help to prevent periodic complaints about wasted computing time, such as http://setiathome.berkeley.edu/forum_thread.php?id=77597 Eric, Could you apply that patch locally to SETI and SETI Beta, please, and monitor to verify that it solves the problem with http://setiweb.ssl.berkeley.edu/beta/results.php?hostid=71141 That's the one which Jason asked you to look at the server logs for (email "auto abandoned tasks issue"), because it seems to suffer disproportionally from whatever is triggering the scheduler to follow this code path. _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
