[
https://issues.apache.org/jira/browse/HBASE-16768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15548707#comment-15548707
]
Ted Yu commented on HBASE-16768:
--------------------------------
{code}
4503 private List<Result> doAppend(final boolean walUsed) throws
IOException {
4504 LOG.info("Starting testAppend");
4505 final TableName TABLENAME =
TableName.valueOf("testAppendWithoutWAL");
{code}
The table name should reflect whether WAL is used, depending on the boolean
flag.
> Inconsistent results from the Append/Increment
> ----------------------------------------------
>
> Key: HBASE-16768
> URL: https://issues.apache.org/jira/browse/HBASE-16768
> Project: HBase
> Issue Type: Bug
> Reporter: ChiaPing Tsai
> Priority: Minor
> Attachments: HBASE-16768.v0.patch
>
>
> If the Append/Increment skips the WAL, the sequential id will not be updated.
> It introduces that the AbstractMemStore#upsert may remove the cell even
> though the cell is visible to the oldest scanner.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)