clear
query|
facets|
time |
Search criteria: .
Results from 31 to 40 from
60373 (0.0s).
|
|
|
Loading phrases to help you refine your search...
|
[ACCUMULO-2432] MAC should have an option for creating it's own ssl certs -
Accumulo - [issue]
|
...Currently ssl certs must be generated prior to starting mac, and passed in. We should find a way to make that as seamless as possible.... |
|
|
|
|
[ACCUMULO-4389] ReplicationOperations().drain(..) may return too quickly -
Accumulo - [issue]
|
...Was taking a look at some logs from automated tests that Romil Choksi sent my way and noticed that MultiInstanceReplicationIT was failing infrequently.Looking at the output, I can see that t... |
|
|
|
|
[ACCUMULO-2892] QCMutation defines equals but not hashcode -
Accumulo - [issue]
|
...FindBugs output: org.apache.accumulo.core.client.impl.ConditionalWriterImpl$QCMutation defines equals but not hashCodeIt looks like equals also depends on compareTo, which is unsafe. (This e... |
|
|
|
|
[ACCUMULO-1230] tablet server re-writes all metadata for a tablet when it is loaded -
Accumulo - [issue]
|
...While writing a new constraint for the metadata table, I saw that when the location for a tablet is set, all of the metadata for the tablet is written. This is not harmful, just unexpe... |
|
|
|
|
[ACCUMULO-4420] Possible divide-by-zero exception when closing BatchWriter -
Accumulo - [issue]
|
...TabletServerBatchWriter.logStats will throw a divide-by-zero exception if numBatches is 0 (i.e., no batches have been written).There are actually no checks for 0 divisors anywhere in the met... |
|
|
|
|
[ACCUMULO-2007] Compaction and flush of root table(t) does not work -
Accumulo - [issue]
|
...Compating and flushing the root table[t] does not work properly. In the case of flush, I think it will most likely initiate the flush but will not wait for it. In the cas... |
|
|
|
|
[ACCUMULO-3184] MiniAccumuloCluster getFileSystem doesn't work without MiniDFSCluster -
Accumulo - [issue]
|
...Tried to get the underlying filesystem from MIniAccumuloClusterImpl#getFileSystem() and got a URISyntaxExceptionjava.lang.RuntimeException: java.net.URISyntaxException: Expected authority at... |
|
|
|
|
[ACCUMULO-4672] NPE extracting samplerConfiguration from InputSplit -
Accumulo - [issue]
|
...Caused by: java.lang.NullPointerException at org.apache.accumulo.core.client.mapred.AbstractInputFormat$AbstractRecordReader.initialize(AbstractInputFormat.java:608) at org.apache.accumulo.c... |
|
|
|
|
[ACCUMULO-3522] Unused mapreduce-related code -
Accumulo - [issue]
|
...Looking for unreferenced/unused code in the mapreduce packages, I see many methods on InputFormatBase are unused, which effectively means they are untested.Other classes which have unused co... |
|
|
|
|
[ACCUMULO-3154] display long-running compactions -
Accumulo - [issue]
|
...Showing the age of the longest running scan ACCUMULO-2645 is helping users to understand their system better. Keith Turner suggested that showing the oldest compaction would be useful,... |
|
|
|
|
|