issues Search Results · repo:apache/accumulo language:Java
Filter by
1k results
(63 ms)1k results
inapache/accumulo (press backspace or delete to remove)Accumulo currently has a custom Thrift protocol created by a class called TraceProtocolFactory, which is used by
ThriftUtil to construct transports for our RPCs. This class does nothing more than extend ...
enhancement
ctubbsii
- 1
- Opened 2 days ago
- #5390
Describe the bug
There may be a race condition where a namesapce could be deleted that has tables. The check for tables in a namespaces
was only observed in code on the client side. After this client ...
bug
keith-turner
- 1
- Opened 2 days ago
- #5389
Is your feature request related to a problem? Please describe.
Many files referenced are only used by a single tablet and these files could be deleted by compaction if this was known.
Instead a delete ...
enhancement
keith-turner
- 1
- Opened 2 days ago
- #5387
Describe the bug
AESCryptoService uses the same Cipher object for multiple output streams. Cipher is a stateful object so it will break
if the output streams use overlaps. This overlap could be caused ...
bug
keith-turner
- 1
- Opened 2 days ago
- #5386
When the version of spotbugs accumulo is using is updated to include a fix for
https://github.com/spotbugs/spotbugs/issues/2836 then the suppression added to CachableBlockFile in #5381 can be
removed. ...
keith-turner
- Opened 3 days ago
- #5382
Describe the bug The user VisibilityFilter class will typically NPE if deepCopy is called and then accept is called on
the copy.
Versions (OS, Maven, Java, and others, as appropriate):
- Affected version(s) ...
bug
loganasherjones
- Opened 8 days ago
- #5372
The Manager kicks off a background thread to perform the upgrade, then in the main thread it continues starting the
metrics subsystem, starting various threads, waiting for the tservers to come up, starting ...
bug
dlmarion
- Opened 9 days ago
- #5368
What is your question?
Did the scanref table get deleted in 4.0.0. Getting the following error, is it safe to ignore?
2025-02-28T20:55:34,981 [gc.SimpleGarbageCollector] ERROR: Table ID +scanref was ...
question
dlmarion
- 1
- Opened 9 days ago
- #5367
Describe the bug
Observed the following stack trace in tablet server logs.
2025-02-24T23:05:56,261 [threads.ThreadPools] ERROR: Non-critical scheduled background task failed
java.util.concurrent.ExecutionException: ...
bug
keith-turner
- 1
- Opened 13 days ago
- #5356
Describe the bug After a failed 2.1 to 4.0 upgrade (failed due to #5343), a subsequent attempt at starting the 4.0.0
instance with the fix in #5344 failed when re-trying to run the 3.1 upgrade code.
java.lang.IllegalStateException: ...
bug
dlmarion
- 2
- Opened 16 days ago
- #5347

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.