Dataset Viewer
Auto-converted to Parquet Duplicate
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
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
5