rmdmattingly opened a new pull request, #4937: URL: https://github.com/apache/hbase/pull/4937
Related Jira: https://issues.apache.org/jira/browse/HBASE-27536 I've loaded the server changes onto a test host and verified the following two states: * `hbase.regionserver.slowlog.operation.json.enabled` == false results in an empty string for `operationJson` * `hbase.regionserver.slowlog.operation.json.enabled` == true results in an `operationJson` as expected. Here's a picture of the entire `OnlineLogEntry` for a `Mutate` example:  And here's a copy of the `operationJson` for a `Scan` example: ``` { "filter": "PageFilter 25", "startRow": "P\\x00\\x00\\x00", "stopRow": "`\\x00\\x00\\x00", "batch": -1, "cacheBlocks": false, "totalColumns": 0, "maxResultSize": "4194304", "families": {}, "caching": 2147483647, "maxVersions": 1, "timeRange": [ "0", "9223372036854775807" ] } ``` -- 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]
