-
### What is the problem
existdb becomes totally unresponsive even dashboard does not load. The only way to get it working again is to restart. We encountered this behavior in our initial load case …
-
When using idle retention strategy and setting shutting down only option, sometimes the agents may not be able to connect successfully. And it will stay as suspended all the time.
Some useful log …
timja updated
5 years ago
-
after constructing my code to push a transaction in to the network
I run `pushtx(txt)`
then I got this error:
`Traceback (most recent call last):
File "", line 1, in
File "/usr/local/l…
-
Hi,
In a number of my samples (which I am currently running through HATCHet2 individually), I am experiencing a bug that appears to occur when either pre- or post-centromeric reads on specific chr…
-
**Description**
When a nominal vector has a lot of levels, and we compute a Kruskal test between this vector and a numerical one, the kruskal.test() function works fine, and returns fast. But the cal…
-
**NoSuchMethodError**
APM Agent Version: 1.5.2
Lettuce Version: 6.5.0.RELEASE
```
2024-11-15 11:17:50,257 [http-nio-8080-exec-10] ERROR co.elastic.apm.agent.bci.IndyBootstrap - Advice threw an excep…
-
Hi,
I am trying to compile following test code using my C front-end.
```
int
main()
{
int x;
int *p;
int **pp;
x = 1;
p = &x;
pp = …
-
## Describe the bug
Trying to use apm on elasticsearch jvm to get jvm metrics.
APM agent finds APM server, but fails to send any data with `java.net.SocketPermission access denied`.
## Steps t…
-
我只找到了处理2a、2b、HGD的文件,
bciciv2a_process.py
bciciv2b_process.py
high_gamma_process.py
-
#### Describe the bug
I cannot plot the data again after applying filtering.
#### Steps to reproduce
data_highpass = data.copy().filter(l_freq=0.5, h_freq=None)
data.plot(n_channels=61…