You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Together with some people we found out that the PHP SDK has an issue itself when writing the document when it doesn't exist in a Couchbase container yet. When you want to write a document the SDK first tries to get the document as well but as it doesn't exist the SDK throws an exception that PHP fast cache handles as well.
The SDK needs a fix that it doesn't throw an exception when the document it want to write - and doesn't exist yet - just writes and doesn't crash.
Hi @Fabbzz, thanks for report. I've copied the ticket into our Jira (https://jira.issues.couchbase.com/browse/PCBC-1013). This ticket will be updated accordingly once the issue will be resolved. You can still use this one for any further communication.
I will close this ticket, as it seems to be related to old extension. If the fastcache needs some transcoder that does not apply any transformations and the payload should be treated as just bytes, you can use \Couchbase\RawBinaryTranscoder.
Hi,
Together with some people we found out that the PHP SDK has an issue itself when writing the document when it doesn't exist in a Couchbase container yet. When you want to write a document the SDK first tries to get the document as well but as it doesn't exist the SDK throws an exception that PHP fast cache handles as well.
The SDK needs a fix that it doesn't throw an exception when the document it want to write - and doesn't exist yet - just writes and doesn't crash.
Reference:
PHPSocialNetwork/phpfastcache#918
The text was updated successfully, but these errors were encountered: