Github user JamesRTaylor commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/147#discussion_r50270038
--- Diff: phoenix-protocol/src/main/PTable.proto ---
@@ -57,6 +57,8 @@ message PTableStats {
optional int64 keyBytesCount = 4;
optional int32 guidePostsCount = 5;
optional PGuidePosts pGuidePosts = 6;
+ optional bytes encodedGuidePosts = 7;
--- End diff --
I'm a bit confused by this, though. Doesn't the PTable still send multiple
PGuidePosts (one per column family)? It's just the PGuidePosts that have
changed, no? You already have maxLength on PGuidePosts (which is where it
belongs). Why is it needed here?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---