Skip to content
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

Cleanup for statistics #1125

Merged
merged 3 commits into from
Mar 14, 2024
Merged

Cleanup for statistics #1125

merged 3 commits into from
Mar 14, 2024

Conversation

guljain
Copy link
Contributor

@guljain guljain commented Mar 7, 2024

Cleaning up dead code

@guljain
Copy link
Contributor Author

guljain commented Mar 13, 2024

/gcbrun


/** FileSystem-level statistics */
DIRECTORIES_CREATED(
"directories_created",
"Total number of directories created through the object store.",
TYPE_COUNTER),
DIRECTORIES_DELETED(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why removing this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Directories Deleted isn't used in master, only functions were defined but never actually incremented.

@guljain guljain merged commit fb30864 into GoogleCloudDataproc:master Mar 14, 2024
4 checks passed
guljain added a commit to guljain/hadoop-connectors that referenced this pull request Jun 14, 2024
* Cleanup for statistics

* fixing test

* fixing mvn spotless:apply

(cherry picked from commit fb30864)
guljain added a commit to guljain/hadoop-connectors that referenced this pull request Jun 14, 2024
* Cleanup for statistics

* fixing test

* fixing mvn spotless:apply

(cherry picked from commit fb30864)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants