You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/04/20 23:20:37 UTC

[GitHub] [kafka] ableegoldman opened a new pull request #10571: HOTFIX: remove unimplemented SPILL_TO_DISK buffer full strategy

ableegoldman opened a new pull request #10571:
URL: https://github.com/apache/kafka/pull/10571


   We haven't yet found the time to implement spill-to-disk for the suppression buffer, so we should remove the  `SPILL_TO_DISK` enum to avoid confusion. Technically this enum is in an internal package, and a user would have to be invoking the `StrictBufferConfigImpl` constructor (which is also internal) to have reason to access this enum at all. But users don't always know/notice/care that APIs are internal, or they may just be browsing the source code, so we may as well remove this source of confusion. It's always kind of confusing to see this as a dev.
   
   At the moment if a user does choose this strategy, an UnsupportedOperationException claiming that this is a bug will be thrown when the buffer is full, so it's not like anything too bad would happen...it's just awkward.


-- 
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.

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



[GitHub] [kafka] ableegoldman merged pull request #10571: HOTFIX: remove unimplemented SPILL_TO_DISK buffer full strategy

Posted by GitBox <gi...@apache.org>.
ableegoldman merged pull request #10571:
URL: https://github.com/apache/kafka/pull/10571


   


-- 
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.

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



[GitHub] [kafka] ableegoldman commented on pull request #10571: HOTFIX: remove unimplemented SPILL_TO_DISK buffer full strategy

Posted by GitBox <gi...@apache.org>.
ableegoldman commented on pull request #10571:
URL: https://github.com/apache/kafka/pull/10571#issuecomment-823663124


   Can I get a quick +1 @wcarlson5 @lct45 @cadonna @rodesai @vvcephei 


-- 
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.

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



[GitHub] [kafka] ableegoldman commented on pull request #10571: HOTFIX: remove unimplemented SPILL_TO_DISK buffer full strategy

Posted by GitBox <gi...@apache.org>.
ableegoldman commented on pull request #10571:
URL: https://github.com/apache/kafka/pull/10571#issuecomment-823722622


   Just the usual unrelated failures in `RaftClusterTest` and `MirrorConnectorsIntegrationTest`


-- 
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.

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