[
https://issues.apache.org/jira/browse/BEAM-11227?focusedWorklogId=580411&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-580411
]
ASF GitHub Bot logged work on BEAM-11227:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Apr/21 23:25
Start Date: 09/Apr/21 23:25
Worklog Time Spent: 10m
Work Description: suztomo commented on pull request #14474:
URL: https://github.com/apache/beam/pull/14474#issuecomment-817023747
Another case https://gist.github.com/suztomo/b2b7a5a8c4394eb4e11eb4efe2d1b5e5
https://gist.github.com/suztomo/b2b7a5a8c4394eb4e11eb4efe2d1b5e5
```
19:21:01 "pool-32-thread-3" #136 prio=5 os_prio=0 tid=0x00007fb2b8e76000
nid=0x744c waiting on condition [0x00007fb32d116000]
19:21:01 java.lang.Thread.State: WAITING (parking)
19:21:01 at sun.misc.Unsafe.park(Native Method)
19:21:01 - parking to wait for <0x00000000d7b42658> (a
java.util.concurrent.CountDownLatch$Sync)
19:21:01 at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
19:21:01 at
java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
19:21:01 at
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:997)
19:21:01 at
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1304)
19:21:01 at
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:231)
19:21:01 at
org.apache.beam.runners.dataflow.worker.fn.logging.BeamFnLoggingServiceTest.lambda$testMultipleClientsFailingIsHandledGracefullyByServer$1(BeamFnLoggingServiceTest.java:145)
19:21:01 at
org.apache.beam.runners.dataflow.worker.fn.logging.BeamFnLoggingServiceTest$$Lambda$179/461780632.call(Unknown
Source)
19:21:01 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
...
19:21:01 "Test worker" #20 prio=5 os_prio=0 tid=0x00007fb364fe1000
nid=0x5d89 waiting on condition [0x00007fb32f841000]
19:21:01 java.lang.Thread.State: WAITING (parking)
19:21:01 at sun.misc.Unsafe.park(Native Method)
19:21:01 - parking to wait for <0x00000000d72b4468> (a
java.util.concurrent.FutureTask)
19:21:01 at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
19:21:01 at
java.util.concurrent.FutureTask.awaitDone(FutureTask.java:429)
19:21:01 at java.util.concurrent.FutureTask.get(FutureTask.java:191)
19:21:01 at
java.util.concurrent.AbstractExecutorService.invokeAll(AbstractExecutorService.java:244)
19:21:01 at
org.apache.beam.runners.dataflow.worker.fn.logging.BeamFnLoggingServiceTest.testMultipleClientsFailingIsHandledGracefullyByServer(BeamFnLoggingServiceTest.java:150)
...
```
This time, it has GrpcWindmillServerTest:
```
19:21:01 "Thread-11" #88 prio=5 os_prio=0 tid=0x00007fb29000f800 nid=0x6cc9
waiting on condition [0x00007fb31e6e7000]
19:21:01 java.lang.Thread.State: TIMED_WAITING (sleeping)
19:21:01 at java.lang.Thread.sleep(Native Method)
19:21:01 at
org.apache.beam.runners.dataflow.worker.windmill.GrpcWindmillServerTest$ResponseErrorInjector.errorThreadBody(GrpcWindmillServerTest.java:141)
19:21:01 at
org.apache.beam.runners.dataflow.worker.windmill.GrpcWindmillServerTest$ResponseErrorInjector$$Lambda$81/1082375513.run(Unknown
Source)
19:21:01 at java.lang.Thread.run(Thread.java:748)
19:21:01
```
--
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 580411)
Time Spent: 118h 50m (was: 118h 40m)
> Upgrade beam-vendor-grpc-1_26_0-0.3 to fix CVE-2020-27216
> ---------------------------------------------------------
>
> Key: BEAM-11227
> URL: https://issues.apache.org/jira/browse/BEAM-11227
> Project: Beam
> Issue Type: Bug
> Components: build-system
> Affects Versions: 2.21.0, 2.22.0, 2.23.0, 2.24.0, 2.25.0
> Reporter: Boury Mbodj
> Assignee: Tomo Suzuki
> Priority: P1
> Labels: apache-beam, beam
> Fix For: 2.29.0
>
> Time Spent: 118h 50m
> Remaining Estimate: 0h
>
> *+Description+**:* [Apache Beam :: Vendored Dependencies :: GRPC ::
> 1.26.0|https://mvnrepository.com/artifact/org.apache.beam/beam-vendor-grpc-1_26_0]
> »
> [0.3|https://mvnrepository.com/artifact/org.apache.beam/beam-vendor-grpc-1_26_0/0.3]
> uses the dependency Eclipse Jetty (9.2.10.v20150310), which is prone to a
> privilege escalation vulnerability. This issue (CVE-2020-27216) was published
> on 23/10/2020.
> *+Affected Versions:+*
> Eclipse Jetty versions 9.4.32.v20200930 and prior, 10.0.0.beta2 and prior
> and 11.0.0.beta2 and prior.
> *+Recommendation/+* *+Update Suggestion:+*
> Update the Eclipse Jetty dependency to version 9.4.33.v20201020,
> 10.0.0.beta3, 11.0.0.beta3 or later.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)