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

merge Obkv params2 to master #200

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

merge Obkv params2 to master #200

wants to merge 11 commits into from

Conversation

stuBirdFly
Copy link
Contributor

Summary

Solution Description

HexyinUESTC and others added 11 commits September 18, 2024 11:01
* lsop support tablegroup

* lsop support tablegroup name routing
…ms2 (#190)

* add pool parameter to set in batch operation

* ObTableClient getPool when execute Hbase batch request

* rebase from obkv_params2

* remove useless dependency
Resolved the issue where setting SetRpcExecuteTimeout for an HTable d…
@shenyunlong
Copy link
Collaborator

complement summary and solution description.

@@ -81,11 +81,13 @@ public static String getObVsnString(long version) {
getObVsnMajorPatch(version), getObVsnMinorPatch(version));
}

// todo: use OB_VERSION_4_3_4_0 after observer upgrade version
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove todo

public static boolean isLsOpSupport() {
return OB_VERSION >= OB_VERSION_4_2_3_0 && OB_VERSION < OB_VERSION_4_3_0_0
|| OB_VERSION >= OB_VERSION_4_3_4_0;
}

// todo: use OB_VERSION_4_3_4_0 after observer upgrade version
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove todo

this.checkExistenceOnly = checkExistenceOnly;
}

private int getContentSize() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

this function seems useless?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants