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

bug caused by logger: not support binary rowKey! #28

Open
JohnHerry opened this issue Jul 6, 2017 · 0 comments
Open

bug caused by logger: not support binary rowKey! #28

JohnHerry opened this issue Jul 6, 2017 · 0 comments

Comments

@JohnHerry
Copy link

HBase RowKeys are bytearray, So it support binary rowkeys. But when I use binary rowKey with this PyBase to put data to HBase, there will be error occurred. This problem is triggered by pybase/client.py Line 305
logger.debug(
'Region cache miss! Table: %s, Key: %s', table, key)
...

logger will crash when the key is binary here.

Waiting for bugfix version.

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

No branches or pull requests

1 participant