Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose TRegionInfo.{serverName,port} (available in newer Thrift versions) #37

Closed
wbolster opened this issue Aug 28, 2013 · 1 comment
Closed

Comments

@wbolster
Copy link
Member

Relevant Thrift API:

/**
 * A TRegionInfo contains information about an HTable region.
 */
struct TRegionInfo {
  1:Text startKey,
  2:Text endKey,
  3:i64 id,
  4:Text name,
  5:byte version,
  6:Text serverName,
  7:i32 port
}
@wbolster
Copy link
Member Author

wbolster commented Nov 3, 2013

Fixed as a side effect of dd7878c

@wbolster wbolster closed this as completed Nov 3, 2013
wbolster added a commit that referenced this issue Nov 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant