-
-
Notifications
You must be signed in to change notification settings - Fork 454
Random "key does not exist on the server" messages #541
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Hello, Do you reproduce this bug with the V6 (final) ? Also I may need to access and/or collaborate with your project on this bug since it appears to be really specific if you don't mind. Cheers, |
I'm gonna push a fix for that, do you have any time to test it in real time with me ? |
Hi G.. yes of course :-) I'm devving all day today - it has only been a random issue though that I can't reproduce, but I can push an update and then monitor over the next few days if that helps? |
Yes of course, I'll give you a patch in a moment |
@rdecourtney bump :D |
No errors so far! (I did comment on the update you pushed out, not here).. |
Okay I'll push a fix tonight ! |
Sorry my computer crashed 2 days ago, expect some days until I finished recovering my data. My apologizes. Cheers, |
Did you manage to fix your computer ok?
~ Rick
————————————————————————————————————————————————————
Check out our new project! https://competency.io <https://competency.io/>
COMPETENCY.IO is the online portfolio and competency assessment platform for users & enterprise
… On Nov 23, 2017, at 2:32 PM, Georges.L ***@***.***> wrote:
Closed #541 <#541> via fa89ec7 <fa89ec7>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#541 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AfEvdCaSCuSXJukobONjmallDDUumj2Gks5s5fKZgaJpZM4QiWJV>.
|
Not exactly, I did the commit from my work company ;) Cheers, |
Configuration:
PhpFastCache version: 7.0.0-alpha
PHP version: 7.1.11
Operating system: Windows 2012 Datacentre
Issue description:
Using couchbase server as a memcached server, I'm getting rare, but random errors:
Error Message: Uncaught Couchbase\Exception: LCB_KEY_ENOENT: The key does not exist on the server in W:\web\assets\plugins\phpFastCache.v7\src\phpFastCache\Drivers\Couchbase\Driver.php:128
Stack trace:
#0 W:\web\assets\plugins\phpFastCache.v7\src\phpFastCache\Drivers\Couchbase\Driver.php(128): Couchbase\Bucket->remove('05f4b82707ebca6...')
#1 W:\web\assets\plugins\phpFastCache.v7\src\phpFastCache\Core\Pool\CacheItemPoolTrait.php(153): phpFastCache\Drivers\Couchbase\Driver->driverDelete(Object(phpFastCache\Drivers\Couchbase\Item))
#2 W:\web\includes\library\custom.functions.php(70): phpFastCache\Drivers\Couchbase\Driver->getItem('profile_timelin...')
#3 W:\web\platform\profile\pages\default.php(212): cache(Array)
#4 W:\web\platform\profile\index.php(116): require('W:\web\platform...')
#5 W:\web\platform\error\404.php(88): require('W:\web\platform...')
#6 {main}
thrown
Error File: W:\web\assets\plugins\phpFastCache.v7\src\phpFastCache\Drivers\Couchbase\Driver.php
Error Line: 128
By default, keys are set to expire after 600 seconds, and I'm getting around 100,000 page views a day on the server with around 10 cached requests per page - I'm going to guess it's a resource / memory issue - but should driver.php gracefully handle the non-existent key or error out as above?
Thanks G!
The text was updated successfully, but these errors were encountered: