Skip to content

CASSSIDECAR-477: Remove filesytem path from Http response#366

Open
sarankk wants to merge 2 commits into
apache:trunkfrom
sarankk:remove-path
Open

CASSSIDECAR-477: Remove filesytem path from Http response#366
sarankk wants to merge 2 commits into
apache:trunkfrom
sarankk:remove-path

Conversation

@sarankk

@sarankk sarankk commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

No description provided.

logger.error("Upload directory not found for request={}, remoteAddress={}, " +
"instance={}", request, remoteAddress, host, cause);
context.fail(wrapHttpException(HttpResponseStatus.NOT_FOUND, cause.getMessage()));
context.fail(wrapHttpException(HttpResponseStatus.NOT_FOUND, "SSTable could not be uploaded to desired upload location. " + request));

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[minor] message can be in similar lines to above logger.error message - '"Upload directory not found ...'

@frankgh frankgh left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

+1

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.

4 participants