Apache HBase
This report presents the forensic synthetic code analysis of apache/hbase, a Java project with 5,541 GitHub stars. SynthScan v2.0 examined 1,346,241 lines of code across 5960 source files, recording 1580 pattern matches distributed across 19 syntactic categories. The overall adjusted score of 4.0 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 1580 distinct pattern matches across 19 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | hbase-website/public/old-book-static-files/MathJax.js | 19 | if(document.getElementById&&document.childNodes&&document.createElement){if(!(window.MathJax&&MathJax.Hub)){if(window.Ma | CODE |
| CRITICAL | …c/old-book-static-files/config/TeX-MML-AM_HTMLorMML.js | 19 | if(document.getElementById&&document.childNodes&&document.createElement){if(!(window.MathJax&&MathJax.Hub)){if(window.Ma | CODE |
| CRITICAL | …a/org/apache/hadoop/hbase/ClientMetaTableAccessor.java | 382 | @edu.umd.cs.findbugs.annotations.SuppressWarnings(value = "NP_NONNULL_PARAM_VIOLATION", | CODE |
| CRITICAL | …oop/hbase/security/access/ShadedAccessControlUtil.java | 103 | return org.apache.hadoop.hbase.TableName.valueOf( | CODE |
| CRITICAL | …ava/org/apache/hadoop/hbase/quotas/QuotaTableUtil.java | 536 | org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.SpaceQuotaSnapshot.newBuilder() | CODE |
| CRITICAL | …ava/org/apache/hadoop/hbase/quotas/QuotaTableUtil.java | 547 | org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.SpaceQuotaSnapshot.newBuilder() | CODE |
| CRITICAL | …ache/hadoop/hbase/exceptions/ClientExceptionsUtil.java | 126 | @edu.umd.cs.findbugs.annotations.SuppressWarnings(value = "MS_EXPOSE_REP", | CODE |
| CRITICAL | …rg/apache/hadoop/hbase/ipc/HBaseRpcControllerImpl.java | 118 | @edu.umd.cs.findbugs.annotations.SuppressWarnings(value = "IS2_INCONSISTENT_SYNC", | CODE |
| CRITICAL | …rg/apache/hadoop/hbase/ipc/HBaseRpcControllerImpl.java | 153 | @edu.umd.cs.findbugs.annotations.SuppressWarnings(value = "IS2_INCONSISTENT_SYNC", | CODE |
| CRITICAL | …org/apache/hadoop/hbase/ipc/BlockingRpcConnection.java | 89 | @edu.umd.cs.findbugs.annotations.SuppressWarnings(value = "IS2_INCONSISTENT_SYNC", | CODE |
| CRITICAL | …nt/src/main/java/org/apache/hadoop/hbase/ipc/Call.java | 48 | @edu.umd.cs.findbugs.annotations.SuppressWarnings(value = "IS2_INCONSISTENT_SYNC", | CODE |
| CRITICAL | …nt/src/main/java/org/apache/hadoop/hbase/ipc/Call.java | 53 | @edu.umd.cs.findbugs.annotations.SuppressWarnings(value = "IS2_INCONSISTENT_SYNC", | CODE |
| CRITICAL | …a/org/apache/hadoop/hbase/ipc/CoprocessorRpcUtils.java | 100 | .setRow(org.apache.hbase.thirdparty.com.google.protobuf.UnsafeByteOperations.unsafeWrap(row)) | CODE |
| CRITICAL | …a/org/apache/hadoop/hbase/ipc/CoprocessorRpcUtils.java | 153 | org.apache.hbase.thirdparty.com.google.protobuf.ByteString.copyFrom(result.toByteArray()))); | CODE |
| CRITICAL | …/apache/hadoop/hbase/filter/DependentColumnFilter.java | 236 | @edu.umd.cs.findbugs.annotations.SuppressWarnings( | CODE |
| CRITICAL | …pache/hadoop/hbase/filter/SingleColumnValueFilter.java | 90 | this(family, qualifier, op, new org.apache.hadoop.hbase.filter.BinaryComparator(value)); | CODE |
| CRITICAL | …ava/org/apache/hadoop/hbase/filter/NullComparator.java | 46 | @edu.umd.cs.findbugs.annotations.SuppressWarnings(value = "EQ_UNUSUAL", justification = "") | CODE |
| CRITICAL | …/apache/hadoop/hbase/client/BufferedMutatorParams.java | 236 | @edu.umd.cs.findbugs.annotations.SuppressWarnings(value = "CN_IDIOM_NO_SUPER_CALL", | CODE |
| CRITICAL | …io/asyncfs/FanOutOneBlockAsyncDFSOutputSaslHelper.java | 116 | org.apache.hadoop.security.SaslRpcServer.AuthMethod.TOKEN.getMechanismName(); | CODE |
| CRITICAL | …g/apache/hadoop/hbase/backup/impl/BackupAdminImpl.java | 671 | + org.apache.hadoop.util.StringUtils.join(",", missingIds); | CODE |
| CRITICAL | …apache/hadoop/hbase/backup/impl/BackupSystemTable.java | 713 | .setTableName(org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil.toProtoTableName(table)); | CODE |
| CRITICAL | …apache/hadoop/hbase/backup/impl/BackupSystemTable.java | 736 | org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil.toServerName(st.getServerName()); | CODE |
| CRITICAL | …/regionserver/LogRollRegionServerProcedureManager.java | 49 | * On shutdown, requires org.apache.hadoop.hbase.procedure.ProcedureMember.close() to be called | COMMENT |
| CRITICAL⚡ | …/apache/hadoop/hbase/PerformanceEvaluationCommons.java | 59 | !org.apache.hadoop.hbase.util.Bytes.equals(expected, 0, expected.length, gotArray, | CODE |
| CRITICAL⚡ | …/apache/hadoop/hbase/PerformanceEvaluationCommons.java | 63 | "Expected " + org.apache.hadoop.hbase.util.Bytes.toString(expected) + " but got " | CODE |
| CRITICAL⚡ | …/apache/hadoop/hbase/PerformanceEvaluationCommons.java | 64 | + org.apache.hadoop.hbase.util.Bytes.toString(gotArray, gotArrayOffset, gotArrayLength)); | CODE |
| CRITICAL⚡ | bin/shutdown_regionserver.rb | 39 | org.apache.hadoop.hbase.logging.Log4jUtils.setAllLevels('org.apache.hadoop.hbase', log_level) | CODE |
| CRITICAL⚡ | bin/shutdown_regionserver.rb | 40 | org.apache.hadoop.hbase.logging.Log4jUtils.setAllLevels('org.apache.zookeeper', log_level) | CODE |
| CRITICAL⚡ | bin/shutdown_regionserver.rb | 41 | org.apache.hadoop.hbase.logging.Log4jUtils.setAllLevels('org.apache.hadoop', log_level) | CODE |
| CRITICAL⚡ | bin/get-active-master.rb | 28 | org.apache.hadoop.hbase.logging.Log4jUtils.setAllLevels('org.apache.hadoop.hbase', log_level) | CODE |
| CRITICAL⚡ | bin/get-active-master.rb | 29 | org.apache.hadoop.hbase.logging.Log4jUtils.setAllLevels('org.apache.zookeeper', log_level) | CODE |
| CRITICAL⚡ | bin/get-active-master.rb | 30 | org.apache.hadoop.hbase.logging.Log4jUtils.setAllLevels('org.apache.hadoop', log_level) | CODE |
| CRITICAL | bin/draining_servers.rb | 90 | zkw = org.apache.hadoop.hbase.zookeeper.ZKWatcher.new(config, 'draining_servers', nil) | CODE |
| CRITICAL | bin/draining_servers.rb | 107 | zkw = org.apache.hadoop.hbase.zookeeper.ZKWatcher.new(config, 'draining_servers', nil) | CODE |
| CRITICAL | bin/draining_servers.rb | 125 | zkw = org.apache.hadoop.hbase.zookeeper.ZKWatcher.new(config, 'draining_servers', nil) | CODE |
| CRITICAL⚡ | bin/draining_servers.rb | 140 | org.apache.hadoop.hbase.logging.Log4jUtils.setAllLevels('org.apache.hadoop.hbase', log_level) | CODE |
| CRITICAL⚡ | bin/draining_servers.rb | 141 | org.apache.hadoop.hbase.logging.Log4jUtils.setAllLevels('org.apache.zookeeper', log_level) | CODE |
| CRITICAL⚡ | bin/draining_servers.rb | 142 | org.apache.hadoop.hbase.logging.Log4jUtils.setAllLevels('org.apache.hadoop', log_level) | CODE |
| CRITICAL⚡ | bin/replication/copy_tables_desc.rb | 79 | org.apache.hadoop.hbase.logging.Log4jUtils.setAllLevels('org.apache.hadoop.hbase', log_level) | CODE |
| CRITICAL⚡ | bin/replication/copy_tables_desc.rb | 80 | org.apache.hadoop.hbase.logging.Log4jUtils.setAllLevels('org.apache.zookeeper', log_level) | CODE |
| CRITICAL⚡ | bin/replication/copy_tables_desc.rb | 81 | org.apache.hadoop.hbase.logging.Log4jUtils.setAllLevels('org.apache.hadoop', log_level) | CODE |
| CRITICAL | …pache/hadoop/hbase/metrics/impl/FastLongHistogram.java | 141 | @edu.umd.cs.findbugs.annotations.SuppressWarnings(value = "FL_FLOATS_AS_LOOP_COUNTERS", | CODE |
| CRITICAL | …rg/apache/hadoop/hbase/zookeeper/ZKAuthentication.java | 124 | javax.security.auth.login.Configuration.setConfiguration(jaasConf); | CODE |
| CRITICAL | …rg/apache/hadoop/hbase/zookeeper/ZKAuthentication.java | 137 | javax.security.auth.login.Configuration.getConfiguration(); | CODE |
| CRITICAL | …rg/apache/hadoop/hbase/zookeeper/ZKAuthentication.java | 208 | this.baseConfig = javax.security.auth.login.Configuration.getConfiguration(); | CODE |
| CRITICAL | …che/hadoop/hbase/thrift2/TestThrift2ServerCmdLine.java | 66 | return () -> new org.apache.hadoop.hbase.thrift2.ThriftServer(TEST_UTIL.getConfiguration()); | CODE |
| CRITICAL | …apache/hadoop/hbase/thrift2/TestThrift2HttpServer.java | 59 | return () -> new org.apache.hadoop.hbase.thrift2.ThriftServer(TEST_UTIL.getConfiguration()); | CODE |
| CRITICAL | …che/hadoop/hbase/thrift/HBaseThriftTestingUtility.java | 94 | return new org.apache.hadoop.hbase.thrift2.ThriftServer(conf); | CODE |
| CRITICAL | …java/org/apache/hadoop/hbase/thrift2/ThriftServer.java | 48 | @edu.umd.cs.findbugs.annotations.SuppressWarnings(value = "NM_SAME_SIMPLE_NAME_AS_SUPERCLASS", | CODE |
| CRITICAL | …/java/org/apache/hadoop/hbase/thrift/ThriftServer.java | 278 | return org.apache.hadoop.security.SecurityUtil.getServerPrincipal(principal, host); | CODE |
| CRITICAL | hbase-common/src/saveVersion.sh | 92 | @edu.umd.cs.findbugs.annotations.SuppressWarnings(value="DM_STRING_CTOR", | CODE |
| CRITICAL | …rg/apache/hadoop/hbase/util/TestConcatenatedLists.java | 93 | @edu.umd.cs.findbugs.annotations.SuppressWarnings(value = "DMI_VACUOUS_SELF_COLLECTION_CALL", | CODE |
| CRITICAL | …org/apache/hadoop/hbase/util/RedundantKVGenerator.java | 41 | @edu.umd.cs.findbugs.annotations.SuppressWarnings(value = "RV_ABSOLUTE_VALUE_OF_RANDOM_INT", | CODE |
| CRITICAL⚡ | …va/org/apache/hadoop/hbase/logging/TestLog4jUtils.java | 40 | org.apache.logging.log4j.LogManager.getLogger("org.apache.zookeeper"); | CODE |
| CRITICAL⚡ | …va/org/apache/hadoop/hbase/logging/TestLog4jUtils.java | 43 | org.apache.logging.log4j.LogManager.getLogger("org.apache.hadoop.hbase.zookeeper"); | CODE |
| CRITICAL⚡ | …va/org/apache/hadoop/hbase/logging/TestLog4jUtils.java | 46 | org.apache.logging.log4j.LogManager.getLogger("org.apache.hadoop.hbase.client"); | CODE |
| CRITICAL⚡ | …va/org/apache/hadoop/hbase/logging/TestLog4jUtils.java | 50 | assertEquals(org.apache.logging.log4j.Level.OFF.toString(), | CODE |
| CRITICAL⚡ | …va/org/apache/hadoop/hbase/logging/TestLog4jUtils.java | 53 | assertEquals(org.apache.logging.log4j.Level.OFF.toString(), | CODE |
| CRITICAL⚡ | …va/org/apache/hadoop/hbase/logging/TestLog4jUtils.java | 56 | assertEquals(org.apache.logging.log4j.Level.OFF.toString(), | CODE |
| CRITICAL⚡ | …va/org/apache/hadoop/hbase/logging/TestLog4jUtils.java | 59 | org.apache.logging.log4j.core.config.Configurator.setLevel(zk.getName(), zkLevel); | CODE |
| 278 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .asf.yaml | 1 | # Licensed to the Apache Software Foundation (ASF) under one | COMMENT |
| LOW | hbase-website/react-router.config.ts | 1 | // | COMMENT |
| LOW | hbase-website/prettier.config.js | 1 | // | COMMENT |
| LOW | hbase-website/global.d.ts | 1 | // | COMMENT |
| LOW | hbase-website/source.config.ts | 1 | // | COMMENT |
| LOW | hbase-website/playwright.config.ts | 1 | // | COMMENT |
| LOW | hbase-website/eslint.config.js | 1 | // | COMMENT |
| LOW | hbase-website/eslint.config.js | 41 | // Licensed to the Apache Software Foundation (ASF) under one | COMMENT |
| LOW | hbase-website/vite.config.ts | 1 | // | COMMENT |
| LOW | hbase-website/vitest.config.ts | 1 | // | COMMENT |
| LOW | hbase-website/app/routes.ts | 1 | // | COMMENT |
| LOW | hbase-website/app/root.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/aspect-ratio.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/alert-dialog.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/pagination.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/tabs.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/button-group.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/card.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/popover.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/scroll-area.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/label.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/navigation-menu.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/accordion.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/tooltip.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/alert.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/breadcrumb.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/item.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/avatar.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/menubar.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/dialog.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/badge.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/table.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/separator.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/button.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/spinner.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/collapsible.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/dropdown-menu.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/textarea.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/ui/input.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/components/link.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/components/site-footer.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/components/mdx-components.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/components/links.ts | 1 | // | COMMENT |
| LOW | hbase-website/app/components/theme-toggle.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/components/site-navbar.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/components/getting-started.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/components/docs/toc/index.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/components/docs/toc/default.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/components/docs/toc/clerk.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/components/docs/layout/link-item.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/components/docs/layout/shared.tsx | 1 | // | COMMENT |
| LOW | …e-website/app/components/docs/layout/search-toggle.tsx | 1 | // | COMMENT |
| LOW | …website/app/components/docs/layout/language-toggle.tsx | 1 | // | COMMENT |
| LOW | …se-website/app/components/docs/layout/theme-toggle.tsx | 1 | // | COMMENT |
| LOW | …bsite/app/components/docs/layout/sidebar/link-item.tsx | 1 | // | COMMENT |
| LOW | …bsite/app/components/docs/layout/sidebar/page-tree.tsx | 1 | // | COMMENT |
| LOW | …se-website/app/components/docs/layout/sidebar/base.tsx | 1 | // | COMMENT |
| LOW | …site/app/components/docs/layout/sidebar/tabs/index.tsx | 1 | // | COMMENT |
| LOW | …e/app/components/docs/layout/sidebar/tabs/dropdown.tsx | 1 | // | COMMENT |
| LOW | hbase-website/app/components/docs/layout/docs/index.tsx | 1 | // | COMMENT |
| 507 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | hbase-shell/src/test/ruby/shell/general_test_cluster.rb | 41 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/shell/general_test_cluster.rb | 55 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/shell/general_test_cluster.rb | 64 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/test/ruby/shell/general_test_cluster.rb | 104 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/test/ruby/shell/general_test_cluster.rb | 110 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/test/ruby/shell/general_test_cluster.rb | 116 | #----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/test/ruby/shell/general_test_cluster.rb | 135 | #----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/test/ruby/shell/general_test_cluster.rb | 145 | #----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/test/ruby/shell/general_test_cluster.rb | 155 | #----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …se-shell/src/test/ruby/shell/formatter_test_cluster.rb | 49 | #------------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/admin2_test_cluster.rb | 117 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/test/ruby/hbase/admin_test.rb | 134 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/test/ruby/hbase/admin_test.rb | 141 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/test/ruby/hbase/admin_test.rb | 147 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/test/ruby/hbase/admin_test.rb | 153 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/test/ruby/hbase/admin_test.rb | 161 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/test/ruby/hbase/admin_test.rb | 167 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/test/ruby/hbase/admin_test.rb | 177 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/test/ruby/hbase/admin_test.rb | 422 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/test/ruby/hbase/admin_test.rb | 429 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/test/ruby/hbase/admin_test.rb | 436 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/admin_test.rb | 114 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/admin_test.rb | 123 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/admin_test.rb | 188 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/admin_test.rb | 208 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/admin_test.rb | 214 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/admin_test.rb | 233 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/admin_test.rb | 241 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/admin_test.rb | 268 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/admin_test.rb | 295 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/admin_test.rb | 322 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/admin_test.rb | 349 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/admin_test.rb | 376 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/admin_test.rb | 536 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/admin_test.rb | 613 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/admin_test.rb | 638 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/admin_test.rb | 662 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/admin_test.rb | 686 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/admin_test.rb | 892 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/table_test.rb | 68 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/table_test.rb | 76 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/table_test.rb | 152 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/table_test.rb | 182 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/table_test.rb | 229 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/table_test.rb | 352 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/hbase/table_test.rb | 540 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/main/ruby/shell.rb | 95 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/main/ruby/shell/commands.rb | 109 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/main/ruby/hbase/replication_admin.rb | 127 | #---------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/main/ruby/hbase/replication_admin.rb | 133 | #--------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/main/ruby/hbase/replication_admin.rb | 141 | #---------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/main/ruby/hbase/replication_admin.rb | 147 | #---------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/main/ruby/hbase/replication_admin.rb | 153 | #---------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/main/ruby/hbase/replication_admin.rb | 159 | #---------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/main/ruby/hbase/replication_admin.rb | 188 | #---------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | hbase-shell/src/main/ruby/hbase/replication_admin.rb | 201 | #---------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/main/ruby/hbase/replication_admin.rb | 40 | #---------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/main/ruby/hbase/replication_admin.rb | 170 | #---------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/main/ruby/hbase/replication_admin.rb | 433 | #---------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | hbase-shell/src/main/ruby/hbase/replication_admin.rb | 440 | #---------------------------------------------------------------------------------------------- | COMMENT |
| 139 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 4061 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 4140 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 4213 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 4300 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 4381 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 4460 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 4536 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 4623 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 4705 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 4856 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 4981 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 5054 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 5203 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 5344 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 5431 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 5523 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 5648 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 5721 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 5800 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 5874 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 5953 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 6027 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 6106 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 6179 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 6257 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 6413 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 6487 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 6630 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 6719 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 6803 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 6891 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 7029 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 7122 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 7259 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 7397 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 7469 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 7544 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 7689 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 7762 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 7838 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 7984 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 8066 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 8142 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 8288 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 8370 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 8644 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 9104 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 9242 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 9380 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 9453 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 9595 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 9736 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 10449 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 10566 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 10691 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 10980 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 11064 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 11144 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 11217 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 11363 | CODE | |
| 104 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 2736 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 2762 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 2788 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 2814 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 2840 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 2866 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 2892 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 2918 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 2944 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 2970 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 2996 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3022 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3048 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3077 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3106 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3132 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3158 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3184 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3210 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3236 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3262 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3288 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3314 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3340 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3366 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3392 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3418 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3444 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3470 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3496 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3522 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3548 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3574 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3600 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3626 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3652 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3678 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3704 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3730 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3756 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3782 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3808 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3834 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3860 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3886 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3909 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3932 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3958 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 3984 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 4010 | except Exception: | CODE |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 4036 | except Exception: | CODE |
| LOW | …examples/src/main/python/thrift1/gen_py/hbase/Hbase.py | 2684 | except Exception: | CODE |
| LOW | …examples/src/main/python/thrift1/gen_py/hbase/Hbase.py | 2710 | except Exception: | CODE |
| LOW | …examples/src/main/python/thrift1/gen_py/hbase/Hbase.py | 2736 | except Exception: | CODE |
| LOW | …examples/src/main/python/thrift1/gen_py/hbase/Hbase.py | 2762 | except Exception: | CODE |
| LOW | …examples/src/main/python/thrift1/gen_py/hbase/Hbase.py | 2788 | except Exception: | CODE |
| LOW | …examples/src/main/python/thrift1/gen_py/hbase/Hbase.py | 2814 | except Exception: | CODE |
| LOW | …examples/src/main/python/thrift1/gen_py/hbase/Hbase.py | 2840 | except Exception: | CODE |
| LOW | …examples/src/main/python/thrift1/gen_py/hbase/Hbase.py | 2866 | except Exception: | CODE |
| LOW | …examples/src/main/python/thrift1/gen_py/hbase/Hbase.py | 2898 | except Exception: | CODE |
| 40 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | hbase-common/src/saveVersion.sh | 3 | # This file is used to generate the annotation of package info that | COMMENT |
| MEDIUM | hbase-examples/src/main/python/thrift1/DemoClient.py | 61 | # Create a client to use the protocol encoder | COMMENT |
| MEDIUM | hbase-examples/src/main/python/thrift1/DemoClient.py | 88 | # Create the demo table with two column families, entry: and unused: | COMMENT |
| MEDIUM | hbase-examples/src/main/perl/DemoClient.pl | 95 | # Create the demo table with two column families, entry: and unused: | COMMENT |
| MEDIUM | hbase-examples/src/main/php/DemoClient.php | 108 | # Create the demo table with two column families, entry: and unused: | COMMENT |
| MEDIUM | hbase-examples/src/main/ruby/DemoClient.rb | 75 | # Create the demo table with two column families, entry: and unused: | COMMENT |
| MEDIUM | hbase-server/src/main/python/hbase/merge_conf.py | 85 | # Create the output configuration file | COMMENT |
| MEDIUM | …/hadoop/hbase/regionserver/RegionSplitRestriction.java | 41 | * # Create a table with a "KeyPrefix" split restriction, where the prefix length is 2 bytes | COMMENT |
| MEDIUM | …/hadoop/hbase/regionserver/RegionSplitRestriction.java | 46 | * # Create a table with a "DelimitedKeyPrefix" split restriction, where the delimiter is a comma | COMMENT |
| MEDIUM | dev-support/test-util.sh | 135 | # Create the general command | COMMENT |
| MEDIUM | dev-support/test-util.sh | 158 | # Create the general command | COMMENT |
| MEDIUM | dev-support/generate-website/build-hbase-website.sh | 233 | # Create the commit message and commit the changes | COMMENT |
| MEDIUM | dev-support/generate-website/build-hbase-website.sh | 240 | # Create a patch, which Jenkins can save as an artifact and can be examined for debugging | COMMENT |
| MEDIUM | hbase-shell/src/test/ruby/test_helper.rb | 91 | # Create the table if needed | COMMENT |
| MEDIUM⚡ | hbase-shell/src/test/ruby/test_helper.rb | 104 | # Create the table if needed | COMMENT |
| MEDIUM⚡ | hbase-shell/src/test/ruby/test_helper.rb | 112 | # Create the table if needed | COMMENT |
| MEDIUM⚡ | hbase-shell/src/test/ruby/test_helper.rb | 120 | # Create the table if needed | COMMENT |
| MEDIUM | hbase-shell/src/main/ruby/jar-bootstrap.rb | 229 | # Create a workspace we'll use across sessions. | COMMENT |
| MEDIUM | hbase-shell/src/main/ruby/hbase/quotas.rb | 253 | # Create a table or namespace quota | COMMENT |
| MEDIUM⚡ | hbase-shell/src/main/ruby/hbase/table.rb | 169 | # Create a Delete mutation | COMMENT |
| MEDIUM | hbase-shell/src/main/ruby/hbase/table.rb | 222 | # Create a list to store all deletes | COMMENT |
| MEDIUM⚡ | hbase-shell/src/main/ruby/hbase/admin.rb | 1359 | # Create a new table by cloning the snapshot content | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …va/org/apache/hadoop/hbase/ipc/NettyRpcConnection.java | 325 | // usually we should not reach here, but for robust, just randomly select a principal to | COMMENT |
| LOW | …/org/apache/hadoop/hbase/client/AsyncTableBuilder.java | 89 | * {@link HBaseServerException#isServerOverloaded()} means the server is overloaded. We just use | COMMENT |
| LOW | …/org/apache/hadoop/hbase/client/AsyncTableBuilder.java | 107 | * {@link HBaseServerException#isServerOverloaded()} means the server is overloaded. We just use | COMMENT |
| LOW | …/org/apache/hadoop/hbase/client/AsyncAdminBuilder.java | 63 | * {@link HBaseServerException#isServerOverloaded()} means the server is overloaded. We just use | COMMENT |
| LOW | …/org/apache/hadoop/hbase/client/AsyncAdminBuilder.java | 81 | * {@link HBaseServerException#isServerOverloaded()} means the server is overloaded. We just use | COMMENT |
| MEDIUM | …in/java/org/apache/hadoop/hbase/client/ClientUtil.java | 58 | // Essentially we are treating it like an 'unsigned very very long' and doing +1 manually. | COMMENT |
| MEDIUM | …/visibility/ExpAsStringVisibilityLabelServiceImpl.java | 422 | // If the size does not match. Definitely we are not comparing the equal | COMMENT |
| MEDIUM | …rg/apache/hadoop/hbase/ipc/TestSimpleRpcScheduler.java | 638 | // can utilize the maximum capacity of system | COMMENT |
| MEDIUM | …g/apache/hadoop/hbase/snapshot/SnapshotManifestV1.java | 181 | // batches and may miss files being added/deleted. This could be more robust (iteratively | COMMENT |
| MEDIUM | …org/apache/hadoop/hbase/snapshot/SnapshotManifest.java | 309 | // in batches and may miss files being added/deleted. This could be more robust (iteratively | COMMENT |
| MEDIUM | …rity/visibility/DefaultVisibilityLabelServiceImpl.java | 619 | // If the size does not match. Definitely we are not comparing the equal tags. | COMMENT |
| MEDIUM | …g/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java | 1188 | // these are orphan blocks anyway, so let's leverage this run of freeSpace | COMMENT |
| MEDIUM | …java/org/apache/hadoop/hbase/regionserver/HRegion.java | 6731 | // usually this should not happen but let's make the code more robust, it is not a | COMMENT |
| LOW | …java/org/apache/hadoop/hbase/regionserver/HRegion.java | 8444 | * null,that means there is no {@link Mutation} is {@link Durability#SKIP_WAL},so we just use | COMMENT |
| MEDIUM | …/hadoop/hbase/regionserver/wal/WALCoprocessorHost.java | 101 | // utilize a WALObserver will have to check the observer initialization | COMMENT |
| MEDIUM | …pache/hadoop/hbase/regionserver/wal/AbstractFSWAL.java | 397 | // reject execution exception. Usually this should not happen but let's make it more robust. | COMMENT |
| MEDIUM | …pache/hadoop/hbase/regionserver/wal/AbstractFSWAL.java | 854 | // let's make the code more robust | COMMENT |
| LOW | …se/regionserver/querymatcher/UserScanQueryMatcher.java | 44 | * {@link org.apache.hadoop.hbase.client.IsolationLevel#READ_UNCOMMITTED}, we just set the read | COMMENT |
| MEDIUM | …hbase/master/snapshot/EnabledTableSnapshotHandler.java | 66 | // enforce a snapshot time constraints, but lets us be potentially a bit more robust. | COMMENT |
| MEDIUM | …ion/MigrateReplicationQueueFromZkToTableProcedure.java | 132 | // yet. But anyway, let's make the code more robust. And it is safe to wait a bit here since | COMMENT |
| MEDIUM | …pache/hadoop/hbase/rsgroup/RSGroupInfoManagerImpl.java | 967 | // robust. See TODO below. | COMMENT |
| LOW | dev-support/hbase-personality.sh | 180 | # Just simply set to 'target', it is not very critical so we do not care | COMMENT |
| MEDIUM | dev-support/hbase-personality.sh | 963 | ## Essentially, we check for normal failures and then we look for zombies. | COMMENT |
| MEDIUM | dev-support/create-release/do-release-docker.sh | 33 | # comprehensive doing more steps of the RM process as well as running in a | COMMENT |
| LOW | dev-support/create-release/release-util.sh | 808 | # TODO could we just call gpg-connect-agent /bye | COMMENT |
| LOW⚡ | hbase-shell/src/main/ruby/hbase/table.rb | 484 | # If block given, we've yielded all the results, otherwise just return them | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …g/apache/hadoop/hbase/backup/impl/BackupAdminImpl.java | 106 | // Step 1: Make sure there is no active session | COMMENT |
| LOW⚡ | …g/apache/hadoop/hbase/backup/impl/BackupAdminImpl.java | 119 | // Step 2: Make sure there is no failed session | COMMENT |
| LOW⚡ | …g/apache/hadoop/hbase/backup/impl/BackupAdminImpl.java | 128 | // Step 3: Record delete session | COMMENT |
| LOW⚡ | …g/apache/hadoop/hbase/backup/impl/BackupAdminImpl.java | 130 | // Step 4: Snapshot backup system table | COMMENT |
| LOW | …g/apache/hadoop/hbase/backup/impl/BackupAdminImpl.java | 227 | // Step 1: clean up data for backup session (idempotent) | COMMENT |
| LOW | …che/hadoop/hbase/procedure2/TestProcedureRecovery.java | 224 | // Step 0 - kill | COMMENT |
| LOW | …che/hadoop/hbase/procedure2/TestProcedureRecovery.java | 253 | // Step 0 - kill | COMMENT |
| LOW | …che/hadoop/hbase/procedure2/TestProcedureRecovery.java | 434 | // Step 1 - kill | COMMENT |
| LOW | …che/hadoop/hbase/procedure2/TestProcedureRecovery.java | 472 | // Step 1 - kill | COMMENT |
| LOW | …p/hbase/master/procedure/TestModifyTableProcedure.java | 730 | // Step 1: Add coprocessors to the table | COMMENT |
| LOW | …p/hbase/master/procedure/TestModifyTableProcedure.java | 749 | // Step 2: Modify only the column family property (COMPRESSION) with REOPEN_REGIONS=false | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 72 | // Step 1: Create table with column family and 3 regions | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 83 | // Step 2: Capture initial tableDescriptorHash from all regions | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 102 | // Step 3: Perform lazy table descriptor update | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 122 | // Step 4: Verify tableDescriptorHash has NOT changed in region metrics | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 138 | // Step 5: Use new Admin API to reopen all regions | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 165 | // Step 6: Verify tableDescriptorHash HAS changed in all region metrics | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 196 | // Step 1: Create table with 5 regions | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 207 | // Step 2: Capture initial hashes | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 223 | // Step 3: Perform lazy update | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 243 | // Step 4: Reopen only first 2 regions | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 270 | // Step 5: Verify only reopened regions have new hash | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 291 | // Step 6: Reopen remaining regions | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 318 | // Step 7: Verify all regions now have new hash | COMMENT |
| LOW | …/org/apache/hadoop/hbase/mapreduce/TestRowCounter.java | 565 | // Step 1: Insert rows with columns | COMMENT |
| LOW | …a/org/apache/hadoop/hbase/snapshot/ExportSnapshot.java | 1320 | // Step 1 - Copy fs1:/.snapshot/<snapshot> to fs2:/.snapshot/.tmp/<snapshot> | COMMENT |
| LOW⚡ | …a/org/apache/hadoop/hbase/snapshot/ExportSnapshot.java | 1376 | // Step 2 - Start MR Job to copy files | COMMENT |
| LOW⚡ | …a/org/apache/hadoop/hbase/snapshot/ExportSnapshot.java | 1386 | // Step 3 - Rename fs2:/.snapshot/.tmp/<snapshot> fs2:/.snapshot/<snapshot> | COMMENT |
| LOW⚡ | …a/org/apache/hadoop/hbase/snapshot/ExportSnapshot.java | 1393 | // Step 4 - Verify snapshot integrity | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …pache/hadoop/hbase/client/CompleteScanResultCache.java | 47 | // the last part of a partial result may not be marked as partial so here we need to check if | COMMENT |
| LOW | …g/apache/hadoop/hbase/backup/impl/BackupAdminImpl.java | 106 | // Step 1: Make sure there is no active session | COMMENT |
| LOW⚡ | …g/apache/hadoop/hbase/backup/impl/BackupAdminImpl.java | 119 | // Step 2: Make sure there is no failed session | COMMENT |
| LOW⚡ | …g/apache/hadoop/hbase/backup/impl/BackupAdminImpl.java | 128 | // Step 3: Record delete session | COMMENT |
| LOW⚡ | …g/apache/hadoop/hbase/backup/impl/BackupAdminImpl.java | 130 | // Step 4: Snapshot backup system table | COMMENT |
| LOW | …g/apache/hadoop/hbase/backup/impl/BackupAdminImpl.java | 227 | // Step 1: clean up data for backup session (idempotent) | COMMENT |
| LOW | …p/hbase/master/procedure/TestModifyTableProcedure.java | 730 | // Step 1: Add coprocessors to the table | COMMENT |
| LOW | …p/hbase/master/procedure/TestModifyTableProcedure.java | 749 | // Step 2: Modify only the column family property (COMPRESSION) with REOPEN_REGIONS=false | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 72 | // Step 1: Create table with column family and 3 regions | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 83 | // Step 2: Capture initial tableDescriptorHash from all regions | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 102 | // Step 3: Perform lazy table descriptor update | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 122 | // Step 4: Verify tableDescriptorHash has NOT changed in region metrics | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 138 | // Step 5: Use new Admin API to reopen all regions | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 165 | // Step 6: Verify tableDescriptorHash HAS changed in all region metrics | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 196 | // Step 1: Create table with 5 regions | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 207 | // Step 2: Capture initial hashes | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 223 | // Step 3: Perform lazy update | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 243 | // Step 4: Reopen only first 2 regions | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 270 | // Step 5: Verify only reopened regions have new hash | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 291 | // Step 6: Reopen remaining regions | COMMENT |
| LOW | …aster/procedure/TestReopenTableRegionsIntegration.java | 318 | // Step 7: Verify all regions now have new hash | COMMENT |
| LOW | …/java/org/apache/hadoop/hbase/io/hfile/HFileBlock.java | 800 | * uncompressed, then this variable stores the checksum data for this block. | COMMENT |
| LOW | …g/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java | 2537 | // if there's no entry for the key itself, we need to check if this key is for a reference, | COMMENT |
| LOW | …rg/apache/hadoop/hbase/regionserver/RSRpcServices.java | 3448 | // First we need to check if the last result is partial and we have a row change. If | COMMENT |
| LOW | …ache/hadoop/hbase/master/snapshot/SnapshotManager.java | 808 | * we need to check if another zk-coordinated snapshot is in progress, for the | COMMENT |
| LOW | …e/hadoop/hbase/http/ProxyUserAuthenticationFilter.java | 143 | * The purpose of this function is to get the doAs parameter of a http request case insensitively | COMMENT |
| LOW | …/org/apache/hadoop/hbase/mapreduce/TestRowCounter.java | 565 | // Step 1: Insert rows with columns | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bin/replication/copy_tables_desc.rb | 42 | def create_namespace_if_not_exists(src, dst, namespace) | CODE |
| LOW | …ache/hadoop/hbase/client/example/HttpProxyExample.java | 123 | private static final class RequestHandler extends SimpleChannelInboundHandler<FullHttpRequest> { | CODE |
| LOW | dev-support/checkcompatibility.py | 278 | def compare_tool_results_count(tool_results, check, issue_type, known_count): | CODE |
| LOW | dev-support/yetus_console_to_md.py | 255 | def generate_failed_tests_table( | CODE |
| LOW | dev-support/yetus_console_to_md.py | 301 | def collect_continuation_lines( | CODE |
| LOW⚡ | dev-support/yetus_console_to_md.py | 448 | def convert_console_to_markdown(input_dir: str, output_file: Optional[str] = None) -> str: | CODE |
| LOW | dev-support/flaky-tests/report-flakies.py | 117 | def expand_multi_config_projects(cli_args): | CODE |
| LOW | …pport/git-jira-release-audit/git_jira_release_audit.py | 256 | def identify_least_common_commit(self, ref_a, ref_b): | CODE |
| LOW | …pport/git-jira-release-audit/git_jira_release_audit.py | 270 | def _identify_leading_jira_id(summary): | CODE |
| LOW | …pport/git-jira-release-audit/git_jira_release_audit.py | 277 | def _identify_backport_jira_id(summary): | CODE |
| LOW | …pport/git-jira-release-audit/git_jira_release_audit.py | 292 | def _identify_revert_revert_jira_id(summary): | CODE |
| LOW | …pport/git-jira-release-audit/git_jira_release_audit.py | 358 | def populate_db_release_branch(self, origin_commit, release_branch): | CODE |
| LOW | …pport/git-jira-release-audit/git_jira_release_audit.py | 523 | def report_new_for_release_line(self, release_line): | CODE |
| LOW | …pport/git-jira-release-audit/git_jira_release_audit.py | 545 | def report_new_for_release_branch(self, release_branch): | STRING |
| LOW | …pport/git-jira-release-audit/git_jira_release_audit.py | 658 | def _build_second_pass_parser(repo_reader, parent_parser, git_repo_group): | CODE |
| LOW⚡ | hbase-shell/src/test/ruby/test_helper.rb | 103 | def create_test_table_with_splits(name, splits) | CODE |
| LOW⚡ | hbase-shell/src/test/ruby/test_helper.rb | 111 | def create_test_table_with_splits_file(name, splits_file) | CODE |
| LOW⚡ | hbase-shell/src/test/ruby/test_helper.rb | 119 | def create_test_table_with_region_replicas(name, num_of_replicas, splits) | CODE |
| LOW | hbase-shell/src/test/ruby/shell/rsgroup_shell_test.rb | 33 | def add_rsgroup_and_move_one_server(group_name) | CODE |
| LOW | hbase-shell/src/main/ruby/shell/commands.rb | 119 | def translate_hbase_exceptions(*args) | CODE |
| LOW | …ase-shell/src/main/ruby/shell/commands/list_regions.rb | 217 | def get_regions_for_table_and_server(table_name, conn, server_name) | CODE |
| LOW | hbase-shell/src/main/ruby/hbase/quotas.rb | 140 | def unthrottle_user_table_namespace(args) | CODE |
| LOW | hbase-shell/src/main/ruby/hbase/quotas.rb | 172 | def unthrottle_user_namespace(args, user) | CODE |
| LOW | hbase-shell/src/main/ruby/hbase/quotas.rb | 373 | def switch_exceed_throttle_quota(enabled) | CODE |
| LOW | hbase-shell/src/main/ruby/hbase/replication_admin.rb | 322 | def append_peer_exclude_namespaces(id, namespaces) | CODE |
| LOW | hbase-shell/src/main/ruby/hbase/replication_admin.rb | 342 | def remove_peer_exclude_namespaces(id, namespaces) | CODE |
| LOW | hbase-shell/src/main/ruby/hbase/replication_admin.rb | 377 | def set_peer_exclude_namespaces(id, exclude_namespaces) | CODE |
| LOW | hbase-shell/src/main/ruby/hbase/replication_admin.rb | 390 | def show_peer_exclude_namespaces(peer_config) | CODE |
| LOW | hbase-shell/src/main/ruby/hbase/replication_admin.rb | 421 | def transit_peer_sync_replication_state(id, state) | CODE |
| LOW⚡ | hbase-shell/src/main/ruby/hbase/admin.rb | 776 | def coprocessor_descriptor_from_spec_str(spec_str) | CODE |
| LOW⚡ | hbase-shell/src/main/ruby/hbase/admin.rb | 789 | def coprocessor_descriptor_from_hash(spec) | CODE |
| LOW | hbase-shell/src/main/ruby/hbase/admin.rb | 1130 | def build_running_source_stats(source_load, r_source_string) | CODE |
| LOW | hbase-shell/src/main/ruby/hbase/admin.rb | 1815 | def decommission_regionservers(host_or_servers, should_offload) | CODE |
| LOW | hbase-shell/src/main/ruby/hbase/admin.rb | 1847 | def recommission_regionserver(server_name_string, encoded_region_names) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ples/src/main/python/thrift2/gen_py/hbase/constants.py | 9 | CODE | |
| LOW | …ples/src/main/python/thrift2/gen_py/hbase/constants.py | 9 | CODE | |
| LOW | …ples/src/main/python/thrift2/gen_py/hbase/constants.py | 9 | CODE | |
| LOW | …ples/src/main/python/thrift2/gen_py/hbase/constants.py | 9 | CODE | |
| LOW | …ples/src/main/python/thrift2/gen_py/hbase/constants.py | 9 | CODE | |
| LOW | …ples/src/main/python/thrift2/gen_py/hbase/constants.py | 10 | CODE | |
| LOW | …ples/src/main/python/thrift2/gen_py/hbase/constants.py | 11 | CODE | |
| LOW | …ples/src/main/python/thrift2/gen_py/hbase/constants.py | 13 | CODE | |
| LOW | …ples/src/main/python/thrift2/gen_py/hbase/constants.py | 14 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 9 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 9 | CODE | |
| LOW | …/src/main/python/thrift2/gen_py/hbase/THBaseService.py | 15 | CODE | |
| LOW | …xamples/src/main/python/thrift2/gen_py/hbase/ttypes.py | 9 | CODE | |
| LOW | …xamples/src/main/python/thrift2/gen_py/hbase/ttypes.py | 9 | CODE | |
| LOW | …xamples/src/main/python/thrift2/gen_py/hbase/ttypes.py | 9 | CODE | |
| LOW | …ples/src/main/python/thrift1/gen_py/hbase/constants.py | 9 | CODE | |
| LOW | …ples/src/main/python/thrift1/gen_py/hbase/constants.py | 9 | CODE | |
| LOW | …ples/src/main/python/thrift1/gen_py/hbase/constants.py | 9 | CODE | |
| LOW | …ples/src/main/python/thrift1/gen_py/hbase/constants.py | 9 | CODE | |
| LOW | …ples/src/main/python/thrift1/gen_py/hbase/constants.py | 9 | CODE | |
| LOW | …ples/src/main/python/thrift1/gen_py/hbase/constants.py | 10 | CODE | |
| LOW | …ples/src/main/python/thrift1/gen_py/hbase/constants.py | 11 | CODE | |
| LOW | …ples/src/main/python/thrift1/gen_py/hbase/constants.py | 13 | CODE | |
| LOW | …ples/src/main/python/thrift1/gen_py/hbase/constants.py | 14 | CODE | |
| LOW | …xamples/src/main/python/thrift1/gen_py/hbase/ttypes.py | 9 | CODE | |
| LOW | …xamples/src/main/python/thrift1/gen_py/hbase/ttypes.py | 9 | CODE | |
| LOW | …xamples/src/main/python/thrift1/gen_py/hbase/ttypes.py | 9 | CODE | |
| LOW | …xamples/src/main/python/thrift1/gen_py/hbase/ttypes.py | 10 | CODE | |
| LOW | …examples/src/main/python/thrift1/gen_py/hbase/Hbase.py | 9 | CODE | |
| LOW | …examples/src/main/python/thrift1/gen_py/hbase/Hbase.py | 9 | CODE | |
| LOW | …examples/src/main/python/thrift1/gen_py/hbase/Hbase.py | 10 | CODE | |
| LOW | …examples/src/main/python/thrift1/gen_py/hbase/Hbase.py | 13 | CODE | |
| LOW | …examples/src/main/python/thrift1/gen_py/hbase/Hbase.py | 15 | CODE | |
| LOW | dev-support/checkstyle_report.py | 26 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | hbase-examples/src/main/python/thrift2/DemoClient.py | 0 | licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file d | STRING |
| HIGH | …mples/src/main/python/thrift2/gen_py/hbase/__init__.py | 0 | licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file d | STRING |
| HIGH | hbase-examples/src/main/python/thrift1/DemoClient.py | 0 | licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file d | STRING |
| HIGH | …main/python/thrift1/demo_hbase_thrift_over_http_tls.py | 0 | licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file d | STRING |
| HIGH | …mples/src/main/python/thrift1/gen_py/hbase/__init__.py | 0 | licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file d | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | hbase-website/unit-tests/extract-developers.test.js | 34 | expect(extractField(block, 'name')).toBe('John Doe'); | CODE |
| LOW | hbase-website/unit-tests/extract-developers.test.js | 46 | expect(extractField(block, 'name')).toBe('John Doe'); | CODE |
| LOW | hbase-website/unit-tests/extract-developers.test.js | 77 | name: 'John Doe', | CODE |
| LOW | hbase-website/unit-tests/extract-developers.test.js | 83 | name: 'Jane Doe', | CODE |
| LOW⚡ | …oop/hbase/io/crypto/tls/TestHBaseHostnameVerifier.java | 206 | in = new ByteArrayInputStream(certificateCreator.newCert("CN=dummy-value.com", "1.1.1.1")); | CODE |
| LOW⚡ | …oop/hbase/io/crypto/tls/TestHBaseHostnameVerifier.java | 212 | exceptionPlease(impl, "dummy-value.com", x509); | CODE |
| LOW⚡ | …oop/hbase/io/crypto/tls/TestHBaseHostnameVerifier.java | 215 | certificateCreator.newCert("CN=dummy-value.com", "2001:0db8:85a3:0000:0000:8a2e:0370:7334")); | CODE |
| LOW⚡ | …oop/hbase/io/crypto/tls/TestHBaseHostnameVerifier.java | 221 | exceptionPlease(impl, "dummy-value.com", x509); | CODE |
| LOW⚡ | …oop/hbase/io/crypto/tls/TestHBaseHostnameVerifier.java | 224 | certificateCreator.newCert("CN=dummy-value.com", "2001:0db8:85a3:0000:0000:8a2e:0370:7334")); | CODE |
| LOW⚡ | …oop/hbase/io/crypto/tls/TestHBaseHostnameVerifier.java | 231 | exceptionPlease(impl, "dummy-value.com", x509); | CODE |
| LOW | hbase-examples/src/main/ruby/index-builder-setup.rb | 24 | ["2", "alice", "alice@example.com", "555-1234"], | CODE |
| LOW | hbase-examples/src/main/ruby/index-builder-setup.rb | 25 | ["3", "kevin", "kevinpet@example.com", "555-1212"]].each do |fields| | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | dev-support/yetus_console_to_md.py | 325 | if '|| Subsystem || Report/Notes ||' in line: | CODE |
| HIGH | dev-support/yetus_console_to_md.py | 372 | if '|| Subsystem || Report/Notes ||' in line: | CODE |
| HIGH | dev-support/yetus_console_to_md.py | 484 | elif '|| Subsystem || Report/Notes ||' in line: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .asf.yaml | 20 | # of the project and make sure to discuss the changes with dev@ before committing. | COMMENT |
| MEDIUM | …in/java/org/apache/hadoop/hbase/filter/FilterList.java | 38 | * {@link Operator#MUST_PASS_ONE} (<code>OR</code>). Since you can use Filter Lists as children of | COMMENT |
| LOW | bin/hbase-daemon.sh | 248 | # in case the parent shell gets the kill make sure to trap signals. | COMMENT |
| LOW | bin/hbase-daemon.sh | 256 | # in case the parent shell gets the kill make sure to trap signals. | COMMENT |
| LOW | …e/hadoop/hbase/mapreduce/IntegrationTestImportTsv.java | 227 | // adding more test methods? Don't forget to add them here... or consider doing what | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …hadoop/hbase/security/access/TestAccessController.java | 1148 | // Ensure the file permission as requested. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bin/hbase-config.sh | 145 | # Verify if hbase has the mlock agent | COMMENT |
| LOW | dev-support/zombie-detector.sh | 156 | ### Check if arguments to the script have been specified properly or not | COMMENT |
| LOW | dev-support/create-release/do-release-docker.sh | 50 | # Set this to build other hbase repos: e.g. PROJECT=hbase-operator-tools | COMMENT |
| LOW | dev-support/create-release/release-util.sh | 240 | # Check if the RC already exists, and if re-creating the RC, skip tag creation. | COMMENT |
| LOW | hbase-shell/src/main/ruby/hbase/table.rb | 874 | # Check if the expression can be a converter | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …xamples/src/main/python/thrift2/gen_py/hbase/ttypes.py | 950 | CODE | |
| LOW | …xamples/src/main/python/thrift2/gen_py/hbase/ttypes.py | 1773 | CODE | |
| LOW | …xamples/src/main/python/thrift2/gen_py/hbase/ttypes.py | 2564 | CODE | |
| LOW | …xamples/src/main/python/thrift2/gen_py/hbase/ttypes.py | 3175 | CODE | |
| LOW | …xamples/src/main/python/thrift1/gen_py/hbase/ttypes.py | 131 | CODE | |
| LOW | …xamples/src/main/python/thrift1/gen_py/hbase/ttypes.py | 840 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …mples/src/main/python/thrift2/gen_py/hbase/__init__.py | 18 | __all__ = ['ttypes', 'constants', 'THBaseService'] | CODE |
| LOW | …mples/src/main/python/thrift1/gen_py/hbase/__init__.py | 18 | __all__ = ['ttypes', 'constants', 'Hbase'] | CODE |
| LOW | dev-support/flaky-tests/report-flakies.py | 74 | logger = logging.getLogger(__name__) | CODE |