id stringlengths 33 40 | content stringlengths 662 61.5k | max_stars_repo_path stringlengths 85 97 |
|---|---|---|
bugs-dot-jar_data_ACCUMULO-2390_28294266 | ---
BugID: ACCUMULO-2390
Summary: TraceProxy.trace should not throw InvocationTargetException
Description: |-
In {{TraceProxy.trace}} there is the following code snippet:
{code}
try {
return method.invoke(instance, args);
} catch (Throwable ex) {
ex.printStackTrace();
... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-2390_28294266.diff |
bugs-dot-jar_data_ACCUMULO-366_db4a291f | ---
BugID: ACCUMULO-366
Summary: master killed a tablet server
Description: |+
Master killed a tablet server for having long hold times.
The tablet server had this error during minor compaction:
{noformat}
01 23:57:20,073 [security.ZKAuthenticator] ERROR: org.apache.zookeeper.KeeperException$NoNodeException: ... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-366_db4a291f.diff |
bugs-dot-jar_data_ACCUMULO-3945_36225565 | ---
BugID: ACCUMULO-3945
Summary: In Accumulo 1.7.0, connecting to a minicluster started via bin/accumulo minicluster
doesn't work
Description: "In Accumulo 1.7.0, connecting to a minicluster started via \"bin/accumulo
minicluster\" doesn't work. When connecting, it appears to ignore the ZK port supplied
in the ... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-3945_36225565.diff |
bugs-dot-jar_data_ACCUMULO-1051_25cf3ccd | ---
BugID: ACCUMULO-1051
Summary: Authorizations has inconsistent serialization
Description: |-
The same set of authorizations may not serialize to the same value each time, if specified in a different order when constructed (like new Authorizations("a", "b") and new Authorizations("b", "a")), because serialization r... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1051_25cf3ccd.diff |
bugs-dot-jar_data_ACCUMULO-3634_9339ecf8 | ---
BugID: ACCUMULO-3634
Summary: AuthenticationTokenSecretManager might delete key while ZooAuthenticationKeyWatcher
enumerates existing keys
Description: |-
Noticed the following race condition.
The secret manager (in the master) on startup will enumerate the old keys used for creating delegation tokens and de... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-3634_9339ecf8.diff |
bugs-dot-jar_data_ACCUMULO-2520_a64151e6 | ---
BugID: ACCUMULO-2520
Summary: Garbage collector deleted everything when given bad input
Description: "Patch v3 of the upgrade from ACCUMULO-2145 had a test that did the following
before upgrade.\n\n{noformat}\nroot@testUp> table !METADATA\nroot@testUp !METADATA>
grant Table.WRITE -u root \nroot@testUp !METADATA... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-2520_a64151e6.diff |
bugs-dot-jar_data_ACCUMULO-1044_ea2f9856 | ---
BugID: ACCUMULO-1044
Summary: bulk imported files showing up in metadata after bulk import fails
Description: |
Bulk import fails. The file is moved to the failures directory.
But references in the !METADATA table remain.
diff --git a/server/src/main/java/org/apache/accumulo/server/constraints/MetadataConst... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1044_ea2f9856.diff |
bugs-dot-jar_data_ACCUMULO-1800_3143b9c5 | ---
BugID: ACCUMULO-1800
Summary: delete mutations not working through the Proxy
Description: |
Aru Sahni writes:
{quote}
I'm new to Accumulo and am still trying to wrap my head around its ways. To further that challenge, I'm using Pyaccumulo, which doesn't present much in terms of available reference material.
... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1800_3143b9c5.diff |
bugs-dot-jar_data_ACCUMULO-2962_023be574 | ---
BugID: ACCUMULO-2962
Summary: RangeInputSplit Writable methods don't serialize IteratorSettings
Description: |-
Was trying to figure out why some information was getting lost on a RangeInputSplit after serialization, and found out it was because the serialization and deserialization of the class didn't include th... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-2962_023be574.diff |
bugs-dot-jar_data_ACCUMULO-3385_a3267d3e | ---
BugID: ACCUMULO-3385
Summary: DateLexicoder fails to correctly order dates prior to 1970
Description: |-
DateLexicoder incorrectly orders dates before 1970 at the end of all other dates.
Therefore, the order was correct for all dates if the user only wrote dates before 1970, or only dates after 1970, but not i... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-3385_a3267d3e.diff |
bugs-dot-jar_data_ACCUMULO-3897_699b8bf0 | ---
BugID: ACCUMULO-3897
Summary: ShutdownTServer never sets requestedShutdown
Description: |-
ACCUMULO-1259 made ShutdownTServer a bit more sane WRT to what it was doing and the FATE repo interface.
One attempt it makes it to not repeatedly invoke shutdownTServer on the master..
Except {{requestedShutdown}} is... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-3897_699b8bf0.diff |
bugs-dot-jar_data_ACCUMULO-1183_742960f1 | ---
BugID: ACCUMULO-1183
Summary: ProxyServer does not set column information on BatchScanner
Description: The createScanner method uses the options from the thrift request to
call fetchColumn() and fetchColumnFamily(). The createBatchScanner should be doing
have the same feature, though the statements are absent f... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1183_742960f1.diff |
bugs-dot-jar_data_ACCUMULO-4138_4d23d784 | ---
BugID: ACCUMULO-4138
Summary: CompactCommand description is incorrect
Description: "The compact command has the following description \n{code}\nroot@accumulo>
compact -?\nusage: compact [<table>{ <table>}] [-?] [-b <begin-row>] [--cancel]
[-e <end-row>] [-nf] [-ns <namespace> | -p <pattern> | -t <tableName>] [... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-4138_4d23d784.diff |
bugs-dot-jar_data_ACCUMULO-1348_6ff92b12 | ---
BugID: ACCUMULO-1348
Summary: Accumulo Shell does not respect 'exit' when executing file
Description: |-
If there is an {{exit}} statement in the file given via {{accumulo shell -f file}}, the execution seems to skip it and go on to the next command instead of terminating.
To recreate:
{noformat}
[mike@hom... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1348_6ff92b12.diff |
bugs-dot-jar_data_ACCUMULO-1518_df4b1985 | ---
BugID: ACCUMULO-1518
Summary: FileOperations expects RFile filenames to contain only 1 dot.
Description: |-
If I attempt to create or read an RFile that contains more than 1 dot in the filename, FileOperations throws an IllegalArgumentException("File name " + name + " has no extension").
Please allow creation/i... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1518_df4b1985.diff |
bugs-dot-jar_data_ACCUMULO-2494_0dc92ca1 | ---
BugID: ACCUMULO-2494
Summary: Stat calculation of STDEV may be inaccurate
Description: |-
The math is sound, but it is susceptible to rounding errors. We should address that.
See http://www.strchr.com/standard_deviation_in_one_pass and http://www.cs.berkeley.edu/~mhoemmen/cs194/Tutorials/variance.pdf
diff --... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-2494_0dc92ca1.diff |
bugs-dot-jar_data_ACCUMULO-3475_7651b777 | ---
BugID: ACCUMULO-3475
Summary: Shell.config()'s return value is ignored.
Description: "{{Shell.config()}} returns a boolean which is true if there was an error
configuring the shell, but the value is never observed. This can result in other
unintended errors (like trying to use the ConsoleReader member when it's... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-3475_7651b777.diff |
bugs-dot-jar_data_ACCUMULO-1544_0cf2ff72 | ---
BugID: ACCUMULO-1544
Summary: Remove username from initialization
Description: This is an artifact from a brief transition area during the 1.5 development.
We have a flag for the user to set what the root username is, except it's never
used. We should remove both the variable and the flag for it.
diff --git a... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1544_0cf2ff72.diff |
bugs-dot-jar_data_ACCUMULO-1514_fb25913c | ---
BugID: ACCUMULO-1514
Summary: AccumuloVFSClassloader incorrectly treats folders as folders of jar files
Description: |
Specifying a directory of classes is incorrectly interpreted as a directory of jars in the general.dynamic.classpaths configuration property.
Example: adding a path such as *_$ACCUMULO_HOME/co... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1514_fb25913c.diff |
bugs-dot-jar_data_ACCUMULO-3408_81d25bc2 | ---
BugID: ACCUMULO-3408
Summary: display the exact number of tablet servers
Description: "This is a regression of ACCUMULO-1140\n\n"
diff --git a/server/monitor/src/main/java/org/apache/accumulo/monitor/servlets/PreciseNumberType.java b/server/monitor/src/main/java/org/apache/accumulo/monitor/servlets/PreciseNumberT... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-3408_81d25bc2.diff |
bugs-dot-jar_data_ACCUMULO-193_c831e44d | ---
BugID: ACCUMULO-193
Summary: key.followingKey(PartialKey.ROW_COLFAM_COLQUAL_COLVIS) can produce a key
with an invalid COLVIS
Description: Need a new algorithm for calculating the next biggest column visibility,
because tagging \0 to the end creates an invalid column visibility. We might be
able to minimize th... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-193_c831e44d.diff |
bugs-dot-jar_data_ACCUMULO-3474_cfb832a1 | ---
BugID: ACCUMULO-3474
Summary: ProxyServer ignores value of isDeleted on ColumnUpdate
Description: |-
The ProxyServer ignores the actual boolean value of the isDeleted flag on a ColumnUpdate. If the isDeleted value is set, regardless of the actual boolean value, the ProxyServer marks the update as a delete.
Th... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-3474_cfb832a1.diff |
bugs-dot-jar_data_ACCUMULO-795_9453bcfa | ---
BugID: ACCUMULO-795
Summary: MockTable doesn't obey useVersions parameter
Description: "The constructor for {{MockTable}} will call {{IteratorUtil.generateInitialTableProperties()}},
and thus set a versioning iterator on itself regardless of whether the useVersion
parameter is set to true or false. \n\nI believ... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-795_9453bcfa.diff |
bugs-dot-jar_data_ACCUMULO-1986_adee0f12 | ---
BugID: ACCUMULO-1986
Summary: Validity checks missing for readFields and Thrift deserialization
Description: Classes in o.a.a.core.data (and potentially elsewhere) that support construction
from a Thrift object and/or population from a {{DataInput}} (via a {{readFields()}}
method) often lack data validity check... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1986_adee0f12.diff |
bugs-dot-jar_data_ACCUMULO-776_dc9f23d9 | ---
BugID: ACCUMULO-776
Summary: TimestampFilter should serialize start and end as longs in the IteratorSetting
Description: "Although the TimestampFilter supports using longs to set the start or
end timestamp, it formats them as strings using SimpleDateFormat when storing or
retrieving them in the IteratorSetting.... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-776_dc9f23d9.diff |
bugs-dot-jar_data_ACCUMULO-3718_73ce9cfb | ---
BugID: ACCUMULO-3718
Summary: not possible to create a Mutation object from scala w/o some extra helper
code
Description: "issue: \n\nit's not possible to create a Mutation object from scala
without employing a standalone java jar wrapper. the preferred method for creating
the object has you do it in two stag... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-3718_73ce9cfb.diff |
bugs-dot-jar_data_ACCUMULO-1730_872b6db3 | ---
BugID: ACCUMULO-1730
Summary: ColumnVisibility parse tree nodes do not have correct location offsets for
AND and OR nodes
Description: |-
Trying to do some transformations on visibility strings and running into issues working with the parse tree:
Clojure 1.5.1
user=> (import [org.apache.accumulo.core.secur... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1730_872b6db3.diff |
bugs-dot-jar_data_ACCUMULO-1044_9396979b | ---
BugID: ACCUMULO-1044
Summary: bulk imported files showing up in metadata after bulk import fails
Description: |
Bulk import fails. The file is moved to the failures directory.
But references in the !METADATA table remain.
diff --git a/server/src/main/java/org/apache/accumulo/server/constraints/MetadataConst... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1044_9396979b.diff |
bugs-dot-jar_data_ACCUMULO-1358_6c565dfb | ---
BugID: ACCUMULO-1358
Summary: Shell's setiter is not informative when using a bad class name
Description: In the shell, I did setiter using a class that wasn't found. Rather then
a message about it not being found, I just get told that I have an invalid argument.
Even turning on debug, I had to use the stack tr... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1358_6c565dfb.diff |
bugs-dot-jar_data_ACCUMULO-217_46f62443 | ---
BugID: ACCUMULO-217
Summary: MockAccumulo doesn't throw informative errors
Description: Users are unable to tell if an error has occurred and whether it is due
to unimplemented features in MockAccumulo.
diff --git a/src/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperationsHelper.java b/src/co... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-217_46f62443.diff |
bugs-dot-jar_data_ACCUMULO-1183_cfbf5999 | ---
BugID: ACCUMULO-1183
Summary: ProxyServer does not set column information on BatchScanner
Description: The createScanner method uses the options from the thrift request to
call fetchColumn() and fetchColumnFamily(). The createBatchScanner should be doing
have the same feature, though the statements are absent f... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1183_cfbf5999.diff |
bugs-dot-jar_data_ACCUMULO-907_4aeaeb2a | ---
BugID: ACCUMULO-907
Summary: stacking combiners produces a strange result
Description: |+
Paste the following into your shell:
{noformat}
deletetable test
createtable test
setiter -t test -p 16 -scan -n test_1 -class org.apache.accumulo.core.iterators.user.SummingCombiner
count:a
STRING
setiter -... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-907_4aeaeb2a.diff |
bugs-dot-jar_data_ACCUMULO-412_be2fdba7 | ---
BugID: ACCUMULO-412
Summary: importdirectory failing on split table
Description: 'bulk import for the wikisearch example isn''t working properly: files
are not being assigned to partitions if there are splits.'
diff --git a/src/core/src/main/java/org/apache/accumulo/core/conf/Property.java b/src/core/src/main/j... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-412_be2fdba7.diff |
bugs-dot-jar_data_ACCUMULO-189_6dbbdc21 | ---
BugID: ACCUMULO-189
Summary: RegExFilter deepCopy NullPointerException
Description: 'If any of the regex matcher objects are null (i.e. for example, if you
only specify a regex for the column family), the deepCopy call will throw a NullPointerException.
'
diff --git a/src/core/src/main/java/org/apache/accumulo... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-189_6dbbdc21.diff |
bugs-dot-jar_data_ACCUMULO-189_cd7feb4d | ---
BugID: ACCUMULO-189
Summary: RegExFilter deepCopy NullPointerException
Description: 'If any of the regex matcher objects are null (i.e. for example, if you
only specify a regex for the column family), the deepCopy call will throw a NullPointerException.
'
diff --git a/src/core/src/main/java/org/apache/accumulo... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-189_cd7feb4d.diff |
bugs-dot-jar_data_ACCUMULO-2857_9fcca2ed | ---
BugID: ACCUMULO-2857
Summary: MockTableOperations.tableIdMap always returns tableName as ID
Description: |-
Noticed and fixed this during ACCUMULO-378.
An exception was thrown unexpectedly when trying to use tableIdMap with a MockInstance. Lift fix from 93c8bddc71d1ee190649eeab263205185d75421c into main tree.
... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-2857_9fcca2ed.diff |
bugs-dot-jar_data_ACCUMULO-2899_31aea2ad | ---
BugID: ACCUMULO-2899
Summary: WAL handling fails to deal with 1.4 -> 1.5 -> 1.6
Description: |-
After doing a 1.4 -> 1.5 -> 1.6 upgrade that still has WALs for some tables, the 1.6 instance fails to correctly handle the 1.4 recovered WALs.
This can happen either through not waiting long enough after the upgrad... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-2899_31aea2ad.diff |
bugs-dot-jar_data_ACCUMULO-2544_7ec60f1b | ---
BugID: ACCUMULO-2544
Summary: Incorrect boundry matching for MockTableOperations.deleteRows
Description: "The api for deleteRows specifies: Delete rows between (start, end] but
the current implementation for MockTableOperations.deleteRows is implemented as
(start, end)\n\nHere is the failing test case\n\n{code:... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-2544_7ec60f1b.diff |
bugs-dot-jar_data_ACCUMULO-209_76d727f0 | ---
BugID: ACCUMULO-209
Summary: RegExFilter does not properly regex when using multi-byte characters
Description: "The current RegExFilter class uses a ByteArrayBackedCharSequence to
set the data to match against. The ByteArrayBackedCharSequence contains a line of
code that prevents the matcher from properly match... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-209_76d727f0.diff |
bugs-dot-jar_data_ACCUMULO-1505_b082fc1e | ---
BugID: ACCUMULO-1505
Summary: MockTable's addMutation does not check for empty mutation
Description: "When calling addMutation or addMutations on a MockBatchWriter, the updates
stored in the mutation are iterated over then committed in the MockTable class.
\n\nWhen this occurs in the TabletServerBatchWriter (ev... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1505_b082fc1e.diff |
bugs-dot-jar_data_ACCUMULO-1348_ef0f6ddc | ---
BugID: ACCUMULO-1348
Summary: Accumulo Shell does not respect 'exit' when executing file
Description: |-
If there is an {{exit}} statement in the file given via {{accumulo shell -f file}}, the execution seems to skip it and go on to the next command instead of terminating.
To recreate:
{noformat}
[mike@hom... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1348_ef0f6ddc.diff |
bugs-dot-jar_data_ACCUMULO-2952_11d11e0d | ---
BugID: ACCUMULO-2952
Summary: DefaultLoadBalancer takes a long time when tablets are highly unbalanced
Description: After creating a thousand splits on a large cluster, I noticed the master
was only moving tablets to one server at a time.
diff --git a/server/base/src/main/java/org/apache/accumulo/server/master/... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-2952_11d11e0d.diff |
bugs-dot-jar_data_ACCUMULO-3015_f848178e | ---
BugID: ACCUMULO-3015
Summary: RangeInputSplit doesn't serialize table name
Description: |-
Found another missed member in the serialization of RangeInputSplit: the table name.
Not a huge deal because the table information should still be in the Configuration for most users, but this does break in "advanced" us... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-3015_f848178e.diff |
bugs-dot-jar_data_ACCUMULO-1120_474b2577 | ---
BugID: ACCUMULO-1120
Summary: 'stop-all doesn''t work: Error BAD_CREDENTIALS for user root'
Description: "{noformat}\n$ bin/accumulo admin stopAll\n2013-02-27 14:56:14,072 [util.Admin]
ERROR: org.apache.accumulo.core.client.AccumuloSecurityException: Error BAD_CREDENTIALS
for user root - Username or Password is... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1120_474b2577.diff |
bugs-dot-jar_data_ACCUMULO-4113_27300d81 | ---
BugID: ACCUMULO-4113
Summary: Fix incorrect usage of ByteBuffer
Description: |+
While working on ACCUMULO-4098 I found one place where ByteBuffer was being used incorrectly. Looking around the code, I have found other places that are using ByteBuffer incorrectly. Some of the problems I found are as follows :
... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-4113_27300d81.diff |
bugs-dot-jar_data_ACCUMULO-193_8ad5a888 | ---
BugID: ACCUMULO-193
Summary: key.followingKey(PartialKey.ROW_COLFAM_COLQUAL_COLVIS) can produce a key
with an invalid COLVIS
Description: Need a new algorithm for calculating the next biggest column visibility,
because tagging \0 to the end creates an invalid column visibility. We might be
able to minimize th... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-193_8ad5a888.diff |
bugs-dot-jar_data_ACCUMULO-4138_eb0f9b41 | ---
BugID: ACCUMULO-4138
Summary: CompactCommand description is incorrect
Description: "The compact command has the following description \n{code}\nroot@accumulo>
compact -?\nusage: compact [<table>{ <table>}] [-?] [-b <begin-row>] [--cancel]
[-e <end-row>] [-nf] [-ns <namespace> | -p <pattern> | -t <tableName>] [... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-4138_eb0f9b41.diff |
bugs-dot-jar_data_ACCUMULO-1358_4d10c92f | ---
BugID: ACCUMULO-1358
Summary: Shell's setiter is not informative when using a bad class name
Description: In the shell, I did setiter using a class that wasn't found. Rather then
a message about it not being found, I just get told that I have an invalid argument.
Even turning on debug, I had to use the stack tr... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1358_4d10c92f.diff |
bugs-dot-jar_data_ACCUMULO-3218_1b35d263 | ---
BugID: ACCUMULO-3218
Summary: ZooKeeperInstance only uses first ZooKeeper in list of quorum
Description: |-
Had tests running which had a quorum of 3 ZooKeeper servers. One appears to have died and the test was then unable to connect to the Accumulo shell, hanging on trying to connect to ZooKeeper.
There was n... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-3218_1b35d263.diff |
bugs-dot-jar_data_ACCUMULO-1986_a5e3ed3b | ---
BugID: ACCUMULO-1986
Summary: Validity checks missing for readFields and Thrift deserialization
Description: Classes in o.a.a.core.data (and potentially elsewhere) that support construction
from a Thrift object and/or population from a {{DataInput}} (via a {{readFields()}}
method) often lack data validity check... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1986_a5e3ed3b.diff |
bugs-dot-jar_data_ACCUMULO-3424_27d4ee21 | ---
BugID: ACCUMULO-3424
Summary: Token class option always requires token property
Description: |-
In testing out ACCUMULO-2815, I attempted to manually provide a KerberosToken to authenticate myself and then launch the shell, but ran into an issue. The KerberosToken (in its current state) needs no options: it's who... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-3424_27d4ee21.diff |
bugs-dot-jar_data_ACCUMULO-2659_019edb16 | ---
BugID: ACCUMULO-2659
Summary: Incompatible API changes in 1.6.0
Description: "While examining API changes for 1.6.0 I noticed some non-deprecated
methods were removed. I am not sure how important these are, but technically these
methods are in the public API. Opening this issue to document what I found.\n\nI
... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-2659_019edb16.diff |
bugs-dot-jar_data_ACCUMULO-178_2f0643a9 | ---
BugID: ACCUMULO-178
Summary: Off-by-one error in FamilyIntersectingIterator
Description: In the buildDocKey() function within the FamilyIntersectingIterator there
is a bug that shortens the docID by 1. This causes the wrong doc's data to be returned
in the results of a query using this Iterator.
diff --git a... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-178_2f0643a9.diff |
bugs-dot-jar_data_ACCUMULO-1800_8ec4cb84 | ---
BugID: ACCUMULO-1800
Summary: delete mutations not working through the Proxy
Description: |
Aru Sahni writes:
{quote}
I'm new to Accumulo and am still trying to wrap my head around its ways. To further that challenge, I'm using Pyaccumulo, which doesn't present much in terms of available reference material.
... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1800_8ec4cb84.diff |
bugs-dot-jar_data_ACCUMULO-1192_c489d866 | ---
BugID: ACCUMULO-1192
Summary: '"du" on a table without files does not report'
Description: |
{noformat}
shell> createtable t
shell> du t
shell>
{noformat}
expected:
{noformat}
shell> du t
0 t
shell>
{noformat}
diff --git a/core/src/main/java/org/apache/accumulo/core/util/Table... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1192_c489d866.diff |
bugs-dot-jar_data_ACCUMULO-1661_13eb19c2 | ---
BugID: ACCUMULO-1661
Summary: AccumuloInputFormat cannot fetch empty column family
Description: |-
The following fails:
{code:java}
Job job = new Job();
HashSet<Pair<Text,Text>> cols = new HashSet<Pair<Text,Text>>();
cols.add(new Pair<Text,Text>(new Text(""), null));
AccumuloInputFormat.fetchColumns(job... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1661_13eb19c2.diff |
bugs-dot-jar_data_ACCUMULO-1986_2d97b875 | ---
BugID: ACCUMULO-1986
Summary: Validity checks missing for readFields and Thrift deserialization
Description: Classes in o.a.a.core.data (and potentially elsewhere) that support construction
from a Thrift object and/or population from a {{DataInput}} (via a {{readFields()}}
method) often lack data validity check... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1986_2d97b875.diff |
bugs-dot-jar_data_ACCUMULO-4029_5ca779a0 | ---
BugID: ACCUMULO-4029
Summary: hashCode for Mutation has an unfortunate implementation
Description: |
While looking at how a tablet server processes constraint violations, I happened to look into Mutation's hashCode implementation:
{code}
@Override
public int hashCode() {
return toThrift(false).ha... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-4029_5ca779a0.diff |
bugs-dot-jar_data_ACCUMULO-1199_813109d7 | ---
BugID: ACCUMULO-1199
Summary: Verify all methods in the ProxyService that take table names actually throw
TableNotFoundException when the table is missing.
Description:
diff --git a/proxy/src/main/java/org/apache/accumulo/proxy/ProxyServer.java b/proxy/src/main/java/org/apache/accumulo/proxy/ProxyServer.java
i... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1199_813109d7.diff |
bugs-dot-jar_data_ACCUMULO-3229_891584fb | ---
BugID: ACCUMULO-3229
Summary: Shell displays authTimeout poorly
Description: |-
The authTimeout in the shell is displayed badly when executing {{about -v}}.
Even though it is configured in integer minutes, it is converted to seconds for display as a floating point number with 2 decimals. This makes no sense, si... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-3229_891584fb.diff |
bugs-dot-jar_data_ACCUMULO-2928_f99b5654 | ---
BugID: ACCUMULO-2928
Summary: Missing toString, hashCode and equals methods on BatchWriterConfig
Description: Tried to test equality of two BatchWriterConfig objects, found they're
missing all of the methods from Object that they should be implementing.
diff --git a/core/src/main/java/org/apache/accumulo/core/c... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-2928_f99b5654.diff |
bugs-dot-jar_data_ACCUMULO-1192_9476b877 | ---
BugID: ACCUMULO-1192
Summary: '"du" on a table without files does not report'
Description: |
{noformat}
shell> createtable t
shell> du t
shell>
{noformat}
expected:
{noformat}
shell> du t
0 t
shell>
{noformat}
diff --git a/core/src/main/java/org/apache/accumulo/core/util/Table... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1192_9476b877.diff |
bugs-dot-jar_data_ACCUMULO-1312_d9ab8449 | ---
BugID: ACCUMULO-1312
Summary: Don't cache credentials in client-side Connector
Description: |
AuthenticationToken objects are Destroyable. However, this cannot be exercised properly in the client code, because the Connector immediately serializes the credentials and stores them as long as the Connector lives.
... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1312_d9ab8449.diff |
bugs-dot-jar_data_ACCUMULO-1732_941e3cb1 | ---
BugID: ACCUMULO-1732
Summary: Resolve table name to table id once in Accumulo input format
Description: "AccumuloInputFormat (and I suspect AccumuloOutputFormat) sends the table
name to each mapper. The mapper uses this table name to create a scanner. In the
case of the following events a map reduce job could... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1732_941e3cb1.diff |
bugs-dot-jar_data_ACCUMULO-218_15476a0d | ---
BugID: ACCUMULO-218
Summary: Mock Accumulo Inverts order of mutations w/ same timestamp
Description: Mock accumulo has different behavior than real accumulo when the same
key is updated in the same millisecond. The hidden in memory map counter in mock
accumulo needs to sort descending.
diff --git a/src/core/... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-218_15476a0d.diff |
bugs-dot-jar_data_ACCUMULO-334_9d8cc45d | ---
BugID: ACCUMULO-334
Summary: Bulk random walk test failed
Description: "The bulk random walk test failed while running on a 10 node cluster
w/ the following error message.\n\n{noformat}\n18 23:36:05,167 [bulk.Setup] INFO
: Starting bulk test on 459a04a0\n\n\n19 00:24:33,950 [randomwalk.Framework] ERROR:
Error... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-334_9d8cc45d.diff |
bugs-dot-jar_data_ACCUMULO-2713_6138a80f | ---
BugID: ACCUMULO-2713
Summary: Instance secret written out with other configuration items to RFiles and
WALogs when encryption is turned on
Description: |-
The encryption at rest feature records configuration information in order to encrypted RFiles and WALogs so that if the configuration changes, the files can ... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-2713_6138a80f.diff |
bugs-dot-jar_data_ACCUMULO-151_b007b22e | ---
BugID: ACCUMULO-151
Summary: Combiner default behavior is dangerous
Description: "Currently if the users does not give the combiner any columns to work
against, it will work against all columns. This is dangerous, if a user accidentally
forgets to specify columns then their data could be unintentionally corrup... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-151_b007b22e.diff |
bugs-dot-jar_data_ACCUMULO-4138_50db442b | ---
BugID: ACCUMULO-4138
Summary: CompactCommand description is incorrect
Description: "The compact command has the following description \n{code}\nroot@accumulo>
compact -?\nusage: compact [<table>{ <table>}] [-?] [-b <begin-row>] [--cancel]
[-e <end-row>] [-nf] [-ns <namespace> | -p <pattern> | -t <tableName>] [... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-4138_50db442b.diff |
bugs-dot-jar_data_ACCUMULO-414_116d5928 | ---
BugID: ACCUMULO-414
Summary: Make sure iterators handle deletion entries properly
Description: In minor compaction scope and in non-full major compaction scopes the
iterator may see deletion entries. These entries should be preserved by all iterators
except ones that are strictly scan-time iterators that will n... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-414_116d5928.diff |
bugs-dot-jar_data_ACCUMULO-4098_a2c2d38a | ---
BugID: ACCUMULO-4098
Summary: ConditionalWriterIT is failing
Description: |-
I noticed that the ConditionalWriterIT was failing in master. Using the following command with {{git bisect}} I tracked it down to commit {{3af75fc}} for ACCUMULO-4077 as the change which broke the IT. Have not looked into why its fai... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-4098_a2c2d38a.diff |
bugs-dot-jar_data_ACCUMULO-3242_15e83709 | ---
BugID: ACCUMULO-3242
Summary: Consolidate ZK code WRT retries
Description: |-
A couple of general ZK things that should be fixed up:
# Multiple means of automatic retrying of recoverable ZooKeeper errors through use of an InvocationHandler and a Proxy around IZooReader(Writer)
# Encapsulate retry logic
# S... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-3242_15e83709.diff |
bugs-dot-jar_data_ACCUMULO-3055_94c2a31f | ---
BugID: ACCUMULO-3055
Summary: calling MiniAccumuloCluster.stop multiple times fails with NPE
Description: "On the mailing list [~ctubbsii] mentioned seeing some NPEs in the stderr
for {{mvn verify}}.\n\nI see one here when running mvn verify with either hadoop
profile:\n\n{quote}\nException in thread \"Thread-0... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-3055_94c2a31f.diff |
bugs-dot-jar_data_ACCUMULO-821_a450ac2f | ---
BugID: ACCUMULO-821
Summary: MockBatchScanner inappropriately filters on ranges
Description: I believe I have a legitimate case where an iterator will return something
outside of the seeked-to range. This appears to work in a live system, but fails
to work in test cases using the MockBatchScanner. I believe t... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-821_a450ac2f.diff |
bugs-dot-jar_data_ACCUMULO-3077_17654199 | ---
BugID: ACCUMULO-3077
Summary: File never picked up for replication
Description: |-
I was running some tests and noticed that a single file was getting ignored. The logs were warning that the Status message that was written to {{accumulo.metadata}} didn't have a createdTime on the Status record.
The odd part is... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-3077_17654199.diff |
bugs-dot-jar_data_ACCUMULO-3150_72fd6bec | ---
BugID: ACCUMULO-3150
Summary: MiniAccumuloConfig doesn't set 0 for monitor log4j port
Description: MonitorLoggingIT will fail on a host if the monitor is already running
because MAC doesn't configure itself to use an ephemeral port. We haven't really
noticed this because MAC doesn't start a monitor by default.
... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-3150_72fd6bec.diff |
bugs-dot-jar_data_ACCUMULO-3746_47c64d9a | ---
BugID: ACCUMULO-3746
Summary: ClientConfiguration.getAllPropertiesWithPrefix doesn't work
Description: I think I introduced this method for trace.span.receiver.*, and didn't
write a test for it. My mistake.
diff --git a/core/src/main/java/org/apache/accumulo/core/client/ClientConfiguration.java b/core/src/main... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-3746_47c64d9a.diff |
bugs-dot-jar_data_ACCUMULO-1505_994df698 | ---
BugID: ACCUMULO-1505
Summary: MockTable's addMutation does not check for empty mutation
Description: "When calling addMutation or addMutations on a MockBatchWriter, the updates
stored in the mutation are iterated over then committed in the MockTable class.
\n\nWhen this occurs in the TabletServerBatchWriter (ev... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1505_994df698.diff |
bugs-dot-jar_data_ACCUMULO-414_ebf22df0 | ---
BugID: ACCUMULO-414
Summary: Make sure iterators handle deletion entries properly
Description: In minor compaction scope and in non-full major compaction scopes the
iterator may see deletion entries. These entries should be preserved by all iterators
except ones that are strictly scan-time iterators that will n... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-414_ebf22df0.diff |
bugs-dot-jar_data_ACCUMULO-2671_17344890 | ---
BugID: ACCUMULO-2671
Summary: BlockedOutputStream can hit a StackOverflowError
Description: "This issue mostly came up after a resolution to ACCUMULO-2668 that allows
a byte[] to be passed directly to the underlying stream from the NoFlushOutputStream.\n\nThe
problem appears to be due to the BlockedOutputStream... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-2671_17344890.diff |
bugs-dot-jar_data_ACCUMULO-1190_e29dc4f5 | ---
BugID: ACCUMULO-1190
Summary: The update() method on the ProxyServer should throw a MutationsRejectedException
Description:
diff --git a/proxy/src/main/java/org/apache/accumulo/proxy/ProxyServer.java b/proxy/src/main/java/org/apache/accumulo/proxy/ProxyServer.java
index ed8c71f..859b948 100644
--- a/proxy/src/ma... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1190_e29dc4f5.diff |
bugs-dot-jar_data_ACCUMULO-844_692efde2 | ---
BugID: ACCUMULO-844
Summary: VisibilityFilter does not catch BadArgumentException
Description: If an invalid column visibility makes it into the system, then the VisibilityFilter
may not handle it properly. The accept method handles VisibilityParseException,
but some of the parse code throws a BadArgumentExce... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-844_692efde2.diff |
bugs-dot-jar_data_ACCUMULO-217_add180fb | ---
BugID: ACCUMULO-217
Summary: MockAccumulo doesn't throw informative errors
Description: Users are unable to tell if an error has occurred and whether it is due
to unimplemented features in MockAccumulo.
diff --git a/src/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperationsHelper.java b/src/co... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-217_add180fb.diff |
bugs-dot-jar_data_ACCUMULO-1518_dc95cb69 | ---
BugID: ACCUMULO-1518
Summary: FileOperations expects RFile filenames to contain only 1 dot.
Description: |-
If I attempt to create or read an RFile that contains more than 1 dot in the filename, FileOperations throws an IllegalArgumentException("File name " + name + " has no extension").
Please allow creation/i... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-1518_dc95cb69.diff |
bugs-dot-jar_data_ACCUMULO-209_397f86f6 | ---
BugID: ACCUMULO-209
Summary: RegExFilter does not properly regex when using multi-byte characters
Description: "The current RegExFilter class uses a ByteArrayBackedCharSequence to
set the data to match against. The ByteArrayBackedCharSequence contains a line of
code that prevents the matcher from properly match... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-209_397f86f6.diff |
bugs-dot-jar_data_ACCUMULO-178_efef09b0 | ---
BugID: ACCUMULO-178
Summary: Off-by-one error in FamilyIntersectingIterator
Description: In the buildDocKey() function within the FamilyIntersectingIterator there
is a bug that shortens the docID by 1. This causes the wrong doc's data to be returned
in the results of a query using this Iterator.
diff --git a... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-178_efef09b0.diff |
bugs-dot-jar_data_ACCUMULO-3383_97f16db4 | ---
BugID: ACCUMULO-3383
Summary: AccumuloVFSClassloader creates conflicting local cache directory names when
vfs.cache.dir property is set.
Description: "When the vfs.cache.dir property is not set, the AccumuloVFSClassloader
will use java.io.tmpdir as a base directory for the local cache of jars and then
generat... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-3383_97f16db4.diff |
bugs-dot-jar_data_ACCUMULO-2962_2fd7633f | ---
BugID: ACCUMULO-2962
Summary: RangeInputSplit Writable methods don't serialize IteratorSettings
Description: |-
Was trying to figure out why some information was getting lost on a RangeInputSplit after serialization, and found out it was because the serialization and deserialization of the class didn't include th... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-2962_2fd7633f.diff |
bugs-dot-jar_data_ACCUMULO-2487_f2920c26 | ---
BugID: ACCUMULO-2487
Summary: Value implementation provides conflicting statements
Description: |-
The javadoc for the no-arg constructor for {{Value}} states that it "Creates a zero-size sequence." However, the implementation of get will error in this case.
{code}
public byte[] get() {
if (this.value =... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-2487_f2920c26.diff |
bugs-dot-jar_data_ACCUMULO-2974_5eceb10e | ---
BugID: ACCUMULO-2974
Summary: Unable to assign single tablet table migrated to 1.6.0
Description: |-
Sorry for the screen caps, no copy/paste from machines.
Background- several tables migrated from 1.5.1 to 1.6.0. Only one of which was a single tablet. Upon starting, we noticed that that single table was not l... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-2974_5eceb10e.diff |
bugs-dot-jar_data_ACCUMULO-3143_ddd2c3bc | ---
BugID: ACCUMULO-3143
Summary: InputTableConfig missing isOfflineScan field in Serializer
Description: InputTableConfig write(DataOutput dataOutput) forgets to write out the
isOfflineScan field, which makes it always false when it gets unserialized.
diff --git a/core/src/main/java/org/apache/accumulo/core/client... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-3143_ddd2c3bc.diff |
bugs-dot-jar_data_ACCUMULO-633_8dad5e0f | ---
BugID: ACCUMULO-633
Summary: FirstEntryInRowIterator is broken and has no test
Description: |-
In 1.4 and trunk, the iterator throws a NullPointerException when seeked.
In 1.3 the iterator runs, but there is a question as to what it should do when it is seeked to the middle of a row. Currently, it returns the... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-633_8dad5e0f.diff |
bugs-dot-jar_data_ACCUMULO-843_65390f8c | ---
BugID: ACCUMULO-843
Summary: Mock does not implement locality groups or merging
Description: |-
The Mock Instance does not implement locality groups and throws an exception if one attempts to set them. It would be useful for the unit tests that I am writing for the Accumulo proxy to have at least minimal locality... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-843_65390f8c.diff |
bugs-dot-jar_data_ACCUMULO-2742_1f7dd2d5 | ---
BugID: ACCUMULO-2742
Summary: History command incorrectly numbers commands
Description: |-
When you use the history command, it will provide you with a list of previous commands that have been executed, each with a command number. However, if you try to use history expansion by number to invoke one of those comma... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-2742_1f7dd2d5.diff |
bugs-dot-jar_data_ACCUMULO-2748_ff8c2383 | ---
BugID: ACCUMULO-2748
Summary: MockTableOperations.deleteRow does not handle null for start or end keys
Description: "The deleteRow function does not check for null values for start or end
keys.\nThese null values are passed down into key constructor which will throw a
NullPointerException:\njava.lang.NullPointe... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-2748_ff8c2383.diff |
bugs-dot-jar_data_ACCUMULO-412_5594b2e0 | ---
BugID: ACCUMULO-412
Summary: importdirectory failing on split table
Description: 'bulk import for the wikisearch example isn''t working properly: files
are not being assigned to partitions if there are splits.'
diff --git a/src/core/src/main/java/org/apache/accumulo/core/conf/Property.java b/src/core/src/main/j... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-412_5594b2e0.diff |
bugs-dot-jar_data_ACCUMULO-218_3d55560a | ---
BugID: ACCUMULO-218
Summary: Mock Accumulo Inverts order of mutations w/ same timestamp
Description: Mock accumulo has different behavior than real accumulo when the same
key is updated in the same millisecond. The hidden in memory map counter in mock
accumulo needs to sort descending.
diff --git a/src/core/... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-218_3d55560a.diff |
bugs-dot-jar_data_ACCUMULO-3006_d6472040 | ---
BugID: ACCUMULO-3006
Summary: Don't allow viewfs in instance.volumes
Description: |-
I think one of our folks put viewfs into instance.volumes on accident. File references in accumulo.root and accumulo.metadata were then written with viewfs in the path. The garbage collector then throws errors as compactions occu... | bugs-dot-jar/accumulo_extracted_diff/developer-patch_bugs-dot-jar_ACCUMULO-3006_d6472040.diff |
bugs-dot-jar_data_CAMEL-5720_4a05eccf | ---
BugID: CAMEL-5720
Summary: Aggregate EIP - Dynamic completion size should override fixed values if in
exchange
Description: |-
See nabble
http://camel.465427.n5.nabble.com/Bug-with-completionSize-on-AggregatorProcessor-tp5721307.html
diff --git a/camel-core/src/main/java/org/apache/camel/processor/aggregate... | bugs-dot-jar/camel_extracted_diff/developer-patch_bugs-dot-jar_CAMEL-5720_4a05eccf.diff |
bugs-dot-jar_data_CAMEL-7586_1f92fa42 | ---
BugID: CAMEL-7586
Summary: 'NotCompliantMBeanException : Attribute MessageHistory has more than one
getter'
Description: |-
Hello, I wasn't able to subscribe on the mailing list, so I'm posting my issue directly here.
In my project I need to use some _ManagedCamelContextMBean_, which I am trying to access th... | bugs-dot-jar/camel_extracted_diff/developer-patch_bugs-dot-jar_CAMEL-7586_1f92fa42.diff |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.