keith-turner opened a new issue #449: Seeing more data loss when running 
continuous ingest with agitation.
URL: https://github.com/apache/accumulo/issues/449
 
 
   With the fixes for #432 and #441 applied to 1.9.0-SNAPSHOT I ran conitunuous 
ingest for 24hrs with agitation.  I ran the agitator as follows.  
   
   ```
   nohup ./tserver-agitator.pl 1:10 1:10 1 3 &> logs/tserver-agitator.log &
   ```
   
   The above command sleeps 1 to 10 minutes randomly between killing tserver 
processes and randomly kills 1 to 3 tablets servers.  I think the past I have 
run with a non random period, but not sure.   I suspect the random period may 
be uncovering some new bugs.
   
   After running verify I saw the following data UNDEFINED count, which 
indicates data was lost.   This count is much lower than what I saw before #441 
(saw ~600K).  I am going to attempt to track the cause of this down.
   
   ```
           org.apache.accumulo.test.continuous.ContinuousVerify$Counts
                   REFERENCED=22559054297
                   UNDEFINED=6176
                   UNREFERENCED=8007075
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to