You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2019/10/24 01:19:42 UTC

[incubator-pinot] branch offheap_var_length_store updated (e4c5be2 -> 49d5a34)

This is an automated email from the ASF dual-hosted git repository.

jackie pushed a change to branch offheap_var_length_store
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


 discard e4c5be2  Implement OffHeapMutableBytesStore for real-time var-length bytes store
     add 1b8cdd8  Fix comparison to pick the right minimum value for hash-set (#4588)
     add 3a77194  Enhance the exception handling in TableRebalancer (#4734)
     add ac5ada2  Catch exception when checking lead controller resource is enabled (#4736)
     add b00b66c  [TE] correct time format before send query to Vertica (#4548)
     add 2f72432  Fix state change when consumption is stopped (#4739)
     add 49d5a34  Implement OffHeapMutableBytesStore for real-time var-length bytes store

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e4c5be2)
            \
             N -- N -- N   refs/heads/offheap_var_length_store (49d5a34)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../common/assignment/InstancePartitionsUtils.java |  4 +-
 .../org/apache/pinot/common/utils/HashUtil.java    |  2 +-
 .../pinot/controller/LeadControllerManager.java    | 23 +++++---
 .../realtime/PinotLLCRealtimeSegmentManager.java   | 13 +++--
 .../helix/core/rebalance/TableRebalancer.java      | 62 +++++++++++++++-------
 .../impl/dictionary/OffHeapMutableBytesStore.java  | 25 +++++----
 .../server/realtime/ControllerLeaderLocator.java   | 16 ++++--
 .../dictionary/OffHeapMutableBytesStoreTest.java   | 35 ++++++------
 .../pinot/thirdeye/datasource/sql/SqlUtils.java    | 10 +++-
 9 files changed, 129 insertions(+), 61 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org