Hi, everyone: I found the 【org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl】 class in【flink-runtime_2.11-1.11.1.jar】does not match the source code. Is it a problem we need to fix(if it is, what should we do)? or just let it go?
|
Please make sure you have loaded the
correct source jar, and aren't by chance still using the 1.11.0
source jar.
On 05/08/2020 09:57, 魏子涵 wrote:
|
I'm sure the two versions match up. Following is the pic comparing codes in IDEA https://img-blog.csdnimg.cn/20200805180232929.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L0NTRE5yaG1t,size_16,color_FFFFFF,t_70 At 2020-08-05 16:46:11, "Chesnay Schepler" <[hidden email]> wrote:
|
hi 魏子涵 Idea decompiled code is not match java source code, you can download java source code in idea. /Volumes/work/maven_repository/org/apache/flink/flink-runtime_2.11/1.10.1/flink-runtime_2.11-1.10.1-sources.jar!/org/apache/flink/runtime/jobmaster/slotpool/SlotPoolImpl.java Jake
|
In reply to this post by 魏子涵
Well of course these differ; on the
left you have the decompiled bytecode, on the right the original
source.
If these were the same you wouldn't
need source jars.
On 05/08/2020 12:20, 魏子涵 wrote:
|
Free forum by Nabble | Edit this page |