[
https://issues.apache.org/jira/browse/HBASE-20874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16584237#comment-16584237
]
Umesh Agashe commented on HBASE-20874:
--------------------------------------
/testptch/hbase/hbase-shell/src/main/ruby/hbase/admin.rb:102:81: C:
Metrics/LineLength: Line is too long. [100/80]
/testptch/hbase/hbase-shell/src/main/ruby/hbase/admin.rb:114:81: C:
Metrics/LineLength: Line is too long. [99/80]
/testptch/hbase/hbase-shell/src/main/ruby/shell/commands/compactions.rb:36:81:
C: Metrics/LineLength: Line is too long. [90/80]
/testptch/hbase/hbase-shell/src/main/ruby/shell/commands/compactions.rb:37:81:
C: Metrics/LineLength: Line is too long. [83/80]
/testptch/hbase/hbase-shell/src/main/ruby/shell/commands/compactions.rb:43:81:
C: Metrics/LineLength: Line is too long. [84/80]
/testptch/hbase/hbase-shell/src/main/ruby/shell/commands/compactions.rb:44:81:
C: Metrics/LineLength: Line is too long. [89/80]
/testptch/hbase/hbase-shell/src/main/ruby/shell/commands/compactions.rb:45:81:
C: Metrics/LineLength: Line is too long. [97/80]
/testptch/hbase/hbase-shell/src/main/ruby/shell/commands/compactions.rb:46:81:
C: Metrics/LineLength: Line is too long. [97/80]
/testptch/hbase/hbase-shell/src/main/ruby/shell/commands/compactions.rb:47:81:
C: Metrics/LineLength: Line is too long. [81/80]
The above errors will go away after addressing HBASE-20851 and following issues
are showing up in most files:
/testptch/hbase/hbase-shell/src/main/ruby/shell/commands/compactions.rb:35:7:
C: Metrics/AbcSize: Assignment Branch Condition size for command is too high.
[45.01/15]
/testptch/hbase/hbase-shell/src/main/ruby/shell/commands/compactions.rb:35:7:
C: Metrics/MethodLength: Method has too many lines. [16/10]
/testptch/hbase/hbase-shell/src/main/ruby/shell/commands/compactions.rb:36:26:
C: Style/WordArray: Use `%w` or `%W` for an array of words.
> Sending compaction descriptions from all regionservers to master.
> -----------------------------------------------------------------
>
> Key: HBASE-20874
> URL: https://issues.apache.org/jira/browse/HBASE-20874
> Project: HBase
> Issue Type: Sub-task
> Reporter: Mohit Goel
> Assignee: Mohit Goel
> Priority: Minor
> Attachments: HBASE-20874.master.004.patch,
> HBASE-20874.master.005.patch, HBASE-20874.master.006.patch
>
>
> Need to send the compaction description from region servers to Master , to
> let master know of the entire compaction state of the cluster. Further need
> to change the implementation of client Side API than like getCompactionState,
> which will consult master for the result instead of sending individual
> request to regionservers.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)