[GitHub] [hbase] anoopsjohn commented on a change in pull request #1681: HBASE-23938 : System table hbase:slowlog to store complete slow/large…

2020-05-19 Thread GitBox
anoopsjohn commented on a change in pull request #1681: URL: https://github.com/apache/hbase/pull/1681#discussion_r427492504 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/HBaseRpcControllerImpl.java ## @@ -101,8 +102,12 @@ public void setPriority(int

[GitHub] [hbase] anoopsjohn commented on a change in pull request #1681: HBASE-23938 : System table hbase:slowlog to store complete slow/large…

2020-05-18 Thread GitBox
anoopsjohn commented on a change in pull request #1681: URL: https://github.com/apache/hbase/pull/1681#discussion_r427045601 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/slowlog/LogEventHandler.java ## @@ -53,12 +55,28 @@ class

[GitHub] [hbase] anoopsjohn commented on a change in pull request #1681: HBASE-23938 : System table hbase:slowlog to store complete slow/large…

2020-05-17 Thread GitBox
anoopsjohn commented on a change in pull request #1681: URL: https://github.com/apache/hbase/pull/1681#discussion_r426227621 ## File path: hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java ## @@ -1532,6 +1532,16 @@

[GitHub] [hbase] anoopsjohn commented on a change in pull request #1681: HBASE-23938 : System table hbase:slowlog to store complete slow/large…

2020-05-15 Thread GitBox
anoopsjohn commented on a change in pull request #1681: URL: https://github.com/apache/hbase/pull/1681#discussion_r425925567 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/slowlog/SlowLogMasterService.java ## @@ -0,0 +1,72 @@ +/* + * + * Licensed to