jprante / elasticsearch-knapsack

Knapsack plugin is an import/export tool for Elasticsearch
Apache License 2.0
472 stars 77 forks source link

Disable Netty 3 dead lock checker #110

Open jprante opened 8 years ago

jprante commented 8 years ago

Elasticsearch thread pools for transport client can not be shared when communication to another cluster, therefore the most brute force method is to disable Netty dead lock checking.