OpenSearch/core
Simon Willnauer f79fb4ada7 Create RecoveryTarget once we reset the source
RecoveryTarget increments a reference on the store once it's
created. If we fail to return the instance from the reset method
we leak a reference causing shard locks to not be released. This
change creates the reference in the return statement to ensure no
references are leaked
2016-07-19 12:27:11 +02:00
..
src Create RecoveryTarget once we reset the source 2016-07-19 12:27:11 +02:00
build.gradle Move netty transport and http into a module 2016-07-11 22:21:29 +02:00