Skip to content

Conversation

@cuibo01
Copy link
Contributor

@cuibo01 cuibo01 commented Aug 29, 2022

Change Logs

Describe context and summary for this change. Highlight if any code was copied.

Impact

Describe any public API or user-facing feature change or any performance impact.

Risk level: none | low | medium | high

Choose one. If medium or high, explain what verification was done to mitigate the risks.

Contributor's checklist

  • Read through contributor's guide
  • Change Logs and Impact were stated clearly
  • Adequate tests were added if applicable
  • CI passed

@cuibo01
Copy link
Contributor Author

cuibo01 commented Aug 29, 2022

image

@hudi-bot
Copy link
Collaborator

CI report:

Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

Kryo.DefaultInstantiatorStrategy instantiatorStrategy = new Kryo.DefaultInstantiatorStrategy();
instantiatorStrategy.setFallbackInstantiatorStrategy(new StdInstantiatorStrategy());
kryo.setInstantiatorStrategy(instantiatorStrategy);
// Handle cases where we may have an odd classloader setup like with libjars
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already add some shade pattern for the kryo in hudi-flink-bundle jar in #4251, does that solve your conflicts here ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes,now we use hudi-flink,and the hudi only needs to modify the code and does not need to use the bundle jar

Copy link
Member

@xushiyan xushiyan Nov 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes,now we use hudi-flink,and the hudi only needs to modify the code and does not need to use the bundle jar

@cuibo01 can you clarify the situation please? do you mean hudi flink bundle jar will have kryo lib conflicts? we have shaded kryo for every module

hudi/pom.xml

Line 450 in b2a84ee

<shadedPattern>org.apache.hudi.com.esotericsoftware.kryo.</shadedPattern>

can you point out in your environment which dependency brings in kryo that caused conflicts?

@yihua yihua added dependencies Dependency updates priority:critical Production degraded; pipelines stalled engine:flink Flink integration labels Aug 30, 2022
@yihua
Copy link
Contributor

yihua commented Sep 5, 2022

@cuibo01 @danny0405 do you still plan to land this?

@xushiyan
Copy link
Member

xushiyan commented Nov 4, 2022

@cuibo01 @danny0405 do you still plan to land this?

Let's not land this until we clarify what exactly caused the conflict. #6522 (comment)

@nsivabalan nsivabalan added the release-0.12.2 Patches targetted for 0.12.2 label Dec 6, 2022
@codope codope added priority:high Significant impact; potential bugs and removed priority:critical Production degraded; pipelines stalled release-0.12.2 Patches targetted for 0.12.2 labels Dec 7, 2022
@github-actions github-actions bot added the size:XS PR with lines of changes in <= 10 label Feb 26, 2024
@yihua
Copy link
Contributor

yihua commented Sep 7, 2024

@danny0405 do you know if this is still an issue on master and in the recent Hudi releases?

@danny0405
Copy link
Contributor

I didn't see any reports about it in recent releases.

@yihua
Copy link
Contributor

yihua commented Sep 9, 2024

I didn't see any reports about it in recent releases.

Got it. Closing this stale PR now.

@yihua yihua closed this Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates engine:flink Flink integration priority:high Significant impact; potential bugs size:XS PR with lines of changes in <= 10

Projects

Status: 🚧 Needs Repro
Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

7 participants