You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/04/19 09:18:50 UTC

[GitHub] [incubator-doris] luwei16 opened a new pull request, #9110: [Improvement] include the footprint of the stale rowset in the DataUsedCapacity

luwei16 opened a new pull request, #9110:
URL: https://github.com/apache/incubator-doris/pull/9110

   # Proposed changes
   
   Issue Number: close #xxx
   
   ## Problem Summary:
   
   Describe the overview of changes.
   
   ## Checklist(Required)
   
   1. Does it affect the original behavior: No
   2. Has unit tests been added: No Need
   3. Has document been added or modified: Yes
   4. Does it need to update dependencies: No
   5. Are there any changes that cannot be rolled back: No
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at [dev@doris.apache.org](mailto:dev@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc...
   


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] github-actions[bot] closed pull request #9110: [Improvement] include the footprint of the stale rowset in the DataUsedCapacity

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed pull request #9110: [Improvement] include the footprint of the stale rowset in the DataUsedCapacity
URL: https://github.com/apache/doris/pull/9110


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] dataroaring commented on a diff in pull request #9110: [Improvement] include the footprint of the stale rowset in the DataUsedCapacity

Posted by GitBox <gi...@apache.org>.
dataroaring commented on code in PR #9110:
URL: https://github.com/apache/incubator-doris/pull/9110#discussion_r854718067


##########
docs/en/sql-reference/sql-statements/Administration/SHOW BACKENDS.md:
##########
@@ -37,7 +37,7 @@ Explain:
 4. System Decommissioned is true to indicate that the node is safely offline.
 5. Cluster Decommissioned is true to indicate that the node is rushing downline in the current cluster.
 6. TabletNum represents the number of fragments on the node.
-7. Data Used Capacity represents the space occupied by the actual user data.
+7. Data Used Capacity represents the space occupied by the actual user data, trash data is not included, if you want to get the space used by trash data, please use the show trash statement.

Review Comment:
   we should note that showing trash is an io expensive operation, users would better use it when there is little workload.



-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] github-actions[bot] commented on pull request #9110: [Improvement] include the footprint of the stale rowset in the DataUsedCapacity

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #9110:
URL: https://github.com/apache/doris/pull/9110#issuecomment-1283165217

   We're closing this PR because it hasn't been updated in a while.
   This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.
   If you'd like to revive this PR, please reopen it and feel free a maintainer to remove the Stale tag!


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org