What does the stopProxy flag do in HConnectionManager.deleteConnection(Configuration conf, boolean stopProxy)? Assuming an HConnection was made with a unique Configuration instance, and I want to completely clean up after it, should I be using stopProxy=true? When would I want to use stopProxy=false?
Garrett
