-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HPCC-31972 Update Docs for Cost Tracking improvements #19020
Conversation
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-31972 Jirabot Action Result: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comments inline
<para>File access costs are the costs of reading and writing to the | ||
files. Many storage planes do have a separate charge for data | ||
operations. The cost of reading and writing to the file will be | ||
operations. The cost of reading and writing to the file are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SV agreement. Either "costs are included" or "costs is included"
columns in ECL Watch, by clicking at the top of the column.</para> | ||
|
||
<para>New columns have been added to the workunits and the logical files pages in ECL Watch. | ||
These columns may be sorted by any cost columns, just like the other |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use "can" instead of "may"
@shamser please verify the information going into the doc is currently accurate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one minor comment inline
In addition, file operation costs executed by workunits are provided in the workunit’s metrics. </para> | ||
<para> | ||
As the cost tracking matures, the cost calculations also improve significantly providing more accurate cost tracking. | ||
For example, data that was accessed from page cache doesn’t incur any file access cost. HPCC Systems cost tracking now detects data that has been returned from the page cache and adjust cost calculations appropriately resulting in more accurate cost calculations. </para> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/b "adjusts" for SV agreement
|
||
<listitem> | ||
<para>File Access Cost</para> | ||
</listitem> | ||
|
||
<listitem> | ||
<para>File Cost at Rest</para> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Line 886) Storage Cost is listed as a separate item in the list of costs above. Storage cost isn't a separate cost item. Storage Cost = File Access Cost + File Cost At Rest. Also, the Execution cost is not listed. The Types of costs tracked are:
- Execute Cost
- Compile Cost
- File Access Cost
- File Cost At Rest
@@ -988,31 +1007,40 @@ thor: [] | |||
</sect3> | |||
|
|||
<sect3 id="FileAccessCosts"> | |||
<title>File Access Cost</title> | |||
<title>File Access Costs</title> | |||
<para> For logical files, the costs calculated are based on two types of file access. </para> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should probably be "...there are two types of file costs:". There is just one type of file access cost (File Access Cost) but there are 2 storage related costs (File Access Cost and File Cost at Rest)
@@ -988,31 +1007,40 @@ thor: [] | |||
</sect3> | |||
|
|||
<sect3 id="FileAccessCosts"> | |||
<title>File Access Cost</title> | |||
<title>File Access Costs</title> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The title should be something like "File Cost". File Access Costs doesn't include Storage At Rest cost.
Also, the paragraph on line 1003-1007, is no longer correct. The two types of storage costs has been separated into 2 different fields and can now be viewed as separate fields.
included in the file access cost value. Any other cost associated with | ||
file operations (such as delete or copy) will not be tracked or | ||
included as part of file access cost at this time.</para> | ||
|
||
<para>The file access cost displays as part of the cost field on the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are now two separate fields for the file costs now. The file access costs isn't displayed as part of the cost field. File access cost is shown as a field. The At rest is shown as separate field.
hThor jobs.</para> | ||
</sect3> | ||
<para>The File Cost at Rest field is shown in the Logical File summary page. It | ||
is the cost of storing the file without accessing the data. Only the storage costs associated with housing the file in the cloud. This value has been added to better differentiate between file storage costs. </para> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"File Cost at Rest field" is the file storage costs. I think the last line in the previous paragraph should be removed. File Costs At Rest and File Access cost are both shown in the logical file's summary page.
a7611d7
to
ac48215
Compare
provided PDF file for review offline. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good from my POV
@g-pan please squash |
Signed-off-by: Panagiotatos <[email protected]>
f9befda
to
e00fdd1
Compare
Type of change:
Checklist:
Smoketest:
Testing:
Successful Unit Tests : https://github.com/g-pan/github-action-dev-build/actions/runs/10474453301