acelyc111 opened a new issue, #1964:
URL: https://github.com/apache/incubator-pegasus/issues/1964

   ## Bug Report
   
   Please answer these questions before submitting your issue. Thanks!
   
   1. What did you do?
   - create a table A
   - write some data to the table A
   - count the total data on table A as `number_a1`
   - execute a partition-split on the table A as `number_a2`
   - count the total data on table A
   - back up the table A to HDFS
   - restore the data to a new table B from the backed up data from HDFS
   - count the total data on table B as `number_b`
   
   2. What did you expect to see?
   `number_a1` == `number_a2` == `number_b`
   
   3. What did you see instead?
   `number_a1` == `number_a2` != `number_b`
   
   4. What version of Pegasus are you using?
   2.4
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to