druid/server
Charles Allen 188a4bc89a Revert "Optionally intern ServerInventoryView inventory objects. (#3238)" (#3286)
This reverts commit a931debf79.
Fixes #3283

The core issue here is that realtime nodes announce their size as 0, so a coordinator which interns the realtime version of the data segment will not be able to see the new sized announcement when handoff occurs.

This is caused by the `eauals` method on a `DataSegment` only evaluating the identifier. the `eauals` method *should* be correct for object equivalence, and things which need to check equivalence of some sub-portion of the object should do so explicitly.
2016-07-26 11:47:34 -07:00
..
src Revert "Optionally intern ServerInventoryView inventory objects. (#3238)" (#3286) 2016-07-26 11:47:34 -07:00
pom.xml Revert "update druid console version (#3189)" (#3203) 2016-06-29 08:29:57 -07:00