Hi Gengliang,

I found another ticket:
SPARK-36509 <https://issues.apache.org/jira/browse/SPARK-36509>: Executors
don't get rescheduled in standalone mode when worker dies

And it already has the fix: https://github.com/apache/spark/pull/33818

Bests,
Yi

On Wed, Aug 25, 2021 at 9:49 PM Gengliang Wang <ltn...@gmail.com> wrote:

> Hi all,
>
> So, RC1 failed.
> After RC1 cut, we have merged the following bug fixes to branch-3.2:
>
>    - Updates AuthEngine to pass the correct SecretKeySpec format
>    
> <https://github.com/apache/spark/commit/243bfafd5cb58c1d3ae6c2a1a9e2c14c3a13526c>
>    - Fix NullPointerException in LiveRDDDistribution.toAPI
>    
> <https://github.com/apache/spark/commit/36df86c0d058977f0f202abd0106881474f18f0e>
>    - Revert "[
>    
> <https://github.com/apache/spark/commit/5463caac0d51d850166e09e2a33e55e213ab5752>
>    SPARK-34415 <https://issues.apache.org/jira/browse/SPARK-34415>][ML]
>    Randomization in hyperparameter optimization"
>    
> <https://github.com/apache/spark/commit/5463caac0d51d850166e09e2a33e55e213ab5752>
>    - Redact sensitive information in Spark Thrift Server
>    
> <https://github.com/apache/spark/commit/fb38887e001d33adef519d0288bd0844dcfe2bd5>
>
> I will cut RC2 after the following issues are resolved:
>
>    - Add back transformAllExpressions to AnalysisHelper(SPARK-36581
>    <https://issues.apache.org/jira/browse/SPARK-36581>)
>    - Review and fix issues in API docs(SPARK-36457
>    <https://issues.apache.org/jira/browse/SPARK-36457>)
>    - Support setting "since" version in FunctionRegistry (SPARK-36585
>    <https://issues.apache.org/jira/browse/SPARK-36585>)
>    - pushDownPredicate=false failed to prevent push down filters to JDBC
>    data source(SPARK-36574
>    <https://issues.apache.org/jira/browse/SPARK-36574>)
>
> Please let me know if you know of any other new bugs/blockers for the
> 3.2.0 release.
>
> Thanks,
> Gengliang
>
> On Wed, Aug 25, 2021 at 2:50 AM Sean Owen <sro...@gmail.com> wrote:
>
>> I think we'll need this revert:
>> https://github.com/apache/spark/pull/33819
>>
>> Between that and a few other minor but important issues I think I'd say
>> -1 myself and ask for another RC.
>>
>> On Tue, Aug 24, 2021 at 1:01 PM Jacek Laskowski <ja...@japila.pl> wrote:
>>
>>> Hi Yi Wu,
>>>
>>> Looks like the issue has got resolution: Won't Fix. How about your -1?
>>>
>>> Pozdrawiam,
>>> Jacek Laskowski
>>> ----
>>> https://about.me/JacekLaskowski
>>> "The Internals Of" Online Books <https://books.japila.pl/>
>>> Follow me on https://twitter.com/jaceklaskowski
>>>
>>> <https://twitter.com/jaceklaskowski>
>>>
>>>
>>> On Mon, Aug 23, 2021 at 4:58 AM Yi Wu <yi...@databricks.com> wrote:
>>>
>>>> -1. I found a bug (https://issues.apache.org/jira/browse/SPARK-36558)
>>>> in the push-based shuffle, which could lead to job hang.
>>>>
>>>> Bests,
>>>> Yi
>>>>
>>>> On Sat, Aug 21, 2021 at 1:05 AM Gengliang Wang <ltn...@gmail.com>
>>>> wrote:
>>>>
>>>>> Please vote on releasing the following candidate as Apache Spark
>>>>>  version 3.2.0.
>>>>>
>>>>> The vote is open until 11:59pm Pacific time Aug 25 and passes if a
>>>>> majority +1 PMC votes are cast, with a minimum of 3 +1 votes.
>>>>>
>>>>> [ ] +1 Release this package as Apache Spark 3.2.0
>>>>> [ ] -1 Do not release this package because ...
>>>>>
>>>>> To learn more about Apache Spark, please see http://spark.apache.org/
>>>>>
>>>>> The tag to be voted on is v3.2.0-rc1 (commit
>>>>> 6bb3523d8e838bd2082fb90d7f3741339245c044):
>>>>> https://github.com/apache/spark/tree/v3.2.0-rc1
>>>>>
>>>>> The release files, including signatures, digests, etc. can be found at:
>>>>> https://dist.apache.org/repos/dist/dev/spark/v3.2.0-rc1-bin/
>>>>>
>>>>> Signatures used for Spark RCs can be found in this file:
>>>>> https://dist.apache.org/repos/dist/dev/spark/KEYS
>>>>>
>>>>> The staging repository for this release can be found at:
>>>>> https://repository.apache.org/content/repositories/orgapachespark-1388
>>>>>
>>>>> The documentation corresponding to this release can be found at:
>>>>> https://dist.apache.org/repos/dist/dev/spark/v3.2.0-rc1-docs/
>>>>>
>>>>> The list of bug fixes going into 3.2.0 can be found at the following
>>>>> URL:
>>>>> https://issues.apache.org/jira/projects/SPARK/versions/12349407
>>>>>
>>>>> This release is using the release script of the tag v3.2.0-rc1.
>>>>>
>>>>>
>>>>> FAQ
>>>>>
>>>>> =========================
>>>>> How can I help test this release?
>>>>> =========================
>>>>> If you are a Spark user, you can help us test this release by taking
>>>>> an existing Spark workload and running on this release candidate, then
>>>>> reporting any regressions.
>>>>>
>>>>> If you're working in PySpark you can set up a virtual env and install
>>>>> the current RC and see if anything important breaks, in the Java/Scala
>>>>> you can add the staging repository to your projects resolvers and test
>>>>> with the RC (make sure to clean up the artifact cache before/after so
>>>>> you don't end up building with a out of date RC going forward).
>>>>>
>>>>> ===========================================
>>>>> What should happen to JIRA tickets still targeting 3.2.0?
>>>>> ===========================================
>>>>> The current list of open tickets targeted at 3.2.0 can be found at:
>>>>> https://issues.apache.org/jira/projects/SPARK and search for "Target
>>>>> Version/s" = 3.2.0
>>>>>
>>>>> Committers should look at those and triage. Extremely important bug
>>>>> fixes, documentation, and API tweaks that impact compatibility should
>>>>> be worked on immediately. Everything else please retarget to an
>>>>> appropriate release.
>>>>>
>>>>> ==================
>>>>> But my bug isn't fixed?
>>>>> ==================
>>>>> In order to make timely releases, we will typically not hold the
>>>>> release unless the bug in question is a regression from the previous
>>>>> release. That being said, if there is something which is a regression
>>>>> that has not been correctly targeted please ping me or a committer to
>>>>> help target the issue.
>>>>>
>>>>>

Reply via email to