Discussion:
What is doing 'Index-Interactive'?
v***@gmail.com
2018-11-28 03:58:36 UTC
Permalink
Hi,all:

Aftrer take the cmd 'ssh -p 29418 ***@yyyygerrit show-queue -w -q '

I found a lots of 'Index-Interactive' that 'status:merged'

Queue: Index-Interactive
2eacc804 11:57:30.503 status:merged
8e713494 11:57:30.655 status:merged
ae72f897 11:57:30.809 status:merged
0e45442b 11:57:30.818 status:merged
2e3e08b1 11:57:30.924 status:merged
ae2438ab 11:57:31.358 status:merged
0e17843f 11:57:31.425 status:merged
4e181c77 11:57:31.618 status:merged



What was doing?

Thanks!
--
--
To unsubscribe, email repo-discuss+***@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
v***@gmail.com
2018-12-04 03:09:39 UTC
Permalink
pls help!! :(

Thanks.
Post by v***@gmail.com
I found a lots of 'Index-Interactive' that 'status:merged'
Queue: Index-Interactive
2eacc804 11:57:30.503 status:merged
8e713494 11:57:30.655 status:merged
ae72f897 11:57:30.809 status:merged
0e45442b 11:57:30.818 status:merged
2e3e08b1 11:57:30.924 status:merged
ae2438ab 11:57:31.358 status:merged
0e17843f 11:57:31.425 status:merged
4e181c77 11:57:31.618 status:merged
What was doing?
Thanks!
--
--
To unsubscribe, email repo-discuss+***@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
v***@gmail.com
2018-12-04 13:59:28 UTC
Permalink
Tha 'jstack' show that:

"Index-Interactive-15" prio=10 tid=0x00007f686c011000 nid=0x25b8 waiting on
condition [0x00007f6b9afee000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00007f6bf9289160> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)

"Index-Interactive-14" prio=10 tid=0x00007f686c00f000 nid=0x25b6 waiting on
condition [0x00007f6b9b1f0000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00007f6bf9289160> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)

"Index-Interactive-13" prio=10 tid=0x00007f686c010000 nid=0x25b5 runnable
[0x00007f6b9b2f1000]
java.lang.Thread.State: RUNNABLE
at org.apache.lucene.util.PriorityQueue.downHeap(PriorityQueue.java:284)
at org.apache.lucene.util.PriorityQueue.updateTop(PriorityQueue.java:211)
at
org.apache.lucene.search.TopFieldCollector.updateBottom(TopFieldCollector.java:523)
at
org.apache.lucene.search.TopFieldCollector$SimpleFieldCollector$2.collect(TopFieldCollector.java:243)
at
org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:221)
at org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:172)
at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:821)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:535)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:744)
at
org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:729)
at
org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:671)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:577)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:627)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource.doRead(LuceneChangeIndex.java:345)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource.access$300(LuceneChangeIndex.java:279)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource$1.call(LuceneChangeIndex.java:325)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource$1.call(LuceneChangeIndex.java:322)
at
com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:108)
at
com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:41)
at
com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
Post by v***@gmail.com
I found a lots of 'Index-Interactive' that 'status:merged'
Queue: Index-Interactive
2eacc804 11:57:30.503 status:merged
8e713494 11:57:30.655 status:merged
ae72f897 11:57:30.809 status:merged
0e45442b 11:57:30.818 status:merged
2e3e08b1 11:57:30.924 status:merged
ae2438ab 11:57:31.358 status:merged
0e17843f 11:57:31.425 status:merged
4e181c77 11:57:31.618 status:merged
What was doing?
Thanks!
--
--
To unsubscribe, email repo-discuss+***@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Luca Milanesio
2018-12-04 14:01:05 UTC
Permalink
"Index-Interactive-15" prio=10 tid=0x00007f686c011000 nid=0x25b8 waiting on condition [0x00007f6b9afee000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00007f6bf9289160> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
"Index-Interactive-14" prio=10 tid=0x00007f686c00f000 nid=0x25b6 waiting on condition [0x00007f6b9b1f0000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00007f6bf9289160> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
"Index-Interactive-13" prio=10 tid=0x00007f686c010000 nid=0x25b5 runnable [0x00007f6b9b2f1000]
java.lang.Thread.State: RUNNABLE
at org.apache.lucene.util.PriorityQueue.downHeap(PriorityQueue.java:284)
at org.apache.lucene.util.PriorityQueue.updateTop(PriorityQueue.java:211)
at org.apache.lucene.search.TopFieldCollector.updateBottom(TopFieldCollector.java:523)
at org.apache.lucene.search.TopFieldCollector$SimpleFieldCollector$2.collect(TopFieldCollector.java:243)
at org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:221)
at org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:172)
at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:821)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:535)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:744)
at org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:729)
at org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:671)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:577)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:627)
at com.google.gerrit.lucene.LuceneChangeIndex$QuerySource.doRead(LuceneChangeIndex.java:345)
at com.google.gerrit.lucene.LuceneChangeIndex$QuerySource.access$300(LuceneChangeIndex.java:279)
at com.google.gerrit.lucene.LuceneChangeIndex$QuerySource$1.call(LuceneChangeIndex.java:325)
at com.google.gerrit.lucene.LuceneChangeIndex$QuerySource$1.call(LuceneChangeIndex.java:322)
at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:108)
at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:41)
at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
I found a lots of 'Index-Interactive' that 'status:merged'
Queue: Index-Interactive
2eacc804 11:57:30.503 status:merged
8e713494 11:57:30.655 status:merged
ae72f897 11:57:30.809 status:merged
0e45442b 11:57:30.818 status:merged
2e3e08b1 11:57:30.924 status:merged
ae2438ab 11:57:31.358 status:merged
0e17843f 11:57:31.425 status:merged
4e181c77 11:57:31.618 status:merged
What was doing?
Thanks!
Can you share your Gerrit version and gerrit.config?
--
--
More info at http://groups.google.com/group/repo-discuss?hl=en <http://groups.google.com/group/repo-discuss?hl=en>
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
For more options, visit https://groups.google.com/d/optout <https://groups.google.com/d/optout>.
--
--
To unsubscribe, email repo-discuss+***@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
v***@gmail.com
2018-12-04 15:12:20 UTC
Permalink
Hi,lucamilanesio.

