keith-turner commented on PR #3143:
URL: https://github.com/apache/accumulo/pull/3143#issuecomment-1383317761
While running the test mentioned earlier, duplicate data was seen. Seems to
be related to splits. Have seen it happen twice. Investigating, not sure if
its unique to this PR or a pre-exsiting problem.
Saw the following in the process that continually scans.
```
2023-01-15T07:38:15,249
Thread 'WriteRead' died.
java.lang.RuntimeException: duplicate seen 236020
at WriteRead.validate(WriteRead.java:104)
at WriteRead.run(WriteRead.java:78)
at WriteRead.main(WriteRead.java:44)
```
A bit earlier saw this in the process that does table operations.
```
2023-01-15T07:36:50,882 Added splits : [000236019]
```
--
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]