[
https://issues.apache.org/jira/browse/BEAM-6627?focusedWorklogId=238411&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-238411
]
ASF GitHub Bot logged work on BEAM-6627:
----------------------------------------
Author: ASF GitHub Bot
Created on: 07/May/19 12:27
Start Date: 07/May/19 12:27
Worklog Time Spent: 10m
Work Description: mwalenia commented on pull request #8400: [BEAM-6627]
Added byte and item counting metrics to integration tests
URL: https://github.com/apache/beam/pull/8400#discussion_r281602426
##########
File path:
sdks/java/io/file-based-io-tests/src/test/java/org/apache/beam/sdk/io/parquet/ParquetIOIT.java
##########
@@ -137,6 +140,11 @@ public void writeThenReadAll() {
.apply(
"Gather read start time",
ParDo.of(new TimeMonitor<>(PARQUET_NAMESPACE, "readStart")))
+ .apply(
+ "Collect byte count", ParDo.of(new
ByteMonitor<>(PARQUET_NAMESPACE, "readBytes")))
Review comment:
Changed the name and removed the extra byte counting. Thanks for the
suggestion
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 238411)
Time Spent: 12.5h (was: 12h 20m)
> Use Metrics API in IO performance tests
> ---------------------------------------
>
> Key: BEAM-6627
> URL: https://issues.apache.org/jira/browse/BEAM-6627
> Project: Beam
> Issue Type: Improvement
> Components: testing
> Reporter: Michal Walenia
> Assignee: Michal Walenia
> Priority: Minor
> Time Spent: 12.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)