-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HBASE-24049 use hadoop-2.10.0 for "packaging and integration" check #1368
HBASE-24049 use hadoop-2.10.0 for "packaging and integration" check #1368
Conversation
We only run this check on nightly, so pushed a feature branch, https://builds.apache.org/job/HBase%20Nightly/job/HBASE-24049-packaging-integration-hadoop-2.10.0/ |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
has this been tested locally already? |
No, I'm testing via the nightly job. |
Okay cool. I'd like to see it pass prior to merge. did jenkins run number 2 time out or did someone abort it? I can't tell from the jenkins UI. |
2 was manually killed due to someone doing some aggressive pruning. It's easier to tell from the jenkins console than from BlueOcean. |
This is still broken. "packaging & integration" took 3.5 mins on master/1620, this one is been running for hours... |
From the log, I see
|
Are we getting that in a loop? Oof. |
Okay, unpacked all this to run locally. Now looking in
|
I didn't launch with sleep_time=2
until [ -s "${working_dir}/hbase-conf/core-site.xml" ]; do
printf '\twaiting for Hadoop to finish starting up.\n'
sleep "${sleep_time}"
sleep_time="$((sleep_time*2))"
done Seems there's no check that the timeout was not triggered, so the script progresses after this point into a an untimed wait that locks up the jekinks worker until the 8hr fail-safe is triggered. |
How easy is wrapping a single set of steps in their own timeout? Presuming we have enough historical run information to make a good guess on a better time. |
Making progress. Now getting $ cat ~/tmp/packaging_and_integration/output-integration/hadoop-2/waiting_hbase_startup.log
NameError: missing class name (`org.apache.hadoop.hbase.HColumnDescriptor')
method_missing at org/jruby/javasupport/JavaPackage.java:259
<module:HBaseConstants> at /Users/ndimiduk/tmp/packaging_and_integration/hbase-install/lib/ruby/hbase_constants.rb:42
<main> at /Users/ndimiduk/tmp/packaging_and_integration/hbase-install/lib/ruby/hbase_constants.rb:34
require at org/jruby/RubyKernel.java:956
(root) at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:1
<main> at /Users/ndimiduk/tmp/packaging_and_integration/hbase-install/bin/../bin/hirb.rb:131 |
9986df3
to
6dbd7de
Compare
Pushed the automation script changes that were necessary to launch a minicluster. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
60d70e4
to
9251400
Compare
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
9251400
to
d75ab5d
Compare
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
d75ab5d
to
d1e5af3
Compare
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
Okay we have progress here. After HBASE-24084 and HBASE-24086, we now have this stage completing its Hadoop2 component. Now to see what's going on with Hadoop3. |
d1e5af3
to
4646937
Compare
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
Signed-off-by: stack <[email protected]> Signed-off-by: Jan Hentschel <[email protected]> Signed-off-by: Viraj Jasani <[email protected]>
4646937
to
0ba4bdb
Compare
No description provided.