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