Uh oh!
There was an error while loading. Please reload this page.
HBASE-24049 use hadoop-2.10.0 for "packaging and integration" check - #1368
Conversation
ndimiduk
commented
Mar 26, 2020
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/ |
Apache-HBase
commented
Mar 26, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 26, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 26, 2020
🎊 +1 overall
This message was automatically generated. |
busbey
commented
Mar 27, 2020
has this been tested locally already? |
ndimiduk
commented
Mar 27, 2020
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. |
ndimiduk
commented
Mar 27, 2020
2 was manually killed due to someone doing some aggressive pruning. It's easier to tell from the jenkins console than from BlueOcean. |
ndimiduk
commented
Mar 27, 2020
This is still broken. "packaging & integration" took 3.5 mins on master/1620, this one is been running for hours... |
ndimiduk
commented
Mar 27, 2020
From the log, I see |
busbey
commented
Mar 27, 2020
Are we getting that in a loop? Oof. |
ndimiduk
commented
Mar 27, 2020
Okay, unpacked all this to run locally. Now looking in |
ndimiduk
commented
Mar 27, 2020
I didn't launch with sleep_time=2
until [ -s"${working_dir}/hbase-conf/core-site.xml" ];doprintf'\twaiting for Hadoop to finish starting up.\n'
sleep "${sleep_time}"
sleep_time="$((sleep_time*2))"doneSeems 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. |
ndimiduk
commented
Mar 27, 2020
busbey
commented
Mar 28, 2020
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. |
ndimiduk
commented
Mar 31, 2020
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 |
ndimiduk
commented
Mar 31, 2020
9986df3 to
6dbd7deComparendimiduk
commented
Mar 31, 2020
Pushed the automation script changes that were necessary to launch a minicluster. |
Apache-HBase
commented
Mar 31, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 31, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 31, 2020
🎊 +1 overall
This message was automatically generated. |
60d70e4 to
9251400CompareApache-HBase
commented
Apr 1, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 1, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 1, 2020
🎊 +1 overall
This message was automatically generated. |
9251400 to
d75ab5dCompareApache-HBase
commented
Apr 2, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 2, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 2, 2020
💔 -1 overall
This message was automatically generated. |
d75ab5d to
d1e5af3CompareApache-HBase
commented
Apr 3, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 3, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 3, 2020
🎊 +1 overall
This message was automatically generated. |
ndimiduk
commented
Apr 3, 2020
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
4646937CompareApache-HBase
commented
Apr 3, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 3, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 3, 2020
🎊 +1 overall
This message was automatically generated. |
ndimiduk
commented
Apr 3, 2020
Signed-off-by: stack <stack@apache.org> Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com> Signed-off-by: Viraj Jasani <vjasani@apache.org>
4646937 to
0ba4bdbCompare
No description provided.