HBASE-22260 Addendum also remove the reference to ReplicationLoadSink#getTimeStampsOfLastAppliedOp in hbase-shell module

This commit is contained in:
zhangduo 2019-04-21 17:16:56 +08:00
parent 226c90c058
commit 6e959777fc
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ module Hbase
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))