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

Removing error for large document sizes #2463

Open
wants to merge 2 commits into
base: integration
Choose a base branch
from

Conversation

mineralntl
Copy link
Collaborator

@mineralntl mineralntl commented Jul 8, 2024

This is the quick and dirty removing of error logging for large Document sizes. Adding the actual document size to the metrics coming in a follow-on PR.

@drewfarris
Copy link
Collaborator

Perhaps we could complete the other PR that adds the document size metrics elsewhere first?

I'm a little worried that this will get merged and the new feature won't - and we'll lose a tool for tracking causes of tserver memory issues as a result.

@mineralntl
Copy link
Collaborator Author

Perhaps we could complete the other PR that adds the document size metrics elsewhere first?

I'm a little worried that this will get merged and the new feature won't - and we'll lose a tool for tracking causes of tserver memory issues as a result.

That's fair - I can make those changes in this PR instead of splitting them out.

// if more than 1M, then info
else if (bytes > (ONE_M)) {
if (bytes > (ONE_M)) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Perhaps too much info now. Make this ONE_HUNDRED_M and the debug below for ONE_M.

@mineralntl mineralntl force-pushed the task/remove-unnecessary-size-error branch from ce75e02 to 3617f42 Compare July 24, 2024 14:22
@mineralntl mineralntl force-pushed the task/remove-unnecessary-size-error branch from 3617f42 to 786aa48 Compare July 29, 2024 14:05
@mineralntl mineralntl force-pushed the task/remove-unnecessary-size-error branch from 786aa48 to 45d3e0f Compare August 15, 2024 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants