d85b687536
AsciiDoctor have different understanding of [verse] with asciidoc, causing some rendering differences. To get similar result with asciidoc, we use something else instead of [verse] now. Screenshots: before: http://imgur.com/JKMdBiv after: http://imgur.com/yFVvVac Change-Id: I14e84f0e998e1e87b633681e8028ad657bde07e4
64 lines
1.4 KiB
Plaintext
64 lines
1.4 KiB
Plaintext
ScanTrackingIds
|
|
===============
|
|
|
|
NAME
|
|
----
|
|
ScanTrackingIds - Rescan changes to index trackingids
|
|
|
|
SYNOPSIS
|
|
--------
|
|
--
|
|
'java' -jar gerrit.war 'ScanTrackingIds' -d <SITE_PATH>
|
|
--
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
Scans every known change and updates the indexed tracking
|
|
ids associated with the change, after editing the trackingid
|
|
configuration in gerrit.config.
|
|
|
|
This task can take quite some time, but can run in the background
|
|
concurrently to the server if the database is MySQL or PostgreSQL.
|
|
If the database is H2, this task must be run by itself.
|
|
|
|
STATUS
|
|
------
|
|
This command will be replaced by `reindex`.
|
|
|
|
If secondary indexing is enabled
|
|
(link:config-gerrit.html#index.type[index.type] set to `LUCENE`
|
|
or `SOLR`) use link:pgm-reindex.html[reindex].
|
|
|
|
OPTIONS
|
|
-------
|
|
|
|
-d::
|
|
\--site-path::
|
|
Location of the gerrit.config file, and all other per-site
|
|
configuration data, supporting libraries and log files.
|
|
|
|
\--threads::
|
|
Number of threads to perform the scan work with. Defaults to
|
|
twice the number of CPUs available.
|
|
|
|
CONTEXT
|
|
-------
|
|
This command can only be run on a server which has direct
|
|
connectivity to the metadata database, and local access to the
|
|
managed Git repositories.
|
|
|
|
EXAMPLES
|
|
--------
|
|
To rescan all known trackingids:
|
|
|
|
====
|
|
$ java -jar gerrit.war ScanTrackingIds -d site_path --threads 16
|
|
====
|
|
|
|
GERRIT
|
|
------
|
|
Part of link:index.html[Gerrit Code Review]
|
|
|
|
SEARCHBOX
|
|
---------
|