This is an automated email from the ASF dual-hosted git repository.
udim pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 272da41a1cc Updating access modifiers for utility methods (#28511)
add 6261a007a9e Log user code exceptions in Java (#28514)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/beam/fn/harness/FnHarness.java | 1 -
.../fn/harness/control/BeamFnControlClient.java | 4 +-
.../fn/harness/control/ExecutionStateSampler.java | 23 ++++
.../harness/data/PCollectionConsumerRegistry.java | 47 +++++---
.../fn/harness/logging/BeamFnLoggingClient.java | 23 ++--
.../beam/fn/harness/logging/BeamFnLoggingMDC.java | 20 +++
.../harness/control/ExecutionStateSamplerTest.java | 25 ++++
.../data/PCollectionConsumerRegistryTest.java | 134 +++++++++++++++++++++
.../harness/logging/BeamFnLoggingClientTest.java | 20 +++
9 files changed, 263 insertions(+), 34 deletions(-)