shahrs87 commented on code in PR #4556:
URL: https://github.com/apache/hbase/pull/4556#discussion_r904064696
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/namequeues/NamedQueueServiceChore.java:
##########
@@ -27,11 +28,12 @@
* Chore to insert multiple accumulated slow/large logs to hbase:slowlog
system table
*/
@InterfaceAudience.Private
-public class SlowLogTableOpsChore extends ScheduledChore {
Review Comment:
Earlier SlowLogTableOpsChore was used to persist only slow logs to
hbase:slowlog table. In this feature, we have a need to persist WAL events to
wal event tracker table. Instead of creating a new chore for Wal event tracker
table, we thought to re-purpose SlowLogTableOpsChore and generalized it to
persist any events based on configured QueueService.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]