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

            Bug ID: 65466
           Summary: HHVM fails to unserialize() value in
                    JobQueueRedis.php:798
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Keywords: hiphop
          Severity: normal
          Priority: Unprioritized
         Component: JobQueue
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: o...@wikimedia.org
                CC: tstarl...@wikimedia.org
       Web browser: ---
   Mobile Platform: ---

Running /usr/local/bin/jobs-loop.sh on osmium with WIKIDEBUG=1 floods the
output buffer with the following error message:

Notice: Unable to unserialize: [ERR value is not an integer or out of range].
Expected ':' but got 'R'. in
/usr/local/apache/common-local/php-1.24wmf4/includes/jobqueue/JobQueueRedis.php
on line 798

Quick Googling shows that "ERR value is not an integer or out of range" is
coming from Redis itself.

Note that HHVM uses a pure-PHP redis client library that is supposed to be
compatible with php-redis (but may not be). The implementation is here:
https://github.com/facebook/hhvm/blob/master/hphp/system/php/redis/Redis.php

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to