alibaba / alibaba/node-hbase-client
Mput errors
- Dominant language
- JavaScript
- Stars
- 279
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
See output of 100-row mput here:
http://sprunge.us/QdYg
writes.push({ row: 'rowkey', 'cf:c': 'value' });
...
hbase.mput('table', _.first(writes, 100), function (error, result) {
if (error) return log.error(error);
log.info('RESULT', result);
});
The mput _appears_ to insert the records correctly, but I get flooded with these errors, and the result object is full of nulls.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the 100-row example from the issue, focusing on the hbase.mput call and its error/result callback. Inspect the mput implementation and the linked output to trace why errors are emitted despite apparent inserts. Done means the source of the errors and null result entries is identified and the reported behavior is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100