lhotari commented on code in PR #19377:
URL: https://github.com/apache/pulsar/pull/19377#discussion_r1092487006
##########
pulsar-io/elastic-search/src/main/java/org/apache/pulsar/io/elasticsearch/client/RestClient.java:
##########
@@ -83,7 +83,6 @@ public RestClient(ElasticSearchConfig elasticSearchConfig,
BulkProcessor.Listene
// idle+expired connection evictor thread
this.executorService = Executors.newSingleThreadScheduledExecutor();
this.executorService.scheduleAtFixedRate(() -> {
- configCallback.connectionManager.closeExpiredConnections();
configCallback.connectionManager.closeIdleConnections(
Review Comment:
> Since that solution requires modifying OS settings
@michaeljmarshall On managed cloud k8s environments, the OS settings are
already properly tuned. related comment:
https://github.com/apache/pulsar/pull/14841#issuecomment-1112938794
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]