[jira] [Commented] (BEAM-6182) Use of conscrypt SSL results in stuck workflows in Dataflow

2019-03-11 Thread Kenneth Knowles (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-6182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16789760#comment-16789760
 ] 

Kenneth Knowles commented on BEAM-6182:
---

The blog post mentions it but the auto-generated release notes are missing this 
one. Probably fine. I think I will resolve this to 2.9.0 anyhow and create 
clones for other actions.

> 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: Blocker
>  Labels: triaged
>  Time Spent: 1.5h
>  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)


[jira] [Commented] (BEAM-6182) Use of conscrypt SSL results in stuck workflows in Dataflow

2019-01-11 Thread Kenneth Knowles (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-6182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16740873#comment-16740873
 ] 

Kenneth Knowles commented on BEAM-6182:
---

Just making sure of this: I do not need this to be resolved and in the 2.10.0 
release notes.

If it should be listed in the release notes, then I will resolve it and open a 
follow-up to re-enable.

> 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: Blocker
> Fix For: 2.10.0
>
>  Time Spent: 1.5h
>  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)


[jira] [Commented] (BEAM-6182) Use of conscrypt SSL results in stuck workflows in Dataflow

2019-01-11 Thread Kenneth Knowles (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-6182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16740872#comment-16740872
 ] 

Kenneth Knowles commented on BEAM-6182:
---

OK, I think since the validation is where it needs to be, I will remove this 
from the list of release blockers.

> 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: Blocker
> Fix For: 2.10.0
>
>  Time Spent: 1.5h
>  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)


[jira] [Commented] (BEAM-6182) Use of conscrypt SSL results in stuck workflows in Dataflow

2019-01-03 Thread Kenneth Knowles (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-6182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16733645#comment-16733645
 ] 

Kenneth Knowles commented on BEAM-6182:
---

I guess I am unclear whether this bug is resolved or whether the meaning of it 
has been inverted. Is the action here to disable conscrypt or to re-enable it? 
And does it block 2.10?

> 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: Blocker
> Fix For: 2.10.0
>
>  Time Spent: 1.5h
>  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)


[jira] [Commented] (BEAM-6182) Use of conscrypt SSL results in stuck workflows in Dataflow

2019-01-03 Thread Ahmet Altay (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-6182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16733648#comment-16733648
 ] 

Ahmet Altay commented on BEAM-6182:
---

The state of things, as far as I know is:
 * Conscrypt is disabled by default. (As a side note, this results in 15% 
performance regressions however enabling conscrypt by default is blocked on 
underlying issues in conscrypt.)
 * The above in combination with vendoring resulted in issues. GRPC required 
either conscrypt (disabled by default) or netty (broken by vendoring). Scott 
fixed the vendoring issue. This should not be a problem any more. We need to 
validate in during release validation using the test Cham added 
([https://github.com/apache/beam/pull/7365)]

I believe doing the validation is the only remaining item for 2.10. We can keep 
the issue for long-term to re-enable conscrypt once there is a new bug-fixed 
conscrypt version.

> 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: Blocker
> Fix For: 2.10.0
>
>  Time Spent: 1.5h
>  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)


[jira] [Commented] (BEAM-6182) Use of conscrypt SSL results in stuck workflows in Dataflow

2019-01-02 Thread Ahmet Altay (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-6182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16732412#comment-16732412
 ] 

Ahmet Altay commented on BEAM-6182:
---

Cham added a test for testing Dataflow with a missing combination 
(https://github.com/apache/beam/pull/7365). That had an issue with Conscrypt 
was disabled by default. Underlying conscrypt issues are still open.

Do you have something else in your mind?

> 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: Blocker
> Fix For: 2.10.0
>
>  Time Spent: 1.5h
>  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)


[jira] [Commented] (BEAM-6182) Use of conscrypt SSL results in stuck workflows in Dataflow

2019-01-02 Thread Kenneth Knowles (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-6182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16732375#comment-16732375
 ] 

Kenneth Knowles commented on BEAM-6182:
---

Is there something we need to do and can do with very high confidence for 
including in 2.10.0?

> 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: Blocker
> Fix For: 2.10.0
>
>  Time Spent: 1.5h
>  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)


[jira] [Commented] (BEAM-6182) Use of conscrypt SSL results in stuck workflows in Dataflow

2018-12-06 Thread Chamikara Jayalath (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-6182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16711249#comment-16711249
 ] 

Chamikara Jayalath commented on BEAM-6182:
--

Moving the 2.10.0 since the workaround was added to 2.9.0 release.

> 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: Blocker
> Fix For: 2.10.0
>
>  Time Spent: 1.5h
>  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)