Hamado Dene
Hamado Dene
Hi, I using jmx_export on my hbase + hadoop cluster. For every service (like namenode, datanode, regionserver ect), i have a different jmx port. Is it possible to specify multiple...
In our production installation of EmailSuccess.com , I found this exception in HerdDB logs: ``` 20-09-17-08-30-56 herddb.network.netty.AbstractChannel Sep 17, 2020 8:30:56 AM herddb.network.netty.AbstractChannel processRequest SEVERE: herddb.network.netty.LocalVMChannel$ServerSideLocalVMChannel@f0d7bed: error herddb.storage.DataStorageManagerException: java.lang.IllegalArgumentException: Added...
``` herddb.model.StatementExecutionException: herddb.storage.DataStorageManagerException: java.lang.IllegalArgumentException: Added a page twice: DataPage{pageId=821, immutable=true, writable=false, usedMemory=791012} at herddb.core.DBManager.executePlan(DBManager.java:700) at herddb.server.ServerSideConnectionPeer.handleOpenScanner(ServerSideConnectionPeer.java:457) at herddb.server.ServerSideConnectionPeer.requestReceived(ServerSideConnectionPeer.java:182) at herddb.network.netty.NettyChannel.lambda$handlePduRequest$0(NettyChannel.java:97) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)...
**BUG REPORT** ` Feb 15, 2019 12:11:27 PM com.scurrilous.circe.checksum.Crc32cIntChecksum WARNING: Failed to load Circe JNI library. Falling back to Java based CRC32c provider ` i have this warning when i...
Hello, I'm trying to pass custom parameters with a request, but I'm encountering an error that I don't understand how to handle. I'm using Next.js 13 with `/app/api/s3-upload/route.ts`. This is...
``` 20-03-17-12-02-15 java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error java.util.concurrent.ExecutionException: java.lang.Exception: herddb.network.netty.NettyChannel$3@5bdb86aa: error while sending reply m essage to PooledUnsafeDirectByteBuf(freed) while talking to null java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error java.util.concurrent.ExecutionException: java.lang.Exception: herddb.network.netty.NettyChannel$3@5bdb86aa: error while sending reply...
On the certificates page, we currently only provide a warning for expired certificates. It would be interesting to have a signal for certificates in Failed state and in unreacheble state....
In CaffeineCacheImpl the verbose boolean variable is used to decide whether to log into Finer or not. I can't set this variable to true in an up and running system....
While creating a certificate we noticed from the interface that the status of the certificate was null. ```json { "id": "example.com", "hostname": "example.com", "mode": "acme", "dynamic": true, "status": null, "sslCertificateFile":...