Thiago dos Santos Hora
Thiago dos Santos Hora
@dependabot rebase
@dependabot rebase
Any update?
Sorry, 0.6.4. There are not many application-related logs, to be honest. The server is running on docker: 23.8.15.35-alpine
``` 2024.09.02 19:41:24.079130 [ 1 ] {} Context: Linux transparent hugepages are set to "always". Check /sys/kernel/mm/transparent_hugepage/enabled 2024.09.02 19:41:24.079200 [ 1 ] {} Context: Delay accounting is not enabled, OSIOWaitMicroseconds...
``` java.net.SocketException: Socket closed ! at java.base/sun.nio.ch.NioSocketImpl.endRead(NioSocketImpl.java:243) ! at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:323) ! at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:346) ! at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:796) ! at java.base/java.net.Socket$SocketInputStream.read(Socket.java:1099) ! at org.apache.hc.core5.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:149) ! at org.apache.hc.core5.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280) ! at org.apache.hc.core5.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:247) ! at...
I cannot see, However, the inserts seemed very slow. Not sure if this can be related
Hi @skrawcz, Thank you for your suggestion. Let us look at it, and we will update you as soon as possible. It would be a nice addition.
```Java @Singleton @RequiredArgsConstructor(onConstructor_ = @Inject) @Slf4j class DatasetServiceImpl implements DatasetService { private static final String DATASET_ALREADY_EXISTS = "Dataset already exists"; private final @NonNull IdGenerator idGenerator; private final @NonNull TransactionTemplate template;...
I just tested yesterday, it seems somehow related to docker. Out of the container it works, or the JVM, in docker I'm using correto 21 2033 On Sun, 10 Nov...