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

ENG-10358, add diagnostic code to elastic join path. #3785

Merged
merged 2 commits into from Jul 27, 2016

Conversation

luyangco
Copy link
Contributor

Change-Id: I31e71b3e0372f176c4d52787e598eecc339c2652

Change-Id: I31e71b3e0372f176c4d52787e598eecc339c2652
@@ -1424,6 +1424,12 @@ bool VoltDBEngine::isLocalSite(const int32_t pkHash) const
return getPartitionForPkHash(pkHash) == m_partitionId;
}

std::string VoltDBEngine::dumpCurrentHashinator() const {
std::ostringstream buffer;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can simply return m_hashinator.get()->debug().

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I'll change it.

Change-Id: I6541368395f9954acbcb9537b5a839353a9fb5e6
@nshi nshi merged commit e1128f0 into master Jul 27, 2016
@nshi nshi deleted the ENG-10358-elastic-add-fail branch July 27, 2016 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants