dashboard #1

Merged
andi merged 118 commits from dashboard into master 2024-09-29 06:47:35 +00:00
Showing only changes of commit c9758adbef - Show all commits

View File

@@ -90,7 +90,7 @@ public class TcpIngestor implements Ingestor, AutoCloseable, DisposableBean {
port = serverSocket.getLocalPort(); port = serverSocket.getLocalPort();
LOGGER.info("listening on port " + serverSocket.getLocalPort()); LOGGER.info("listening on port " + serverSocket.getLocalPort());
serverSocket.setSoTimeout((int) TimeUnit.MILLISECONDS.toMillis(2)); serverSocket.setSoTimeout((int) TimeUnit.MILLISECONDS.toMillis(100));
started.countDown(); // notify caller that the socket is now listening started.countDown(); // notify caller that the socket is now listening
while (acceptNewConnections.get()) { while (acceptNewConnections.get()) {