Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-05-28 Thread via GitHub
pkotikalapudi commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-2135858753 > hey guys, which version will this land in? We have to get reviews and approvals from PMC members and our Sheperd (@HeartSaVioR ) before set a timeline on when it can be

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-05-26 Thread via GitHub
stym06 commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-2132173624 hey guys, which version will this land in? -- 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

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-05-12 Thread via GitHub
pkotikalapudi commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-2106438054 @jerrypeng, @HeartSaVioR, I have made changes so that the DRA can support multi queries ([ref](https://lists.apache.org/thread/836j9ckxw13mlf5m8joh8zp9t7ffyhp0)). I have

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-05-12 Thread via GitHub
pkotikalapudi commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1597752703 ## core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala: ## @@ -669,6 +753,27 @@ private[spark] class ExecutorAllocationManager( private val

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-05-07 Thread via GitHub
pkotikalapudi commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1593285827 ## core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala: ## @@ -340,6 +385,45 @@ private[spark] class ExecutorAllocationManager( } } +

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-04-29 Thread via GitHub
tgravescs commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1583032683 ## core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala: ## @@ -340,6 +385,45 @@ private[spark] class ExecutorAllocationManager( } } + /**

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-04-24 Thread via GitHub
pkotikalapudi commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1578138588 ## core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala: ## @@ -916,8 +1040,13 @@ private[spark] class ExecutorAllocationManager(

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-04-24 Thread via GitHub
pkotikalapudi commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1578115234 ## core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala: ## @@ -669,6 +753,27 @@ private[spark] class ExecutorAllocationManager( private val

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-04-23 Thread via GitHub
pkotikalapudi commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1577078911 ## core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala: ## @@ -340,6 +385,45 @@ private[spark] class ExecutorAllocationManager( } } +

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-04-23 Thread via GitHub
pkotikalapudi commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1577058026 ## core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala: ## @@ -340,6 +385,45 @@ private[spark] class ExecutorAllocationManager( } } +

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-04-23 Thread via GitHub
pkotikalapudi commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1577025511 ## core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala: ## @@ -96,6 +96,30 @@ import org.apache.spark.util.{Clock, SystemClock, ThreadUtils,

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-04-15 Thread via GitHub
jerrypeng commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1566272683 ## core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala: ## @@ -669,6 +753,27 @@ private[spark] class ExecutorAllocationManager( private val

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-04-15 Thread via GitHub
jerrypeng commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1566270204 ## core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala: ## @@ -340,6 +385,45 @@ private[spark] class ExecutorAllocationManager( } } + /**

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-04-15 Thread via GitHub
jerrypeng commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1566267014 ## core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala: ## @@ -916,8 +1040,13 @@ private[spark] class ExecutorAllocationManager(

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-04-15 Thread via GitHub
jerrypeng commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1566259719 ## core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala: ## @@ -340,6 +385,45 @@ private[spark] class ExecutorAllocationManager( } } + /**

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-04-15 Thread via GitHub
jerrypeng commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1566255030 ## core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala: ## @@ -96,6 +96,30 @@ import org.apache.spark.util.{Clock, SystemClock, ThreadUtils, Utils}

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-04-11 Thread via GitHub
HeartSaVioR commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1561043366 ## core/src/main/scala/org/apache/spark/internal/config/package.scala: ## @@ -601,6 +601,12 @@ package object config { .booleanConf

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-04-02 Thread via GitHub
pkotikalapudi commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1548738209 ## core/src/main/scala/org/apache/spark/internal/config/package.scala: ## @@ -630,6 +636,12 @@ package object config { .doubleConf

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-04-02 Thread via GitHub
pkotikalapudi commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1548737819 ## core/src/main/scala/org/apache/spark/internal/config/package.scala: ## @@ -601,6 +601,12 @@ package object config { .booleanConf

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-04-02 Thread via GitHub
pkotikalapudi commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1548737021 ## core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala: ## @@ -340,6 +366,39 @@ private[spark] class ExecutorAllocationManager( } } +

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-04-02 Thread via GitHub
pkotikalapudi commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1548736814 ## core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala: ## @@ -133,6 +133,16 @@ private[spark] class ExecutorAllocationManager( private val

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-04-02 Thread via GitHub
pkotikalapudi commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1548712982 ## core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala: ## @@ -185,6 +195,12 @@ private[spark] class ExecutorAllocationManager( * If not,

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-04-02 Thread via GitHub
pkotikalapudi commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1548620204 ## core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala: ## @@ -669,6 +728,27 @@ private[spark] class ExecutorAllocationManager( private val

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-04-01 Thread via GitHub
tgravescs commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1546387115 ## core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala: ## @@ -669,6 +728,27 @@ private[spark] class ExecutorAllocationManager( private val

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-02-26 Thread via GitHub
pkotikalapudi commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-1965668989 > If you'd like to revive this PR, please reopen it and ask a committer to remove the Stale tag! @rdblue can you please re-open the PR and remove the stale tag. I think

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-02-26 Thread via GitHub
github-actions[bot] closed pull request #42352: [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming URL: https://github.com/apache/spark/pull/42352 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-02-26 Thread via GitHub
pkotikalapudi opened a new pull request, #42352: URL: https://github.com/apache/spark/pull/42352 ### What changes were proposed in this pull request? - Initial Implementation to DRA changes to work for structured streaming applications - Design doc:

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-02-21 Thread via GitHub
pkotikalapudi commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-1958809916 Thanks for subscribing and voting Krystal. Please request engineers in adobe to vote for this in the same manner. I will bump up the voting thread again to see if PMC has any

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-02-20 Thread via GitHub
krymitch commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-1955238640 Thanks you @pkotikalapudi. I subscribed, and then messaged dev-thread.35716 and it returned all of our comments, only it is not showing my comment in the UI inline on the same thread.

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-02-20 Thread via GitHub
pkotikalapudi commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-1954918297 we need a PMC member to shepherd/review/merge the effort. I didn't see any response from spark PMC members yet. >I don't know how to vote on email thread. Last time I've send

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-02-20 Thread via GitHub
krymitch commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-1954917208 @vitgorbunov Agreed. Same here. Looks like there are 7 thumbs up for this PR. Hopefully thumbs up on this PR count since many may not have official Apache login or may not have the time

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-02-20 Thread via GitHub
vitgorbunov commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-1954876934 I don't know how to vote on email thread. Last time I've send the message from my mail client and it wasn't displayed on web. I think it's fair to count thumb ups on this PR as

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-01-20 Thread via GitHub
pkotikalapudi commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-1901976588 Thanks for the support @krymitch , here is the voting [email thread](https://lists.apache.org/thread/rlwqrw6ddxdkbvkp78kpd0zgvglgbbp8). I will ask my team to do the same as

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-01-19 Thread via GitHub
krymitch commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-1901136777 @pkotikalapudi please share new voting thread here or in old thread. A few of us over at Adobe would like to add our vote, since this work will support a few projects we are currently

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-01-16 Thread via GitHub
mentasm commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-1895168960 It may be my corporate proxy blocking google docs. Thanks for the pdf link. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-01-16 Thread via GitHub
pkotikalapudi commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-1895009757 [Dynamic Resource Allocation for Structured streaming.pdf](https://github.com/apache/spark/files/13959367/SPIP_.Dynamic.Resource.Allocation.for.Structured.streaming.pdf) I

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-01-16 Thread via GitHub
pkotikalapudi commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-1894982472 what kind of error do you get? I had people comment on it in the past, are you behind any vpn? or if you are ok sharing your email, I can send an invite to the document --

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-01-16 Thread via GitHub
mentasm commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-1894941470 @pkotikalapudi For me the google docs link to the design doc no longer works -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-01-16 Thread via GitHub
mentasm commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-1894518160 I will happily add my experiences to that email thread as a consumer of SSS if I can work out how. Our prod environment runs around 40 SSS apps and traffic is determined by banking

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-01-16 Thread via GitHub
krymitch commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-1894134932 Hi @mridulm. We appreciate you support on this. DRA is essential to auto scaling up and back down. Can you please confirm if this proposal was ever dropped in the dev list for

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-01-16 Thread via GitHub
pkotikalapudi commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-1893936508 @mentasm , yeah we have an [email thread](https://lists.apache.org/thread/9yx0jnk9h1234joymwlzfx2gh2m8b9bo) going for a long time. Mich was gracious enough to do a review, but

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-01-15 Thread via GitHub
pky-c commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-1893108571 We have also encountered this issue.!! -- 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

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2024-01-15 Thread via GitHub
mentasm commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-1893080905 I am also very interested in this code making it into spark. We run a lot of structured streaming and have had to resort to static sized cluster due to the lack of proper scaling code

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2023-12-21 Thread via GitHub
github-actions[bot] closed pull request #42352: [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming URL: https://github.com/apache/spark/pull/42352 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] [WIP][SPARK-24815] [CORE] Trigger Interval based DRA for Structured Streaming [spark]

2023-12-20 Thread via GitHub
github-actions[bot] commented on PR #42352: URL: https://github.com/apache/spark/pull/42352#issuecomment-1865306284 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.