dsmiley commented on PR #2876:
URL: https://github.com/apache/solr/pull/2876#issuecomment-2791587430

   I spent some time analyzing that test failure for 
`PackageToolTest.testPackageTool`.  The seed is pertinent but not the other 
args.  A gradle executed invocation produces the error almost always but 
strangely inconsistently via IntelliJ test runner (same seed) -- very strange!  
A possible timing issue maybe.  I discovered that there's an error that's not 
being reported by the client (client says null but didn't output the error).  
It's the error message generated by ClusterFiles.validate about an encryption 
signature that doesn't match.  I set a breakpoint on two machines at this point 
nearby and I see that this branch (showing the problem) gets a buffer length 
6733 but a successful run gets length 6734.  At a glance, the data is the same 
except that the longer payload (that works) has an extra leading byte of 
decimal 80.  I didn't look into that further (time for me to quit).  I may look 
again tomorrow night.


-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to