[ https://issues.apache.org/jira/browse/HBASE-16074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15367910#comment-15367910 ]
stack commented on HBASE-16074: ------------------------------- A review of fake keys is probably in order. We have a good variety of fake keys used in different scenarios. In this case the keys are denoted by their timestamp being OLDEST_TIMESTAMP and it was just a fluke that we fell through on a code path that normally weeds the fake keys. I suppose fakekeys could all carry a marker interface but that'd be one more thing to compare as Cells leave the server and we already do too many compares. A review is in order for sure. Would probably rather work on a redo of our merge sort... Thanks [~anoop.hbase] > ITBLL fails, reports lost big or tiny families > ---------------------------------------------- > > Key: HBASE-16074 > URL: https://issues.apache.org/jira/browse/HBASE-16074 > Project: HBase > Issue Type: Bug > Components: integration tests > Affects Versions: 1.3.0, 0.98.20 > Reporter: Mikhail Antonov > Assignee: Mikhail Antonov > Priority: Blocker > Fix For: 2.0.0, 1.3.0, 1.4.0, 0.98.21 > > Attachments: 16074.test.branch-1.3.patch, 16074.test.patch, > HBASE-16074.branch-1.3.001.patch, HBASE-16074.branch-1.3.002.patch, > HBASE-16074.branch-1.3.003.patch, HBASE-16074.branch-1.3.003.patch, > changes_to_stress_ITBLL.patch, changes_to_stress_ITBLL__a_bit_relaxed_.patch, > itbll log with failure, itbll log with success > > > Underlying MR jobs succeed but I'm seeing the following in the logs (mid-size > distributed test cluster): > ERROR test.IntegrationTestBigLinkedList$Verify: Found nodes which lost big or > tiny families, count=164 > I do not know exactly yet whether it's a bug, a test issue or env setup > issue, but need figure it out. Opening this to raise awareness and see if > someone saw that recently. -- This message was sent by Atlassian JIRA (v6.3.4#6332)