<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 07/24/2014 12:50 PM, Thomas Walker
      wrote:<br>
    </div>
    <blockquote cite="mid:20140724185034.GT23639@twosigma.com"
      type="cite">
      <pre wrap="">On Thu, Jul 24, 2014 at 10:55:54AM -0600, Rich Megginson wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">
1) I think you are running too many threads.  Having too many threads causes
too much thread contention, which leads to performance problems.  Did you set
nsslapd-threadnumber?  If so, try setting it to 2 times the number of cores on
your system.  If you didn't touch nsslapd-threadnumber, then it must be a bug,
because the default number is 30 (for historical reasons).
</pre>
      </blockquote>
      <pre wrap="">
Thanks, inherited config from a predecessor.  Cranked that back down significantly.

</pre>
      <blockquote type="cite">
        <pre wrap="">2) Thread 1 summary:
fsync fsync ?? vslapd_log_error slapd_log_error_proc_internal
slapd_log_error_proc handle_pr_read_ready slapd_daemon main

When doing stack traces, it is best to do it with no additional error log
levels.  This fsync() in the daemon main loop is very expensive.
</pre>
      </blockquote>
      <pre wrap="">
Done.

</pre>
      <blockquote type="cite">
        <pre wrap="">
3) There are a lot of stack traces waiting on locks related to virtual
attribute lookups, for example:
Thread 86
?? ?? ?? ?? PR_vsmprintf slapi_ch_smprintf vattr_map_namespace_sp_getlist
slapi_vattr_namespace_values_get_sp send_specific_attrs
send_ldap_search_entry_ext send_ldap_search_entry iterate send_results_ext
op_shared_search do_search connection_dispatch_operation ?? start_thread clone
??
</pre>
      </blockquote>
      <pre wrap="">
And done.

Attaching some new stacktraces with those out of the way. </pre>
    </blockquote>
    <br>
    Did the above make any significant difference with respect to the
    performance?<br>
    <br>
    <blockquote cite="mid:20140724185034.GT23639@twosigma.com"
      type="cite">
      <pre wrap="">
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">--
389 users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:389-users@lists.fedoraproject.org">389-users@lists.fedoraproject.org</a>
<a class="moz-txt-link-freetext" href="https://admin.fedoraproject.org/mailman/listinfo/389-users">https://admin.fedoraproject.org/mailman/listinfo/389-users</a></pre>
    </blockquote>
    <br>
  </body>
</html>