Hey Accumulo devs - I'm noticing a lot of calls to builds.apache.org for the JSON API data for Accumulo jobs like /job/Accumulo-1.6/api/json?depth=1 - specifying depth=1 means you're pulling a *LOT* of data, especially considering that's hitting every job every few minutes. Jenkins hung today and had a huge number of apparently hung threads trying to populate this data, and I think these calls may have induced the overall Jenkins UI hang - please take a look into the more granular control you can get over depth/tree on https://builds.apache.org/job/Accumulo-1.6/api/ and consider limiting your queries to just the data you need. Thanks.
A.