This is an automated email from the ASF dual-hosted git repository.
dpavlov pushed a commit to branch ignite-9800
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git
The following commit(s) were added to refs/heads/ignite-9800 by this push:
new c414067 IGNITE-9800: 2 types of actualization: first 2 pages & full
re-sync
c414067 is described below
commit c4140679117c3619f60db4307d19f913f82cebfc
Author: Dmitriy Pavlov <[email protected]>
AuthorDate: Sat Oct 6 17:35:24 2018 +0300
IGNITE-9800: 2 types of actualization: first 2 pages & full re-sync
---
.../java/org/apache/ignite/ci/github/ignited/GitHubConnIgnitedImpl.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/github/ignited/GitHubConnIgnitedImpl.java
b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/github/ignited/GitHubConnIgnitedImpl.java
index 37221d1..f44dae4 100644
---
a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/github/ignited/GitHubConnIgnitedImpl.java
+++
b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/github/ignited/GitHubConnIgnitedImpl.java
@@ -117,7 +117,7 @@ class GitHubConnIgnitedImpl implements IGitHubConnIgnited {
* @param srvId Server id.
* @param fullReindex Reindex all open PRs
*/
- @MonitoredTask(name = "Actualize PRs", nameExtArgIndex = 0)
+ @MonitoredTask(name = "Actualize PRs, full resync", nameExtArgIndex = 1)
@AutoProfiling
protected String runAtualizePrs(String srvId, boolean fullReindex) {
AtomicReference<String> outLinkNext = new AtomicReference<>();