https://bugzilla.wikimedia.org/show_bug.cgi?id=70747
--- Comment #10 from Aude <[email protected]> --- I can easily reproduce the issues that we had on beta, and bumping the cache key we use for entities seems the solution. I think the solution is to have the cache key changed (generated in our build) for beta and then deploy to beta again. I did reproduce this error "Error at offset 0 of 6 bytes" from test2 on vagrant/hhvm on friday but can't reproduce it now. My guess is maybe a race condition, someone hitting the main page of test2 causing incorrect data in memcached, or possibly an issue with hhvm. I can try to reproduce some more. If I can't reproduce and beta is ok, then we try test.wikidata again (maybe next week?). If the issue happens again, I would try bumping the shared cache key again: $wgWBRepoSettings['sharedCacheKeyPrefix'] = 'wikidatawiki/mw1.24-wmf20'; and $wgWBClientSettings['sharedCacheKeyPrefix'] = 'wikidatawiki/mw1.24-wmf20'; anyway, we are good for now and no new code for wikidata this week. (except maybe a bug fix) -- 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
