-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closing, Reopening Warning #64
Comments
If this is configurable on the underlying Spymemcached client (I haven't checked), it might be worth trying to do it in a similar fashion #54. Do you want to take on this @rohantandon96 ? |
sure i will give it a shot @lloydmeta and report back with results. Thanks. |
sorry mate @lloydmeta, no luck with adding a timeOut threshold. Get the same error
Can i provide anything to help debug this issue? |
Err, no I think you misunderstood me. I meant trying to do something similar to #54 in terms of trying to add the ability to configure maxValue on the underlying Spymemcached client in a similar way, not try to solve it by configuring timeout :) |
Hi,
"io.monix" %% "shade" % "1.10.0"
in build.sbt and receiving following warning message:The the size of the data I am trying to insert is ~12MB (Data Length: 12406131 in bytes) and I have increased the memcached maxValue size to accommodate for this, however still receive the above warning.
As a result of the warning, the value is never inserted into memcached.
Similar issue was resolved here: Nullpointer while inserting cache values above 6mb memcached/memcached#333 but increasing maxSize is not working for me.
In terms of stack trace, I get a NPE at same line as above issue
Can you please help.
The text was updated successfully, but these errors were encountered: