Uh oh!
There was an error while loading. Please reload this page.
HBASE-26108 add option to disable scanMetrics in TableSnapshotInputFo… - #3516
Conversation
| * Whether to enable scan metrics on Scan, default to true | ||
| */ | ||
| public static final String SNAPSHOT_INPUTFORMAT_SCAN_METRICS_ENABLED = | ||
| "hbase.TableSnapshotInputFormat.scan_metrics_enabled"; |
There was a problem hiding this comment.
Should we name it as scan_metrics.enabled ? That is what normally we do I believe and I could see many such conf names in code base
There was a problem hiding this comment.
Thanks for the review, let me change it.
| SNAPSHOT_INPUTFORMAT_SCAN_METRICS_ENABLED_DEFAULT); | ||
| scan.setScanMetricsEnabled(scanMetricsEnabled); | ||
| List<InputSplit> splits = new ArrayList<>(); |
There was a problem hiding this comment.
nit : Not proper indentation
There was a problem hiding this comment.
Will push another PR.
Apache-HBase
commented
Jul 22, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 22, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 22, 2021
🎊 +1 overall
This message was automatically generated. |
afa8b6c to
420a66aComparehuaxiangsun
commented
Jul 22, 2021
Update to address Anoop's comments. |
Apache-HBase
commented
Jul 22, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 22, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 22, 2021
🎊 +1 overall
This message was automatically generated. |
…rmat