Fix ignite tests when Ipv6 is used (on Jenkins ppc64le)#21693
Merged
apupier merged 1 commit intoapache:mainfrom Mar 3, 2026
Merged
Fix ignite tests when Ipv6 is used (on Jenkins ppc64le)#21693apupier merged 1 commit intoapache:mainfrom
apupier merged 1 commit intoapache:mainfrom
Conversation
due to a limitation with ignite apache/ignite#10648 , when Ipv6 is used a path with a too long name is created causing this kind of error: ``` Caused by: class org.apache.ignite.IgniteCheckedException: Failed to create page store work directory: /home/jenkins/712657a4/workspace/l_Camel_Core_Build_and_test_main/components/camel-ignite/ignite/work/db/0_0_0_0_0_0_0_1_lo_127_0_0_1_140_211_168_51_172_17_0_1_2605_bc80_3010_500_2ae2_df68_ddb5_b30d_enp0s1_2605_bc80_3010_500_49b6_174f_c257_989b_enp0s1_2605_bc80_3010_500_5c75_1cd_c31b_18bb_enp0s1_2605_bc80_3010_500_6901_e190_8428_d693_enp0s1_2605_bc80_3010_500_8701_f209_ec6e_1b7b_enp0s1_2605_bc80_3010_500_bfd3_a0e3_608c_e985_enp0s1_2605_bc80_3010_500_f816_3eff_fea2_6bbc_enp0s1_2605_bc80_3010_500_fdff_edb6_e567_8ce2_enp0s1_47500 at org.apache.ignite.internal.util.IgniteUtils.ensureDirectory(IgniteUtils.java:10028) ``` the workaround used is to override the node naming Signed-off-by: Aurélien Pupier <apupier@ibm.com>
Contributor
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
davsclaus
approved these changes
Mar 3, 2026
Croway
approved these changes
Mar 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
due to a limitation with ignite
apache/ignite#10648 , when Ipv6 is used a path with a too long name is created causing this kind of error:
the workaround used is to override the node naming
Description
Target
mainbranch)Tracking
Apache Camel coding standards and style
mvn clean install -DskipTestslocally from root folder and I have committed all auto-generated changes.