Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
galish Our findbugs checking was disabled for a few weeks and we just turned it on again. It found a good one. Mind fixing it please? Meantime I've undone the if class to get a factor dependent on index type. Thanks.
Code Warning
DB org.apache.hadoop.hbase.regionserver.CompactingMemStore.initInmemoryFlushSize(Configuration) uses the same code for two branches
Bug type DB_DUPLICATE_BRANCHES (click for details)
In class org.apache.hadoop.hbase.regionserver.CompactingMemStore
In method org.apache.hadoop.hbase.regionserver.CompactingMemStore.initInmemoryFlushSize(Configuration)
At CompactingMemStore.java:[line 140]
At CompactingMemStore.java:[line 143]
Attachments
Attachments
Issue Links
- is related to
-
HBASE-20069 fix existing findbugs errors in hbase-server
- Resolved