You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/03/25 15:50:43 UTC

[GitHub] [accumulo] milleruntime edited a comment on pull request #2569: Single node prop store refactor

milleruntime edited a comment on pull request #2569:
URL: https://github.com/apache/accumulo/pull/2569#issuecomment-1079158933


   I fired up this PR in Uno with some data to test how many watchers we spawn. Comparing against main with the same data this is what I saw:
   <pre>
   main: Total watches:717
   ed's: Total watches:212
   </pre>
   
   So we are looking great so far. I didn't see any nodes for individual table properties. I did notice that there are still a lot of watches under table names, namespaces and state. I am wondering where they are coming from. Maybe the `TableManager`? 
   <pre>
           /accumulo/6f221757-f8a0-4a24-8fe5-71142b0332d0/namespaces/+accumulo/name
           /accumulo/6f221757-f8a0-4a24-8fe5-71142b0332d0/tables/+r/namespace
           /accumulo/6f221757-f8a0-4a24-8fe5-71142b0332d0/namespaces/+default/name
           /accumulo/6f221757-f8a0-4a24-8fe5-71142b0332d0/tables/3/name
           /accumulo/6f221757-f8a0-4a24-8fe5-71142b0332d0/tables/3/namespace
           /accumulo/6f221757-f8a0-4a24-8fe5-71142b0332d0/tables/+r/state
           /accumulo/6f221757-f8a0-4a24-8fe5-71142b0332d0/tables/+rep/state
           /accumulo/6f221757-f8a0-4a24-8fe5-71142b0332d0/tables/1/state
           /accumulo/6f221757-f8a0-4a24-8fe5-71142b0332d0/tables/2/namespace
           /accumulo/6f221757-f8a0-4a24-8fe5-71142b0332d0/tables/+rep/namespace
           /accumulo/6f221757-f8a0-4a24-8fe5-71142b0332d0/tables/3/state
           /accumulo/6f221757-f8a0-4a24-8fe5-71142b0332d0/tables/!0/name
   </pre>
   
   Here is the output from the 2 runs. 
   [watches-main.txt](https://github.com/apache/accumulo/files/8351968/watches-main.txt)
   [watches-single-prop.txt](https://github.com/apache/accumulo/files/8351972/watches-single-prop.txt)


-- 
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: notifications-unsubscribe@accumulo.apache.org

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