| author | Vrishali Doke | 2012-06-20 05:51:22 (EDT) |
|---|---|---|
| committer | Manik Kishore | 2012-06-27 00:28:54 (EDT) |
| commit | 94bdd00e814a4104423a72c7dba174284903551e (patch) (side-by-side diff) | |
| tree | 5b5f8f2f948ec28a734c3773366597b75bfd2434 | |
| parent | 9640d03060d728164883d191b69869b59c7f3ba5 (diff) | |
| download | org.eclipse.stardust.documentation-94bdd00e814a4104423a72c7dba174284903551e.zip org.eclipse.stardust.documentation-94bdd00e814a4104423a72c7dba174284903551e.tar.gz org.eclipse.stardust.documentation-94bdd00e814a4104423a72c7dba174284903551e.tar.bz2 | |
CRNT-25156 - Revised content for process search restriction
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/documentation@57179 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | org.eclipse.stardust.docs.dev/html/handbooks/others/troubleshooting.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/org.eclipse.stardust.docs.dev/html/handbooks/others/troubleshooting.html b/org.eclipse.stardust.docs.dev/html/handbooks/others/troubleshooting.html index 5be19e3..d47338c 100644 --- a/org.eclipse.stardust.docs.dev/html/handbooks/others/troubleshooting.html +++ b/org.eclipse.stardust.docs.dev/html/handbooks/others/troubleshooting.html @@ -419,15 +419,16 @@ WebLogic</a>.</p> <h4 id="ldaplogin">LDAP login provider allows login without user password</h4> <p>Note that in case @productname@ is configured to use the LDAP Login Provider and internal security, a user is allowed to login without providing a password.</p> -<h4 id="bcc">Timeout during process search</h4> -<p>When searching for processes if the <strong>All Processes</strong> option is selected, sometimes the +<h4 id="bcc">Performance decrease and timeout during process search</h4> +<p>Performance issue and timeout may occur when searching for processes. +It happens if the <strong>All Processes</strong> option is selected and the total count is not available in the summary of the search result table. This happens in two cases: </p> <ul> <li>When getTotalCount() returns Long.MAX_VALUE</li> <li>When getTotalCount() throws <tt>UnsupportedOperationException</tt> </li> </ul> - <p> In this scenario, the summary displayed at the top of the table will change. + <p> To avoid any issues, the summary displayed at the top of the table will change. For example, the summary will be changed from -<br> <tt>32 records (s) found, displaying 10 records(s), from 1 to 10. Page 1 / 4.</tt><br> to:<br> <tt>Many records(s) found, displaying Page 1</tt><br> |

