[
https://issues.apache.org/jira/browse/HADOOP-2542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Clint Morgan updated HADOOP-2542:
---------------------------------
Attachment: HADOOP-2542.patch
The test does the following.
Insert a row.
Read the row.
Open and the close a scanner.
Delete the row.
Try and read the row (FAILURE, the row is still there)
If I don't have the scanner in here, then everything works as
expected.
> Opening then closing a scanner delays the effects of a delete
> -------------------------------------------------------------
>
> Key: HADOOP-2542
> URL: https://issues.apache.org/jira/browse/HADOOP-2542
> Project: Hadoop
> Issue Type: Bug
> Components: contrib/hbase
> Reporter: Clint Morgan
> Attachments: HADOOP-2542.patch
>
>
> I stumbled across the following odd behavior: When I open, then close a
> scanner on
> a table, then delete a row in the table, the delete does not work
> (i.e., I can still get the row).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.