On Wed, Mar 26, 2014 at 12:26 PM, Josh Elser <[email protected]> wrote:
> On 3/26/14, 9:23 AM, Keith Turner wrote: > >> That's my irk with it. The changes we made "hide" things for no other >>> >purpose than saying "we hid them". The next variant of a MAC is going to >>> >have to re-architect the entire thing anyways (I'm doing this right now >>> and >>> >I'm overhauling it). >>> > >>> >> There is a purpose. Whats an alternative solution to the addition of >> "public List<LogWriter> getLogWriters()" to the MAC API? >> > > Personally, I wouldn't have really cared if such a method was added to its > API. > > > If you want to re-write MAC all you have to support is the interface in >> minicluster, you are free to throw everything in minicluster.impl away. >> >> >> > No, not with the "interface" explicitly referencing MiniAccumuloC*Impl > internally, I can't. I do not see any way I can throw away the existing > impl given the API wrapper. Am I missing something? > This sounds like a bug that is orthogonal and should be addressed regardless of the outcome of everything else.
