This is an automated email from the ASF dual-hosted git repository.
jlli pushed a change to branch cache-table-schemas-in-broker
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
omit 33a1db4 Add guava cache to cache table schema in pinot broker; Check
non-exsitence columns in broker. Emit a metric if column mismatched.
add c8725e5 Add guava cache to cache table schema in pinot broker; Check
non-exsitence columns in broker. Emit a metric if column mismatched.
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 (33a1db4)
\
N -- N -- N refs/heads/cache-table-schemas-in-broker (c8725e5)
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:
.../pinot/broker/broker/BrokerServerBuilder.java | 13 ++++---
.../broker/broker/helix/HelixBrokerStarter.java | 9 ++++-
.../requesthandler/BaseBrokerRequestHandler.java | 40 ++++++++++-----------
.../ConnectionPoolBrokerRequestHandler.java | 6 ++--
.../SingleConnectionBrokerRequestHandler.java | 6 ++--
.../broker/requesthandler/TableSchemaCache.java | 42 +++++++++++++++-------
.../linkedin/pinot/common/metrics/BrokerMeter.java | 2 +-
.../pinot/common/utils/CommonConstants.java | 5 +++
8 files changed, 71 insertions(+), 52 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]