[Rt-commit] rt branch, 4.0/lock-fulltext-indexer, updated. rt-4.0.20-3-g8cfb620

Alex Vandiver alexmv at bestpractical.com
Fri May 16 13:39:31 EDT 2014


The branch, 4.0/lock-fulltext-indexer has been updated
       via  8cfb6206b643984d0f8fca8ed5544fd0ecfc5c7c (commit)
      from  2742ef9bb5e8df89d9839a8b28ddd3413e689731 (commit)

Summary of changes:
 docs/full_text_indexing.pod | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

- Log -----------------------------------------------------------------
commit 8cfb6206b643984d0f8fca8ed5544fd0ecfc5c7c
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Fri May 16 13:01:22 2014 -0400

    Minor wordsmithing, and copy the paragraph to Oracle as well

diff --git a/docs/full_text_indexing.pod b/docs/full_text_indexing.pod
index 399af7d..6b0025d 100644
--- a/docs/full_text_indexing.pod
+++ b/docs/full_text_indexing.pod
@@ -50,11 +50,12 @@ tickets at a time; you can adjust this upwards by passing
 C<--limit 500>.  Larger batch sizes will take longer and
 consume more memory.
 
-If there are multiple instances of C<rt-fulltext-indexer> running, the latter
-ones will exit abnormally(with exit code 1) with the error message
-"rt-fulltext-indexer is already running". You can discard the message and end
-those processes normally(with exit code 0) by the C<--quiet> option, which is
-useful when running the command via C<cron>:
+If there is already an instances of C<rt-fulltext-indexer> running, new
+ones will exit abnormally (with exit code 1) and the error message
+"rt-fulltext-indexer is already running."  You can suppress this message
+and end those processes normally (with exit code 0) using the C<--quiet>
+option; this is particularly useful when running the command via
+C<cron>:
 
     sbin/rt-fulltext-indexer --quiet
 
@@ -172,6 +173,15 @@ C<--memory> option:
 
     rt-fulltext-indexer --memory 10M
 
+If there is already an instance of C<rt-fulltext-indexer> running, new
+ones will exit abnormally (with exit code 1) and the error message
+"rt-fulltext-indexer is already running."  You can suppress this message
+and end those processes normally (with exit code 0) using the C<--quiet>
+option; this is particularly useful when running the command via
+C<cron>:
+
+    sbin/rt-fulltext-indexer --quiet
+
 Instead of being run via C<cron>, this may instead be run via a
 DBMS_JOB; read the B<Managing DML Operations for a CONTEXT Index>
 chapter of Oracle's B<Text Application Developer's Guide> for details

-----------------------------------------------------------------------


More information about the rt-commit mailing list