Enis Soztutar created HBASE-8377:
------------------------------------

             Summary: IntegrationTestBigLinkedList calculates wrap for linked 
list size incorrectly
                 Key: HBASE-8377
                 URL: https://issues.apache.org/jira/browse/HBASE-8377
             Project: HBase
          Issue Type: Bug
            Reporter: Enis Soztutar
            Assignee: Enis Soztutar
             Fix For: 0.98.0, 0.94.8, 0.95.1


There is a bug in IntegrationTestBigLinkedList that it reads the wrong config 
key to calculate the wrap size for the linked list. It uses num mappers, 
instead of num recors per mapper. This has not been caught before, because it 
causes the test to fail only if 1M is not divisible by num mappers. So 
launching the job with num mappers 1, 2, 4, 5 would succeed, while 6 will fail, 
etc. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to