DomGarguilo commented on PR #5719: URL: https://github.com/apache/accumulo/pull/5719#issuecomment-3050025677
Did some testing on this branch and things look about the same as [I was seeing before](https://github.com/apache/accumulo/pull/5691#issuecomment-3032505704). I just did a `scan` in the shell with trace on:  In the following screenshot I did ``` root@uno test> trace on root@uno test> insert row cf cq value323e2safsdffsdfs root@uno test> trace off ```  It is hard to tell exactly what we are expecting to see for each scenario. The second screenshot seems to illustrate more server-side traces are being connected than just the initial `startScan` calls that we see in the first screenshot. I am not sure whether the changes in this PR have made any functional differences. I can continue testing between branches to see if we can tell what is and isnt working correctly. -- 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]
