Hi Murali,
A proper fix of this problem could take some time. It may or may not catch
the next bug-fix release (1.11.1).
At the meantime, you can try to workaround this by upgrading your JDK8 to a
recent release. E.g., the latest JDK8u252 [1].
Thank you~
Xintong Song
[1]
https://adoptopenjdk.
Thanks for quick reply!
> On Jul 13, 2020, at 4:14 AM, Xintong Song wrote:
>
>
> FYI, I've opened FLINK-18581[1] for tracking this.
>
> Thank you~
> Xintong Song
>
> [1] https://issues.apache.org/jira/browse/FLINK-18581
>
>> On Mon, Jul 13, 2020 at 4:54 PM Xintong Song wrote:
>> I think
FYI, I've opened FLINK-18581[1] for tracking this.
Thank you~
Xintong Song
[1] https://issues.apache.org/jira/browse/FLINK-18581
On Mon, Jul 13, 2020 at 4:54 PM Xintong Song wrote:
> I think the problem is that the package-private method
> `Reference.tryHandlePending` does not exist in 1.8.
I think the problem is that the package-private method
`Reference.tryHandlePending` does not exist in 1.8.0_40.
The method does not exist in OpenJDK 8u40[1], but can be found in the
latest AdoptOpenJDK [2].
It seems the method was first introduced in 8u202[3].
Thank you~
Xintong Song
[1]
https:
Hi Murali Pusala,
Thanks for reporting this issue.
Looks like JavaGcCleanerWrapper should use getDeclaredMethod instead of
getMethod to find Reference.tryHandlePending.
@Andrey, can you confirm this?
Regards,
Roman
On Mon, Jul 13, 2020 at 4:42 AM Murali Krishna Pusala <
muralipus...@icloud.co
Hi All,
I have written simple java code that read data using Hive and transform using
Table API (Blink Planner) and Flink 1.11.0 on HDP cluster. I am encountering
"java.lang.Error: Failed to find GC Cleaner among available providers” error.
Full error stack is at end of the email.
Do anyon