Hi,
I am working on FLUME-1502 and I noticed that the
Default{Sink,Source,Channel}Factory classes all track the
sink,source,channels they have created. Additionally, there is a
getRegistryClone class which is only used in tests.1) Is there a reason they track the instances they have created? 2) Any objection to removing this code since it's not being used? Brock
