milleruntime opened a new issue #2567:
URL: https://github.com/apache/accumulo/issues/2567
**Describe the bug**
I saw this error while running Randomwalk tests on the 2.1 main branch.
`Data files in 28;7;6 differ from in-memory data`
**Versions (OS, Maven, Java, and others, as appropriate):**
- Affected version(s) of this project: [2.1]
- OS: [Ubuntu]
**To Reproduce**
Steps to reproduce the behavior (or a link to an example repository that
reproduces the problem):
1. Setup Uno. I had 2 tservers running locally.
2. Ingest some data for a while using Randomwalk MultiTable test
4. See error
Tserver log activity:
<pre>
2022-03-15T09:17:46,688 [memory.LargestFirstMemoryManager] DEBUG: COMPACTING
!0;~< total = 203,913,354 ingestMemory = 22,659,626
2022-03-15T09:17:47,651 [memory.LargestFirstMemoryManager] DEBUG: COMPACTING
28;9;8 total = 226,570,072 ingestMemory = 45,313,436
2022-03-15T09:17:50,471 [tablet.Tablet] ERROR: Data files in 28;7;6 differ
from in-memory data ...
2022-03-15T09:17:50,655 [tablet.files] DEBUG: Flushed 28;7;6 created
hdfs://localhost:8020/accumulo/tables/28/t-00002pt/F00004hu.rf from [memory]
2022-03-15T09:17:50,657 [tablet.files] DEBUG: Flushed !0;~< created
hdfs://localhost:8020/accumulo/tables/!0/table_info/F00004hz.rf from [memory]
2022-03-15T09:17:50,662 [tablet.files] DEBUG: Compacting !0;~< on
i.meta.small for SYSTEM from [F00004hz.rf, A00004hy.rf] size 20 KB
2022-03-15T09:17:50,676 [memory.LargestFirstMemoryManager] DEBUG: COMPACTING
28;7;6 total = 272,062,261 ingestMemory = 90,808,517
2022-03-15T09:17:50,676 [memory.LargestFirstMemoryManager] DEBUG: chosenMem
= 45,493,788 chosenIT = 2.31 load 45,574,937
2022-03-15T09:17:50,677 [tablet.Tablet] DEBUG: MinC initiate lock 0.00 secs
2022-03-15T09:17:51,540 [memory.LargestFirstMemoryManager] DEBUG: BEFORE
compactionThreshold = 0.056 maxObserved = 339,854,955
2022-03-15T09:17:51,540 [memory.LargestFirstMemoryManager] DEBUG: AFTER
compactionThreshold = 0.056
2022-03-15T09:17:51,596 [constraints.ConstraintChecker] DEBUG: Loaded
constraint org.apache.accumulo.server.constraints.MetadataConstraints for !0
2022-03-15T09:17:51,611 [tablet.files] DEBUG: Flushed 28;9;8 created
hdfs://localhost:8020/accumulo/tables/28/t-00002pv/F00004i0.rf from [memory]
2022-03-15T09:17:51,613 [accumulo.audit] INFO : operation: permitted; user:
root; client: 127.0.0.1:50726; action: authenticate;
2022-03-15T09:17:51,652 [tablet.files] DEBUG: Compacted !0;~< for SYSTEM
created hdfs://localhost:8020/accumulo/tables/!0/table_info/A00004i2.rf from
[F00004hz.rf, A00004hy.rf]
</pre>
--
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]