https://bugzilla.wikimedia.org/show_bug.cgi?id=52395

       Web browser: ---
            Bug ID: 52395
           Summary: CirrusSearch: indexing simplewiki in beta seems to be
                    stuck in some kind of loop....
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: CirrusSearch
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

It did this:
Indexed 50 pages ending at 29137 at 24/second
Indexed 50 pages ending at 29213 at 24/second
Indexed 50 pages ending at 29278 at 24/second
Indexed 50 pages ending at 29368 at 24/second
Indexed 50 pages ending at 29467 at 24/second
Indexed 50 pages ending at 29542 at 24/second
Indexed 50 pages ending at 29612 at 24/second
Indexed 50 pages ending at 29687 at 24/second
Indexed 50 pages ending at 29764 at 24/second
Indexed 50 pages ending at 29835 at 24/second
Indexed 50 pages ending at 29907 at 24/second
Indexed 50 pages ending at 30016 at 24/second
Indexed 50 pages ending at 29261 at 24/second
Indexed 50 pages ending at 29347 at 24/second
Indexed 50 pages ending at 29449 at 24/second
Indexed 50 pages ending at 29512 at 24/second
Indexed 50 pages ending at 29592 at 24/second
Indexed 50 pages ending at 29660 at 24/second
Indexed 50 pages ending at 29743 at 24/second
Indexed 50 pages ending at 29815 at 24/second
Indexed 50 pages ending at 29888 at 24/second
Indexed 50 pages ending at 29969 at 24/second
Indexed 50 pages ending at 30070 at 24/second
Indexed 50 pages ending at 30143 at 24/second
Indexed 50 pages ending at 30214 at 24/second
Indexed 50 pages ending at 30294 at 24/second
Indexed 50 pages ending at 30355 at 24/second
Indexed 50 pages ending at 30433 at 24/second
Indexed 50 pages ending at 16386 at 24/second
Indexed 50 pages ending at 16464 at 24/second
Indexed 50 pages ending at 16525 at 24/second
Indexed 50 pages ending at 16605 at 24/second
Indexed 50 pages ending at 16694 at 24/second
Indexed 50 pages ending at 16755 at 24/second
Indexed 50 pages ending at 16822 at 24/second
Indexed 50 pages ending at 16889 at 24/second
Indexed 50 pages ending at 16989 at 24/second
Indexed 50 pages ending at 17095 at 24/second
Indexed 50 pages ending at 17157 at 24/second
Indexed 50 pages ending at 17242 at 24/second
Indexed 50 pages ending at 17320 at 24/second
Indexed 50 pages ending at 17422 at 24/second
Indexed 50 pages ending at 17493 at 24/second
Indexed 50 pages ending at 17547 at 24/second
Indexed 50 pages ending at 17654 at 24/second
Indexed 50 pages ending at 17727 at 24/second
Indexed 50 pages ending at 17859 at 24/second
Indexed 50 pages ending at 17940 at 24/second


After I killed it it only had a total of 17349 live documents:
manybubbles@deployment-bastion:~$ curl
deployment-es0:9200/simplewiki/page/_count?pretty
{
  "count" : 17349,
  "_shards" : {
    "total" : 4,
    "successful" : 4,
    "failed" : 0
  }
}manybubbles@deployment-bastion:~$

Looks like the documents were just overwriting themselves over and over again:
manybubbles@deployment-bastion:~$ curl -s
deployment-es0:9200/simplewiki/_status?pretty | grep deleted | head -n1
        "deleted_docs" : 272
manybubbles@deployment-bastion:~$ 

Note that the reason there aren't a ton of deleted docs sitting around is
because elasticsearch cleans them up.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to