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/02/23 04:05:47 UTC

[GitHub] [kafka] ableegoldman opened a new pull request #10187: MINOR: document restriction against running multiple Streams apps on same state.dir

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


   Running more than one Streams instance on the same physical state directory has never been supported, but until now it's also not really been enforced. Since we fixed Streams to fail fast in the case of this misconfiguration instead of offering vague symptoms, we will throw an exception on startup if it is detected. We should document this clearly as some users may have been using this setup for testing (note: there's no reason to do this in a real production app, as you should either scale up by adding more threads and/or scale out by adding new instances with their own storage)


----------------------------------------------------------------
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 #10187: MINOR: document restriction against running multiple Streams apps on same state.dir

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


   Call for review any of @cadonna @lct45 @wcarlson5 @rodesai @agavra


----------------------------------------------------------------
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 #10187: MINOR: document restriction against running multiple Streams apps on same state.dir

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


   This should be cherrypicked back to the 2.8 branch (it's just docs) -- cc/ 2.8 release manager @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] guozhangwang commented on pull request #10187: MINOR: document restriction against running multiple Streams apps on same state.dir

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


   LGTM! Merged to trunk and cherry-picking to 2.8


----------------------------------------------------------------
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] guozhangwang merged pull request #10187: MINOR: document restriction against running multiple Streams apps on same state.dir

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


   


----------------------------------------------------------------
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] guozhangwang commented on pull request #10187: MINOR: document restriction against running multiple Streams apps on same state.dir

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


   Cherry-picked to 2.8 cc RM @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