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

            Bug ID: 71084
           Summary: Rows missing from enwiki_p on s1
           Product: Wikimedia Labs
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: tools
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

As can be seen from the following, at least the row for page_id=43871050 is
missing from enwiki_p.page on s1 while it's present on s2, s4, and s5.

  tools.anomiebot@tools-login:~$ echo 'select * from enwiki_p.page where
page_id in (43871050,43874575);' | mysql -h s1.labsdb enwiki_p
  page_id page_namespace  page_title      page_restrictions       page_counter 
  page_is_redirect        page_is_new     page_random     page_touched   
page_links_updated      page_latest     page_len        page_content_model
  43874575        2600    S2n8v8tnlfrk509z                0       0       1    
  0.256181787059  20140919185837  19691231235959  626243090       1       NULL
  tools.anomiebot@tools-login:~$ echo 'select * from enwiki_p.page where
page_id in (43871050,43874575);' | mysql -h s2.labsdb enwiki_p
  page_id page_namespace  page_title      page_restrictions       page_counter 
  page_is_redirect        page_is_new     page_random     page_touched   
page_links_updated      page_latest     page_len        page_content_model
  43871050        2600    S2mtqnqvnkubl0g1                0       0       1    
  0.296643974044  20140919142659  19691231235959  626213539       1       NULL
  43874575        2600    S2n8v8tnlfrk509z                0       0       1    
  0.256181787059  20140919185837  19691231235959  626243090       1       NULL
  tools.anomiebot@tools-login:~$ echo 'select * from enwiki_p.page where
page_id in (43871050,43874575);' | mysql -h s4.labsdb enwiki_p
  page_id page_namespace  page_title      page_restrictions       page_counter 
  page_is_redirect        page_is_new     page_random     page_touched   
page_links_updated      page_latest     page_len        page_content_model
  43871050        2600    S2mtqnqvnkubl0g1                0       0       1    
  0.296643974044  20140919142659  19691231235959  626213539       1       NULL
  43874575        2600    S2n8v8tnlfrk509z                0       0       1    
  0.256181787059  20140919185837  19691231235959  626243090       1       NULL
  tools.anomiebot@tools-login:~$ echo 'select * from enwiki_p.page where
page_id in (43871050,43874575);' | mysql -h s5.labsdb enwiki_p
  page_id page_namespace  page_title      page_restrictions       page_counter 
  page_is_redirect        page_is_new     page_random     page_touched   
page_links_updated      page_latest     page_len        page_content_model
  43871050        2600    S2mtqnqvnkubl0g1                0       0       1    
  0.296643974044  20140919142659  19691231235959  626213539       1       NULL
  43874575        2600    S2n8v8tnlfrk509z                0       0       1    
  0.256181787059  20140919185837  19691231235959  626243090       1       NULL

-- 
You are receiving this mail because:
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