DomGarguilo commented on code in PR #5538:
URL: https://github.com/apache/accumulo/pull/5538#discussion_r2124855947
##########
core/src/test/java/org/apache/accumulo/core/clientImpl/ClientTabletCacheImplTest.java:
##########
@@ -1986,45 +1987,56 @@ public void testMultithreadedLookups() throws Exception
{
setLocation(tservers, "tserver3", mte2, ke3, "tserver9");
var executor = Executors.newCachedThreadPool();
- List<Future<CachedTablet>> futures = new ArrayList<>();
+ final int lookupCount = 128;
Review Comment:
I have not been able to intentionally get the test to fail, with or without
these changes. I have only ever seen the test fail when the build is run for
something else.
--
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]