1. dfe9ab4 Merge branch '2.1' by Dave Marion · 5 days ago main
  2. 3c12ac6 Fixed some minor bugs in FileOperations and CachableBlockFile (#6493) by Dave Marion · 5 days ago 2.1
  3. 8699e3e Merge branch '2.1' by Dave Marion · 7 days ago
  4. 9ca67f4 Added SECURITY.md (#6490) by Dave Marion · 7 days ago
  5. 5c7d96d Merge branch '2.1' by Dave Marion · 10 days ago
  6. 516096c Fix testDeletingClonedTablePersistsFiles apache#6473 (#6483) by Amanda Villarreal · 10 days ago
  7. 2ac8fe6 Merge branch '2.1' into main by Dom Garguilo · 12 days ago
  8. 19a186b Rename the property change logger to org.apache.accumulo.CONFIG (#6488) by Dom G. · 12 days ago
  9. e66ff85 Merge branch '2.1' by Dave Marion · 13 days ago
  10. 5018650 Re-throw IOE in FileOperations.openFile instead of wrapping (#6485) by Dave Marion · 13 days ago
  11. 82a141b Merge branch '2.1' by Dave Marion · 14 days ago
  12. 0c814ba Added VolumeManager.open with FileStatus parameter (#6484) by Dave Marion · 14 days ago
  13. 20aeef5 Merge branch '2.1' by Christopher Tubbs · 14 days ago
  14. c819b58 Remove unused dependency management item by Christopher Tubbs · 14 days ago
  15. af04221 Merge branch '2.1' by Dave Marion · 14 days ago
  16. 94c35c7 Use FileSystem.openFile with FileStatus to reduce NameNode RPCs (#6460) by Dave Marion · 14 days ago
  17. 6152686 Use new LeaseRecoverable interface added in HADOOP-18671 (#5241) by Dave Marion · 14 days ago
  18. ac76a1b Added VolumeManager.deleteBulk method to use FileSystem.createBulkDelete (#6443) by Dave Marion · 2 weeks ago
  19. 37dbcee Rework server percentage check in ConfigurableScanServerSelector (#6475) by Amanda Villarreal · 2 weeks ago
  20. b12146e Merge branch '2.1' into main by Dom G · 2 weeks ago
  21. 737cecd Log ZooKeeper-backed property changes (#6465) by Dom G. · 2 weeks ago
  22. a597967 Properly close thread pools (#6480) by Dom G. · 2 weeks ago
  23. 64995a6 Modified VisibilityFilter to handle multiple Authorizations objects (#6402) by Dave Marion · 2 weeks ago
  24. f8eead0 Merge branch '2.1' by Christopher Tubbs · 2 weeks ago
  25. c05f7e6 Update javadoc since build property by Christopher Tubbs · 2 weeks ago
  26. 3461be5 Merge branch '2.1' by Christopher Tubbs · 2 weeks ago
  27. 30ebdb1 Merge remote-tracking branch 'asf/2.1.6-rc1-next' into 2.1 by Christopher Tubbs · 2 weeks ago
  28. 83d5523 Merge branch '2.1' by Dom Garguilo · 3 weeks ago
  29. a3d59d7 Bump checkout v6 -> v7 (#6481) by Dom G. · 3 weeks ago
  30. 88f33de [maven-release-plugin] prepare for next development iteration by Christopher Tubbs · 3 weeks ago
  31. fcf52c2 [maven-release-plugin] prepare release rel/2.1.6 by Christopher Tubbs · 3 weeks ago rel/2.1.6
  32. fe16184 Merge branch '2.1' by Christopher Tubbs · 3 weeks ago
  33. 5d77a12 Add a unit test for AbstractServer.gracefulShutdown by Christopher Tubbs · 3 weeks ago
  34. ee27757 Adds missing return statement by Daniel Roberts ddanielr · 3 weeks ago
  35. ac80237 Added upgrade step to remove old compaction temp files (#6435) by Dave Marion · 3 weeks ago
  36. 2c45e26 Merge branch '2.1' by Dave Marion · 3 weeks ago
  37. 30da958 Reduce deadlock probability of ClientContext.close / TabletLocator.getLocator (#6470) by Dave Marion · 3 weeks ago
  38. 5794fbc Merge remote-tracking branch 'upstream/main' by Dave Marion · 4 weeks ago
  39. 7956409 Merge branch '2.1' by Dave Marion · 4 weeks ago
  40. 1728a61 Remove unneeded TODO from ConditionalMutation.java (#6463) by Amanda Villarreal · 4 weeks ago
  41. 21139f6 Fix numFiles check in GracefulShutdownIT (#6472) by Dave Marion · 4 weeks ago
  42. f7cc0fe Merge branch '2.1' into main by Dom Garguilo · 4 weeks ago
  43. da5c8d1 Remove redundant minimalMavenBuildVersion override from pom (#6467) by Dom G. · 4 weeks ago
  44. ff20500 Provide a better initial size for collections if possible (#6464) by Dave Marion · 4 weeks ago
  45. a154522 Standardize .asf.yaml notifications by Christopher Tubbs · 4 weeks ago
  46. 2283a04 Merge branch '2.1' by Christopher Tubbs · 4 weeks ago
  47. f00d272 Update javadoc since build property by Christopher Tubbs · 4 weeks ago
  48. 5d894cd Merge branch '2.1' by Christopher Tubbs · 4 weeks ago
  49. 42a1772 Merge branch '2.1.5-rc1-next' into 2.1 by Christopher Tubbs · 4 weeks ago
  50. 98d78fe Avoid unnecessary copies of Thrift binary types (#6459) by Christopher Tubbs · 4 weeks ago
  51. 0466e74 Merge branch '2.1' by Dave Marion · 4 weeks ago
  52. de83b94 Set initial capacity on HashSet/HashMap when known (#6451) by Dave Marion · 4 weeks ago
  53. 6293e0c Merge branch '2.1' by Dave Marion · 4 weeks ago
  54. 3d34c27 Create ArrayList with initial sizes where possible (#6450) by Dave Marion · 4 weeks ago
  55. 6a48fc8 Merge branch '2.1' by Dave Marion · 4 weeks ago
  56. 7a66003 Bump minimum Hadoop compatibility checks from 3.0.3 to 3.3.0 (#6461) by Dave Marion · 4 weeks ago
  57. 618addf Move more test resources into module package namespaces (#6444) by Amanda Villarreal · 5 weeks ago
  58. d7d1199 Reset Thread interrupted state after catching InterruptedException (#6452) by Dave Marion · 5 weeks ago
  59. 1234b63 Merge branch '2.1' by Dave Marion · 5 weeks ago
  60. 63ffb03 Reset Thread interrupted state after catching InterruptedException (#6438) by Dave Marion · 5 weeks ago
  61. 0f0814c Merge branch '2.1' by Dave Marion · 5 weeks ago
  62. d6ef7c8 Attempt at reducing GC memory usage when gathering candidates (#6449) by Dave Marion · 5 weeks ago
  63. eb2d108 [maven-release-plugin] prepare for next development iteration by Christopher Tubbs · 5 weeks ago
  64. 8859228 [maven-release-plugin] prepare release rel/2.1.5 by Christopher Tubbs · 5 weeks ago rel/2.1.5
  65. a8cf37d Remove dead code by Christopher Tubbs · 5 weeks ago
  66. 9860d73 Fixed Gatherer, causing SummaryIT to fail (#6448) by Dave Marion · 5 weeks ago
  67. 33b1423 Move test helpers into module package namespaces (#6440) by Amanda Villarreal · 5 weeks ago
  68. 806363f Monitor scan page improvements (#6447) by Dom G. · 5 weeks ago
  69. 163136d Replace WAL state-path-Pair with new record class (#6442) by Dom G. · 5 weeks ago
  70. e6e7906 Merge branch '2.1' by Dave Marion · 5 weeks ago
  71. f5f5490 Reduce HostRegexTableLoadBalancer RPCs for OOB checks (#6446) by Dave Marion · 5 weeks ago
  72. f7c2505 Reduce HostRegexTableLoadBalancer RPCs for OOB checks (#6446) by Dave Marion · 5 weeks ago
  73. 250fa91 Ordered server components in NavBar, added more server host links (#6445) by Dave Marion · 6 weeks ago
  74. fa18f2b Replace table name Pair with new record class (#6441) by Dom G. · 6 weeks ago
  75. 8cd2bbf Removed ZooKeeperLockChecker.invalidateCache(String) (#6436) by Dave Marion · 6 weeks ago
  76. a273a41 Add per-server metrics page (#6429) by Dom G. · 6 weeks ago
  77. bdcd798 Use private Thrift members (#6430) by Amanda Villarreal · 6 weeks ago
  78. 1852dbf Merge branch '2.1' by Daniel Roberts ddanielr · 6 weeks ago
  79. b874c0e Adds --dry-run option to Merge (#6437) by Daniel Roberts · 6 weeks ago
  80. a392a8e Upgrade Hadoop dependency to 3.5.0 (#6296) by Dave Marion · 6 weeks ago
  81. 7013172 Modified the Monitor InformationFetcher class to purge stale data (#6433) by Dave Marion · 6 weeks ago
  82. f5f93d8 Fix/improve a few ITs (#6434) by Dom G. · 7 weeks ago
  83. a0d7902 Merge branch '2.1' by Dave Marion · 7 weeks ago
  84. 0d07212 Increase timeout and cache size for flaky ITs (#6432) by Dave Marion · 7 weeks ago
  85. 217d09c Adding/Updating Wait Blocks in some ITs (#6426) by Amanda Villarreal · 7 weeks ago
  86. 943d8a5 Merge branch '2.1' by Daniel Roberts ddanielr · 7 weeks ago
  87. 3d6c94b Improves the InvalidPropertyTest to check messages (#6424) by Daniel Roberts · 7 weeks ago
  88. d435789 Merge branch '2.1' by Daniel Roberts ddanielr · 8 weeks ago
  89. 3e764af Dead tables always render on tserver monitor page (#6397) by Arbaaz Khan · 8 weeks ago
  90. 36f30b4 Merge branch '2.1' by Daniel Roberts ddanielr · 8 weeks ago
  91. 1ccc3ef Remove Experimental property feature flag (#6416) by Daniel Roberts · 8 weeks ago
  92. e31ac96 Merge branch '2.1' by Dave Marion · 8 weeks ago
  93. 7c7463b Renamed LocalityGroupConfigurationError to LocalityGroupConfigurationException (#6422) by Dave Marion · 8 weeks ago
  94. 445c3eb Merge branch '2.1' by Dave Marion · 8 weeks ago
  95. 9a1a4fb Backports fixes from #6418 to TimeoutIT (#6421) by Dave Marion · 8 weeks ago
  96. 16b718f Print exceptions before calling System.exit in Admin (#6420) by Dave Marion · 8 weeks ago
  97. 9bfa684 Refactored TimeoutIT to be a SimpleSuite test (#6418) by Dave Marion · 8 weeks ago
  98. 4f408a9 Update dump-zoo command (#6417) by Dom G. · 8 weeks ago
  99. 2310917 Modified monitor code to use table names instead of table id (#6410) by Dave Marion · 8 weeks ago
  100. 8770c3b Fixed accumulo-cluster cli commands (#6415) by Dave Marion · 8 weeks ago