Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExtraIndexer stuck on rollback? #2133

Open
kushti opened this issue Mar 2, 2024 · 0 comments · Fixed by #2145
Open

ExtraIndexer stuck on rollback? #2133

kushti opened this issue Mar 2, 2024 · 0 comments · Fixed by #2145
Assignees

Comments

@kushti
Copy link
Member

kushti commented Mar 2, 2024

21:31:05.438 INFO  [oref-indexer-dispatcher-8] o.e.n.h.extra.ExtraIndexer - Buffered block 1212379 / 1212379 [txs: 1, boxes: 2] (buffer: 11 / 20000)
21:31:05.439 INFO  [oref-indexer-dispatcher-8] o.e.n.h.extra.ExtraIndexer - Processed 2 ErgoTrees with 3 boxes and inserted them to database in 1ms
21:39:32.627 WARN  [oref-indexer-dispatcher-8] o.e.n.h.extra.ExtraIndexer - Skipping block 9bf28f3b15d11a23550b04481080c04d7f54c2e6323940296ec9500954d60e43 applied at height 1212379, indexed height is 1212379
21:39:32.759 WARN  [oref-indexer-dispatcher-8] o.e.n.h.extra.ExtraIndexer - Unknown box used as input: a972e6f6c75a1e97f753ecf645e83b4f26d780d32d77022db555528e3ab22c13
21:39:32.762 INFO  [oref-indexer-dispatcher-8] o.e.n.h.extra.ExtraIndexer - Buffered block 1212380 / 1212380 [txs: 4, boxes: 14] (buffer: 55 / 20000)
21:39:32.764 INFO  [oref-indexer-dispatcher-8] o.e.n.h.extra.ExtraIndexer - Processed 11 ErgoTrees with 18 boxes and inserted them to database in 2ms
21:39:32.765 INFO  [oref-indexer-dispatcher-8] o.e.n.h.extra.ExtraIndexer - Rolling back indexes from 1212380 to 1212378
21:39:32.862 INFO  [oref-indexer-dispatcher-8] o.e.n.h.extra.ExtraIndexer - Successfully rolled back indexes to 1212378
21:41:52.481 INFO  [oref-indexer-dispatcher-8] o.e.n.h.extra.ExtraIndexer - Buffered block 1212379 / 1212381 [txs: 6, boxes: 16] (buffer: 99 / 20000)
21:41:52.482 INFO  [oref-indexer-dispatcher-8] o.e.n.h.extra.ExtraIndexer - Buffered block 1212380 / 1212381 [txs: 4, boxes: 14] (buffer: 149 / 20000)
        at org.ergoplatform.nodeView.history.extra.ExtraIndexerBase.$anonfun$getBlockTransactionsAt$1(ExtraIndexer.scala:90)
        at org.ergoplatform.nodeView.history.extra.ExtraIndexerBase.getBlockTransactionsAt(ExtraIndexer.scala:90)
        at org.ergoplatform.nodeView.history.extra.ExtraIndexerBase.$anonfun$index$2(ExtraIndexer.scala:239)
        at org.ergoplatform.nodeView.history.extra.ExtraIndexerBase.index(ExtraIndexer.scala:239)
        at org.ergoplatform.nodeView.history.extra.ExtraIndexerBase.index$(ExtraIndexer.scala:236)
        at org.ergoplatform.nodeView.history.extra.ExtraIndexer.index(ExtraIndexer.scala:458)
        at org.ergoplatform.nodeView.history.extra.ExtraIndexerBase$$anonfun$loaded$1.applyOrElse(ExtraIndexer.scala:393)
        at org.ergoplatform.nodeView.history.extra.ExtraIndexer.aroundReceive(ExtraIndexer.scala:458)
21:41:52.491 ERROR [oref-indexer-dispatcher-8] o.e.n.h.extra.ExtraIndexer - Attempted extra indexer restart due to None.get
        at org.ergoplatform.nodeView.history.extra.ExtraIndexerBase.$anonfun$getBlockTransactionsAt$1(ExtraIndexer.scala:90)
        at org.ergoplatform.nodeView.history.extra.ExtraIndexerBase.getBlockTransactionsAt(ExtraIndexer.scala:90)
        at org.ergoplatform.nodeView.history.extra.ExtraIndexerBase.$anonfun$index$2(ExtraIndexer.scala:239)
        at org.ergoplatform.nodeView.history.extra.ExtraIndexerBase.index(ExtraIndexer.scala:239)
        at org.ergoplatform.nodeView.history.extra.ExtraIndexerBase.index$(ExtraIndexer.scala:236)
        at org.ergoplatform.nodeView.history.extra.ExtraIndexer.index(ExtraIndexer.scala:458)
        at org.ergoplatform.nodeView.history.extra.ExtraIndexerBase$$anonfun$loaded$1.applyOrElse(ExtraIndexer.scala:393)
        at org.ergoplatform.nodeView.history.extra.ExtraIndexer.aroundReceive(ExtraIndexer.scala:458)
21:41:52.527 ERROR [oref-indexer-dispatcher-8] o.e.n.h.extra.ExtraIndexer - Stopped extra indexer

Restart helped to sync

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants