This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new 6e95977 HBASE-22260 Addendum also remove the reference to
ReplicationLoadSink#getTimeStampsOfLastAppliedOp in hbase-shell module
6e95977 is described below
commit 6e959777fcea2580dd013ce4755bf0f9c43d1286
Author: zhangduo <[email protected]>
AuthorDate: Sun Apr 21 17:16:56 2019 +0800
HBASE-22260 Addendum also remove the reference to
ReplicationLoadSink#getTimeStampsOfLastAppliedOp in hbase-shell module
---
hbase-shell/src/main/ruby/hbase/admin.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hbase-shell/src/main/ruby/hbase/admin.rb
b/hbase-shell/src/main/ruby/hbase/admin.rb
index 31545b5..acfe178 100644
--- a/hbase-shell/src/main/ruby/hbase/admin.rb
+++ b/hbase-shell/src/main/ruby/hbase/admin.rb
@@ -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))