-
I have a wrapper for the cache layer that enforces a TTL on sets. Under some conditions which we haven't identified (Folsom 1.2.1, Oracle JDK1.8 in all cases, memcached 1.4.15 in Linux and memcached …
-
```
What steps will reproduce the problem?
1.startup the tomcat , and shutdown .
2.in the web app i use memcached client 1.4.2 with hazelcast server nodes .
3.in the contextDestroyed of the app i do m…
-
```
Hi,
The set call in Memcached client fails for Strings greater than 1 mb for the
recent client versions after 2.8.0. It works with version 2.7.3.
The set call should succeed because the String …
-
```
Hi,
The set call in Memcached client fails for Strings greater than 1 mb for the
recent client versions after 2.8.0. It works with version 2.7.3.
The set call should succeed because the String …
-
```
Hi,
The set call in Memcached client fails for Strings greater than 1 mb for the
recent client versions after 2.8.0. It works with version 2.7.3.
The set call should succeed because the String …
-
Hi Team,
I am new to Grafana tempo, we want to get the traces from the backend api's to grafana tempo dashboard.
As of now- we have configured, grafana tempo(2.5.0) on k8 using helm charts. We are a…
-
```
1,关于本地缓存,我看到源代码中使用的ConcurrentHashMap,Concurr
entHashMap不
好的一点是就是无论是put还是get都是需要lock的,针对只是作�
��缓存来使用的话,
如果取出来的数据不需要修改都直接返回给客户端,那么只��
�真多put进行lock就可以
了,get的时候可以不需要lock,建议自己写一个Map,只对put进�
��lock,这样可以…
-
**Describe the bug**
I can only query for logs of my app now-1h, other queries return a `null` result.
**To Reproduce**
Steps to reproduce the behavior:
1. Install Helm Chart bitnami/grafana…
-
```
On SunOS, with FailureMode Cancel, spymemcached is not reconnecting to a
restarted local memcached server.
We have a spymemcached client running on a SunOS system, connecting to a
locally runni…
-
I see some docs related configurations not working in loki-distributed.
in the official docs https://grafana.com/docs/loki/latest/configuration/ is documented memcached_client with service `memcach…