My gerrit version is 2.13.7.

some contents of 'gerrit.config':

[container]
heapLimit = 60g
user = gerrit2
javaHome = /usr/lib/jvm/java-7-openjdk-amd64/jre
startupTimeout = 120
[sshd]
threads = 140
batchThreads = 2
maxAuthTries = 12
streamThreads = 50
listenAddress = *:29418
tcpKeepAlive = false
idleTimeout = 40m
rekeyTimeLimit = 0
rekeyBytesLimit = 107374182400
maxConnectionsPerUser = 80
[core]
packedGitLimit = 2g
packedGitWindowSize = 32k
packedGitOpenFiles = 512
[index]
type = LUCENE
onlineUpgrade = false
threads = 15
maxTerms = 2048
Post by v***@gmail.com
"Index-Interactive-15" prio=10 tid=0x00007f686c011000 nid=0x25b8 waiting
on condition [0x00007f6b9afee000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00007f6bf9289160> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
"Index-Interactive-14" prio=10 tid=0x00007f686c00f000 nid=0x25b6 waiting
on condition [0x00007f6b9b1f0000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00007f6bf9289160> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
"Index-Interactive-13" prio=10 tid=0x00007f686c010000 nid=0x25b5 runnable
[0x00007f6b9b2f1000]
java.lang.Thread.State: RUNNABLE
at org.apache.lucene.util.PriorityQueue.downHeap(PriorityQueue.java:284)
at org.apache.lucene.util.PriorityQueue.updateTop(PriorityQueue.java:211)
at
org.apache.lucene.search.TopFieldCollector.updateBottom(TopFieldCollector.java:523)
at
org.apache.lucene.search.TopFieldCollector$SimpleFieldCollector$2.collect(TopFieldCollector.java:243)
at
org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:221)
at org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:172)
at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:821)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:535)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:744)
at
org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:729)
at
org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:671)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:577)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:627)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource.doRead(LuceneChangeIndex.java:345)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource.access$300(LuceneChangeIndex.java:279)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource$1.call(LuceneChangeIndex.java:325)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource$1.call(LuceneChangeIndex.java:322)
at
com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:108)
at
com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:41)
at
com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
Post by v***@gmail.com
I found a lots of 'Index-Interactive' that 'status:merged'
Queue: Index-Interactive
2eacc804 11:57:30.503 status:merged
8e713494 11:57:30.655 status:merged
ae72f897 11:57:30.809 status:merged
0e45442b 11:57:30.818 status:merged
2e3e08b1 11:57:30.924 status:merged
ae2438ab 11:57:31.358 status:merged
0e17843f 11:57:31.425 status:merged
4e181c77 11:57:31.618 status:merged
What was doing?
Thanks!
Can you share your Gerrit version and gerrit.config?
--
--
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups
"Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
--
To unsubscribe, email repo-discuss+***@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
v***@gmail.com
2018-12-04 15:14:58 UTC
Permalink
The server is '32 CPUs and 80G RAM'
Post by v***@gmail.com
Hi,lucamilanesio.
My gerrit version is 2.13.7.
[container]
heapLimit = 60g
user = gerrit2
javaHome = /usr/lib/jvm/java-7-openjdk-amd64/jre
startupTimeout = 120
[sshd]
threads = 140
batchThreads = 2
maxAuthTries = 12
streamThreads = 50
listenAddress = *:29418
tcpKeepAlive = false
idleTimeout = 40m
rekeyTimeLimit = 0
rekeyBytesLimit = 107374182400
maxConnectionsPerUser = 80
[core]
packedGitLimit = 2g
packedGitWindowSize = 32k
packedGitOpenFiles = 512
[index]
type = LUCENE
onlineUpgrade = false
threads = 15
maxTerms = 2048
Post by v***@gmail.com
"Index-Interactive-15" prio=10 tid=0x00007f686c011000 nid=0x25b8 waiting
on condition [0x00007f6b9afee000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00007f6bf9289160> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
"Index-Interactive-14" prio=10 tid=0x00007f686c00f000 nid=0x25b6 waiting
on condition [0x00007f6b9b1f0000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00007f6bf9289160> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
"Index-Interactive-13" prio=10 tid=0x00007f686c010000 nid=0x25b5 runnable
[0x00007f6b9b2f1000]
java.lang.Thread.State: RUNNABLE
at org.apache.lucene.util.PriorityQueue.downHeap(PriorityQueue.java:284)
at org.apache.lucene.util.PriorityQueue.updateTop(PriorityQueue.java:211)
at
org.apache.lucene.search.TopFieldCollector.updateBottom(TopFieldCollector.java:523)
at
org.apache.lucene.search.TopFieldCollector$SimpleFieldCollector$2.collect(TopFieldCollector.java:243)
at
org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:221)
at
org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:172)
at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:821)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:535)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:744)
at
org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:729)
at
org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:671)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:577)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:627)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource.doRead(LuceneChangeIndex.java:345)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource.access$300(LuceneChangeIndex.java:279)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource$1.call(LuceneChangeIndex.java:325)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource$1.call(LuceneChangeIndex.java:322)
at
com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:108)
at
com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:41)
at
com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
Post by v***@gmail.com
I found a lots of 'Index-Interactive' that 'status:merged'
Queue: Index-Interactive
2eacc804 11:57:30.503 status:merged
8e713494 11:57:30.655 status:merged
ae72f897 11:57:30.809 status:merged
0e45442b 11:57:30.818 status:merged
2e3e08b1 11:57:30.924 status:merged
ae2438ab 11:57:31.358 status:merged
0e17843f 11:57:31.425 status:merged
4e181c77 11:57:31.618 status:merged
What was doing?
Thanks!
Can you share your Gerrit version and gerrit.config?
--
--
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups
"Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
--
To unsubscribe, email repo-discuss+***@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Luca Milanesio
2018-12-04 15:19:05 UTC
Permalink
Post by v***@gmail.com
Hi,lucamilanesio.
My gerrit version is 2.13.7.
[container]
heapLimit = 60g
user = gerrit2
javaHome = /usr/lib/jvm/java-7-openjdk-amd64/jre
startupTimeout = 120
[sshd]
threads = 140
batchThreads = 2
maxAuthTries = 12
streamThreads = 50
listenAddress = *:29418
tcpKeepAlive = false
idleTimeout = 40m
rekeyTimeLimit = 0
rekeyBytesLimit = 107374182400 <tel:107374182400>
maxConnectionsPerUser = 80
[core]
packedGitLimit = 2g
packedGitWindowSize = 32k
packedGitOpenFiles = 512
[index]
type = LUCENE
onlineUpgrade = false
threads = 15
You have 15 threads dedicated to reindexing (the "Index-Interactive-NN" ones you saw")
If you see some queueing, it is because you're generating more reindexing events than the ones you can write to disk to Lucene.

Luca.
Post by v***@gmail.com
maxTerms = 2048
"Index-Interactive-15" prio=10 tid=0x00007f686c011000 nid=0x25b8 waiting on condition [0x00007f6b9afee000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00007f6bf9289160> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
"Index-Interactive-14" prio=10 tid=0x00007f686c00f000 nid=0x25b6 waiting on condition [0x00007f6b9b1f0000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00007f6bf9289160> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
"Index-Interactive-13" prio=10 tid=0x00007f686c010000 nid=0x25b5 runnable [0x00007f6b9b2f1000]
java.lang.Thread.State: RUNNABLE
at org.apache.lucene.util.PriorityQueue.downHeap(PriorityQueue.java:284)
at org.apache.lucene.util.PriorityQueue.updateTop(PriorityQueue.java:211)
at org.apache.lucene.search.TopFieldCollector.updateBottom(TopFieldCollector.java:523)
at org.apache.lucene.search.TopFieldCollector$SimpleFieldCollector$2.collect(TopFieldCollector.java:243)
at org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:221)
at org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:172)
at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:821)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:535)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:744)
at org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:729)
at org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:671)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:577)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:627)
at com.google.gerrit.lucene.LuceneChangeIndex$QuerySource.doRead(LuceneChangeIndex.java:345)
at com.google.gerrit.lucene.LuceneChangeIndex$QuerySource.access$300(LuceneChangeIndex.java:279)
at com.google.gerrit.lucene.LuceneChangeIndex$QuerySource$1.call(LuceneChangeIndex.java:325)
at com.google.gerrit.lucene.LuceneChangeIndex$QuerySource$1.call(LuceneChangeIndex.java:322)
at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:108)
at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:41)
at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
I found a lots of 'Index-Interactive' that 'status:merged'
Queue: Index-Interactive
2eacc804 11:57:30.503 status:merged
8e713494 11:57:30.655 status:merged
ae72f897 11:57:30.809 status:merged
0e45442b 11:57:30.818 status:merged
2e3e08b1 11:57:30.924 status:merged
ae2438ab 11:57:31.358 status:merged
0e17843f 11:57:31.425 status:merged
4e181c77 11:57:31.618 status:merged
What was doing?
Thanks!
Can you share your Gerrit version and gerrit.config?
--
--
More info at http://groups.google.com/group/repo-discuss?hl=en <http://groups.google.com/group/repo-discuss?hl=en>
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
For more options, visit https://groups.google.com/d/optout <https://groups.google.com/d/optout>.
--
--
More info at http://groups.google.com/group/repo-discuss?hl=en <http://groups.google.com/group/repo-discuss?hl=en>
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
For more options, visit https://groups.google.com/d/optout <https://groups.google.com/d/optout>.
--
--
To unsubscribe, email repo-discuss+***@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
v***@gmail.com
2018-12-04 15:31:58 UTC
Permalink
Thank you,lucamilanesio.

When I found lots of 'Index-Interactive' with 'status:merged', the cpu was
used more than 100%. :(
Post by v***@gmail.com
Hi,lucamilanesio.
My gerrit version is 2.13.7.
[container]
heapLimit = 60g
user = gerrit2
javaHome = /usr/lib/jvm/java-7-openjdk-amd64/jre
startupTimeout = 120
[sshd]
threads = 140
batchThreads = 2
maxAuthTries = 12
streamThreads = 50
listenAddress = *:29418
tcpKeepAlive = false
idleTimeout = 40m
rekeyTimeLimit = 0
rekeyBytesLimit = 107374182400
maxConnectionsPerUser = 80
[core]
packedGitLimit = 2g
packedGitWindowSize = 32k
packedGitOpenFiles = 512
[index]
type = LUCENE
onlineUpgrade = false
threads = 15
You have 15 threads dedicated to reindexing (the "Index-Interactive-NN" ones you saw")
If you see some queueing, it is because you're generating more reindexing
events than the ones you can write to disk to Lucene.
Luca.
maxTerms = 2048
Post by v***@gmail.com
"Index-Interactive-15" prio=10 tid=0x00007f686c011000 nid=0x25b8 waiting
on condition [0x00007f6b9afee000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00007f6bf9289160> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
"Index-Interactive-14" prio=10 tid=0x00007f686c00f000 nid=0x25b6 waiting
on condition [0x00007f6b9b1f0000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00007f6bf9289160> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
"Index-Interactive-13" prio=10 tid=0x00007f686c010000 nid=0x25b5 runnable
[0x00007f6b9b2f1000]
java.lang.Thread.State: RUNNABLE
at org.apache.lucene.util.PriorityQueue.downHeap(PriorityQueue.java:284)
at org.apache.lucene.util.PriorityQueue.updateTop(PriorityQueue.java:211)
at
org.apache.lucene.search.TopFieldCollector.updateBottom(TopFieldCollector.java:523)
at
org.apache.lucene.search.TopFieldCollector$SimpleFieldCollector$2.collect(TopFieldCollector.java:243)
at
org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:221)
at
org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:172)
at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:821)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:535)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:744)
at
org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:729)
at
org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:671)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:577)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:627)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource.doRead(LuceneChangeIndex.java:345)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource.access$300(LuceneChangeIndex.java:279)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource$1.call(LuceneChangeIndex.java:325)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource$1.call(LuceneChangeIndex.java:322)
at
com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:108)
at
com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:41)
at
com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
Post by v***@gmail.com
I found a lots of 'Index-Interactive' that 'status:merged'
Queue: Index-Interactive
2eacc804 11:57:30.503 status:merged
8e713494 11:57:30.655 status:merged
ae72f897 11:57:30.809 status:merged
0e45442b 11:57:30.818 status:merged
2e3e08b1 11:57:30.924 status:merged
ae2438ab 11:57:31.358 status:merged
0e17843f 11:57:31.425 status:merged
4e181c77 11:57:31.618 status:merged
What was doing?
Thanks!
Can you share your Gerrit version and gerrit.config?
--
--
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups
"Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
--
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups
"Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
--
To unsubscribe, email repo-discuss+***@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Luca Milanesio
2018-12-04 15:33:03 UTC
Permalink
Post by v***@gmail.com
Thank you,lucamilanesio.
When I found lots of 'Index-Interactive' with 'status:merged', the cpu was used more than 100%. :(
How many?
Did you have any massive operation on changes?
Did anyone possibly pushed hundreds of changes all at once?

Luca.
Post by v***@gmail.com
Post by v***@gmail.com
Hi,lucamilanesio.
My gerrit version is 2.13.7.
[container]
heapLimit = 60g
user = gerrit2
javaHome = /usr/lib/jvm/java-7-openjdk-amd64/jre
startupTimeout = 120
[sshd]
threads = 140
batchThreads = 2
maxAuthTries = 12
streamThreads = 50
listenAddress = *:29418
tcpKeepAlive = false
idleTimeout = 40m
rekeyTimeLimit = 0
rekeyBytesLimit = 107374182400 <>
maxConnectionsPerUser = 80
[core]
packedGitLimit = 2g
packedGitWindowSize = 32k
packedGitOpenFiles = 512
[index]
type = LUCENE
onlineUpgrade = false
threads = 15
You have 15 threads dedicated to reindexing (the "Index-Interactive-NN" ones you saw")
If you see some queueing, it is because you're generating more reindexing events than the ones you can write to disk to Lucene.
Luca.
Post by v***@gmail.com
maxTerms = 2048
"Index-Interactive-15" prio=10 tid=0x00007f686c011000 nid=0x25b8 waiting on condition [0x00007f6b9afee000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00007f6bf9289160> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
"Index-Interactive-14" prio=10 tid=0x00007f686c00f000 nid=0x25b6 waiting on condition [0x00007f6b9b1f0000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00007f6bf9289160> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
"Index-Interactive-13" prio=10 tid=0x00007f686c010000 nid=0x25b5 runnable [0x00007f6b9b2f1000]
java.lang.Thread.State: RUNNABLE
at org.apache.lucene.util.PriorityQueue.downHeap(PriorityQueue.java:284)
at org.apache.lucene.util.PriorityQueue.updateTop(PriorityQueue.java:211)
at org.apache.lucene.search.TopFieldCollector.updateBottom(TopFieldCollector.java:523)
at org.apache.lucene.search.TopFieldCollector$SimpleFieldCollector$2.collect(TopFieldCollector.java:243)
at org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:221)
at org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:172)
at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:821)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:535)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:744)
at org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:729)
at org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:671)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:577)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:627)
at com.google.gerrit.lucene.LuceneChangeIndex$QuerySource.doRead(LuceneChangeIndex.java:345)
at com.google.gerrit.lucene.LuceneChangeIndex$QuerySource.access$300(LuceneChangeIndex.java:279)
at com.google.gerrit.lucene.LuceneChangeIndex$QuerySource$1.call(LuceneChangeIndex.java:325)
at com.google.gerrit.lucene.LuceneChangeIndex$QuerySource$1.call(LuceneChangeIndex.java:322)
at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:108)
at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:41)
at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
I found a lots of 'Index-Interactive' that 'status:merged'
Queue: Index-Interactive
2eacc804 11:57:30.503 status:merged
8e713494 11:57:30.655 status:merged
ae72f897 11:57:30.809 status:merged
0e45442b 11:57:30.818 status:merged
2e3e08b1 11:57:30.924 status:merged
ae2438ab 11:57:31.358 status:merged
0e17843f 11:57:31.425 status:merged
4e181c77 11:57:31.618 status:merged
What was doing?
Thanks!
Can you share your Gerrit version and gerrit.config?
--
--
More info at http://groups.google.com/group/repo-discuss?hl=en <http://groups.google.com/group/repo-discuss?hl=en>
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
For more options, visit https://groups.google.com/d/optout <https://groups.google.com/d/optout>.
--
--
More info at http://groups.google.com/group/repo-discuss?hl=en <http://groups.google.com/group/repo-discuss?hl=en>
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
For more options, visit https://groups.google.com/d/optout <https://groups.google.com/d/optout>.
--
--
More info at http://groups.google.com/group/repo-discuss?hl=en <http://groups.google.com/group/repo-discuss?hl=en>
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
For more options, visit https://groups.google.com/d/optout <https://groups.google.com/d/optout>.
--
--
To unsubscribe, email repo-discuss+***@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
v***@gmail.com
2018-12-04 16:01:01 UTC
Permalink
Maybe it is not the problem of ‘Index-Interactive’ and the real problem is
that ‘clone repo from gerrit’
Post by v***@gmail.com
Thank you,lucamilanesio.
When I found lots of 'Index-Interactive' with 'status:merged', the cpu
was used more than 100%. :(
How many?
Did you have any massive operation on changes?
Did anyone possibly pushed hundreds of changes all at once?
Luca.
Post by v***@gmail.com
Hi,lucamilanesio.
My gerrit version is 2.13.7.
[container]
heapLimit = 60g
user = gerrit2
javaHome = /usr/lib/jvm/java-7-openjdk-amd64/jre
startupTimeout = 120
[sshd]
threads = 140
batchThreads = 2
maxAuthTries = 12
streamThreads = 50
listenAddress = *:29418
tcpKeepAlive = false
idleTimeout = 40m
rekeyTimeLimit = 0
rekeyBytesLimit = 107374182400
maxConnectionsPerUser = 80
[core]
packedGitLimit = 2g
packedGitWindowSize = 32k
packedGitOpenFiles = 512
[index]
type = LUCENE
onlineUpgrade = false
threads = 15
You have 15 threads dedicated to reindexing (the "Index-Interactive-NN" ones you saw")
If you see some queueing, it is because you're generating more reindexing
events than the ones you can write to disk to Lucene.
Luca.
maxTerms = 2048
Post by v***@gmail.com
"Index-Interactive-15" prio=10 tid=0x00007f686c011000 nid=0x25b8 waiting
on condition [0x00007f6b9afee000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00007f6bf9289160> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
"Index-Interactive-14" prio=10 tid=0x00007f686c00f000 nid=0x25b6 waiting
on condition [0x00007f6b9b1f0000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00007f6bf9289160> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
"Index-Interactive-13" prio=10 tid=0x00007f686c010000 nid=0x25b5
runnable [0x00007f6b9b2f1000]
java.lang.Thread.State: RUNNABLE
at org.apache.lucene.util.PriorityQueue.downHeap(PriorityQueue.java:284)
at org.apache.lucene.util.PriorityQueue.updateTop(PriorityQueue.java:211)
at
org.apache.lucene.search.TopFieldCollector.updateBottom(TopFieldCollector.java:523)
at
org.apache.lucene.search.TopFieldCollector$SimpleFieldCollector$2.collect(TopFieldCollector.java:243)
at
org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:221)
at
org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:172)
at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:821)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:535)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:744)
at
org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:729)
at
org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:671)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:577)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:627)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource.doRead(LuceneChangeIndex.java:345)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource.access$300(LuceneChangeIndex.java:279)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource$1.call(LuceneChangeIndex.java:325)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource$1.call(LuceneChangeIndex.java:322)
at
com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:108)
at
com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:41)
at
com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:77)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
Post by v***@gmail.com
I found a lots of 'Index-Interactive' that 'status:merged'
Queue: Index-Interactive
2eacc804 11:57:30.503 status:merged
8e713494 11:57:30.655 status:merged
ae72f897 11:57:30.809 status:merged
0e45442b 11:57:30.818 status:merged
2e3e08b1 11:57:30.924 status:merged
ae2438ab 11:57:31.358 status:merged
0e17843f 11:57:31.425 status:merged
4e181c77 11:57:31.618 status:merged
What was doing?
Thanks!
Can you share your Gerrit version and gerrit.config?
--
--
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google
Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send
For more options, visit https://groups.google.com/d/optout.
--
--
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups
"Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
--
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups
"Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
--
To unsubscribe, email repo-discuss+***@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
v***@gmail.com
2018-12-04 16:22:19 UTC
Permalink
I got the ‘show-cacche’ that time.

[image: 1111.png]
Post by v***@gmail.com
Thank you,lucamilanesio.
When I found lots of 'Index-Interactive' with 'status:merged', the cpu
was used more than 100%. :(
How many?
Did you have any massive operation on changes?
Did anyone possibly pushed hundreds of changes all at once?
Luca.
Post by v***@gmail.com
Hi,lucamilanesio.
My gerrit version is 2.13.7.
[container]
heapLimit = 60g
user = gerrit2
javaHome = /usr/lib/jvm/java-7-openjdk-amd64/jre
startupTimeout = 120
[sshd]
threads = 140
batchThreads = 2
maxAuthTries = 12
streamThreads = 50
listenAddress = *:29418
tcpKeepAlive = false
idleTimeout = 40m
rekeyTimeLimit = 0
rekeyBytesLimit = 107374182400
maxConnectionsPerUser = 80
[core]
packedGitLimit = 2g
packedGitWindowSize = 32k
packedGitOpenFiles = 512
[index]
type = LUCENE
onlineUpgrade = false
threads = 15
You have 15 threads dedicated to reindexing (the "Index-Interactive-NN" ones you saw")
If you see some queueing, it is because you're generating more reindexing
events than the ones you can write to disk to Lucene.
Luca.
maxTerms = 2048
Post by v***@gmail.com
"Index-Interactive-15" prio=10 tid=0x00007f686c011000 nid=0x25b8 waiting
on condition [0x00007f6b9afee000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00007f6bf9289160> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
"Index-Interactive-14" prio=10 tid=0x00007f686c00f000 nid=0x25b6 waiting
on condition [0x00007f6b9b1f0000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00007f6bf9289160> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
"Index-Interactive-13" prio=10 tid=0x00007f686c010000 nid=0x25b5
runnable [0x00007f6b9b2f1000]
java.lang.Thread.State: RUNNABLE
at org.apache.lucene.util.PriorityQueue.downHeap(PriorityQueue.java:284)
at org.apache.lucene.util.PriorityQueue.updateTop(PriorityQueue.java:211)
at
org.apache.lucene.search.TopFieldCollector.updateBottom(TopFieldCollector.java:523)
at
org.apache.lucene.search.TopFieldCollector$SimpleFieldCollector$2.collect(TopFieldCollector.java:243)
at
org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:221)
at
org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:172)
at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:821)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:535)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:744)
at
org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:729)
at
org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:671)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:577)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:627)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource.doRead(LuceneChangeIndex.java:345)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource.access$300(LuceneChangeIndex.java:279)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource$1.call(LuceneChangeIndex.java:325)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource$1.call(LuceneChangeIndex.java:322)
at
com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:108)
at
com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:41)
at
com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:77)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
Post by v***@gmail.com
I found a lots of 'Index-Interactive' that 'status:merged'
Queue: Index-Interactive
2eacc804 11:57:30.503 status:merged
8e713494 11:57:30.655 status:merged
ae72f897 11:57:30.809 status:merged
0e45442b 11:57:30.818 status:merged
2e3e08b1 11:57:30.924 status:merged
ae2438ab 11:57:31.358 status:merged
0e17843f 11:57:31.425 status:merged
4e181c77 11:57:31.618 status:merged
What was doing?
Thanks!
Can you share your Gerrit version and gerrit.config?
--
--
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google
Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send
For more options, visit https://groups.google.com/d/optout.
--
--
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups
"Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
--
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups
"Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
--
To unsubscribe, email repo-discuss+***@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
v***@gmail.com
2018-12-04 15:33:00 UTC
Permalink
Thank you,lucamilanesio.

When I found lots of 'Index-Interactive' with 'status:merged', the cpu was
used more than 100%. :(
Post by v***@gmail.com
Hi,lucamilanesio.
My gerrit version is 2.13.7.
[container]
heapLimit = 60g
user = gerrit2
javaHome = /usr/lib/jvm/java-7-openjdk-amd64/jre
startupTimeout = 120
[sshd]
threads = 140
batchThreads = 2
maxAuthTries = 12
streamThreads = 50
listenAddress = *:29418
tcpKeepAlive = false
idleTimeout = 40m
rekeyTimeLimit = 0
rekeyBytesLimit = 107374182400
maxConnectionsPerUser = 80
[core]
packedGitLimit = 2g
packedGitWindowSize = 32k
packedGitOpenFiles = 512
[index]
type = LUCENE
onlineUpgrade = false
threads = 15
You have 15 threads dedicated to reindexing (the "Index-Interactive-NN" ones you saw")
If you see some queueing, it is because you're generating more reindexing
events than the ones you can write to disk to Lucene.
Luca.
maxTerms = 2048
Post by v***@gmail.com
"Index-Interactive-15" prio=10 tid=0x00007f686c011000 nid=0x25b8 waiting
on condition [0x00007f6b9afee000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00007f6bf9289160> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
"Index-Interactive-14" prio=10 tid=0x00007f686c00f000 nid=0x25b6 waiting
on condition [0x00007f6b9b1f0000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00007f6bf9289160> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
"Index-Interactive-13" prio=10 tid=0x00007f686c010000 nid=0x25b5 runnable
[0x00007f6b9b2f1000]
java.lang.Thread.State: RUNNABLE
at org.apache.lucene.util.PriorityQueue.downHeap(PriorityQueue.java:284)
at org.apache.lucene.util.PriorityQueue.updateTop(PriorityQueue.java:211)
at
org.apache.lucene.search.TopFieldCollector.updateBottom(TopFieldCollector.java:523)
at
org.apache.lucene.search.TopFieldCollector$SimpleFieldCollector$2.collect(TopFieldCollector.java:243)
at
org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:221)
at
org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:172)
at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:821)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:535)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:744)
at
org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:729)
at
org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:671)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:577)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:627)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource.doRead(LuceneChangeIndex.java:345)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource.access$300(LuceneChangeIndex.java:279)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource$1.call(LuceneChangeIndex.java:325)
at
com.google.gerrit.lucene.LuceneChangeIndex$QuerySource$1.call(LuceneChangeIndex.java:322)
at
com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:108)
at
com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:41)
at
com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
Post by v***@gmail.com
I found a lots of 'Index-Interactive' that 'status:merged'
Queue: Index-Interactive
2eacc804 11:57:30.503 status:merged
8e713494 11:57:30.655 status:merged
ae72f897 11:57:30.809 status:merged
0e45442b 11:57:30.818 status:merged
2e3e08b1 11:57:30.924 status:merged
ae2438ab 11:57:31.358 status:merged
0e17843f 11:57:31.425 status:merged
4e181c77 11:57:31.618 status:merged
What was doing?
Thanks!
Can you share your Gerrit version and gerrit.config?
--
--
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups
"Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
--
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups
"Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
--
To unsubscribe, email repo-discuss+***@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Continue reading on narkive:
Loading...