[
https://issues.apache.org/jira/browse/BEAM-6182?focusedWorklogId=172414&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-172414
]
ASF GitHub Bot logged work on BEAM-6182:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Dec/18 17:45
Start Date: 05/Dec/18 17:45
Worklog Time Spent: 10m
Work Description: aaltay commented on a change in pull request #7203:
[BEAM-6182] Disable conscrypt by default
URL: https://github.com/apache/beam/pull/7203#discussion_r239168760
##########
File path:
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/ExperimentContext.java
##########
@@ -36,7 +36,7 @@
/** Enumeration of all known experiments. */
public enum Experiment {
- DisableConscryptSecurityProvider("disable_conscrypt_security_provider"),
+ EnableConscryptSecurityProvider("enable_conscrypt_security_provider"),
Review comment:
Done
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 172414)
Time Spent: 10m
Remaining Estimate: 0h
> Use of conscrypt SSL results in stuck workflows in Dataflow
> -----------------------------------------------------------
>
> Key: BEAM-6182
> URL: https://issues.apache.org/jira/browse/BEAM-6182
> Project: Beam
> Issue Type: Bug
> Components: runner-dataflow
> Reporter: Ahmet Altay
> Assignee: Tyler Akidau
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> An experimental flag is being added to disable it for now with an option to
> enable it per-workflow.
> Also related:
> https://issues.apache.org/jira/browse/BEAM-5747 - Upgrade conscrypt to its
> latest version.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)