Skip to content

Commit

Permalink
HBASE-22260 Addendum also remove the reference to ReplicationLoadSink…
Browse files Browse the repository at this point in the history
…#getTimeStampsOfLastAppliedOp in hbase-shell module
  • Loading branch information
Apache9 committed Apr 21, 2019
1 parent 226c90c commit 6e95977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hbase-shell/src/main/ruby/hbase/admin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ def status(format, type)
r_load_sink.getAgeOfLastAppliedOp.to_s
r_sink_string << ', TimeStampsOfLastAppliedOp=' +
java.util.Date.new(r_load_sink
.getTimeStampsOfLastAppliedOp).toString
.getTimestampsOfLastAppliedOp).toString
r_load_source_map = sl.getReplicationLoadSourceMap
build_source_string(r_load_source_map, r_source_string)
puts(format(' %<host>s:', host: server_status.getHostname))
Expand Down

0 comments on commit 6e95977

Please sign in to comment.