Skip to content
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-28006 Run spotless:apply on code base #120

Merged
merged 3 commits into from Aug 16, 2023

Conversation

NihalJain
Copy link
Contributor

No description provided.

@NihalJain
Copy link
Contributor Author

Requires #119 and demonstates changes due to the same

/**
* hbase to kafka bridge.
Copy link
Contributor Author

@NihalJain NihalJain Aug 4, 2023

Choose a reason for hiding this comment

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

Queue: 1) need to manually fix this with HBASE-28007

@@ -34,41 +32,20 @@
import org.w3c.dom.NodeList;

/**
* The topic routing/drop rules.
Copy link
Contributor Author

@NihalJain NihalJain Aug 4, 2023

Choose a reason for hiding this comment

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

Queue: 2) need to manually fix this with HBASE-28007

@@ -75,16 +73,12 @@
import org.apache.hbase.thirdparty.org.apache.commons.cli.CommandLine;

/**
* Test Bulk Load and Spark on a distributed cluster.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Queue: 3) need to manually fix this with HBASE-28007

/**
* Allow the scan to go to replica, this would not affect the runCheck()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Queue: 4) need to manually fix this with HBASE-28007

@@ -35,19 +36,17 @@
import org.apache.yetus.audience.InterfaceAudience;

/**
* Run this example using command below:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Queue: 5) need to manually fix this with HBASE-28007

@@ -31,14 +30,16 @@ import org.scalatest.{BeforeAndAfterAll, BeforeAndAfterEach, FunSuite}

import scala.util.{Failure, Success, Try}


// Unit tests for HBASE-20521: change get configuration(TableOutputFormat.conf) object first sequence from jobContext to getConf
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Queue: 6) need to manually fix this with HBASE-28007
Should write as multi-line javadoc

@NihalJain
Copy link
Contributor Author

Skimmed over the changes due to 'mvn spotless:apply' and have identified/queued 6 changes which can be manually fixed as part of HBASE-28007

Please feel free to add more, if any.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 27s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 markdownlint 0m 0s markdownlint was not available.
+0 🆗 shelldocs 0m 0s Shelldocs was not available.
+0 🆗 spotbugs 0m 0s spotbugs executables are not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 20 new or modified test files.
_ master Compile Tests _
+0 🆗 mvndep 0m 27s Maven dependency ordering for branch
+1 💚 mvninstall 1m 47s master passed
+1 💚 compile 1m 1s master passed
+1 💚 javadoc 1m 0s master passed
+1 💚 scaladoc 0m 0s master passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 7s Maven dependency ordering for patch
+1 💚 mvninstall 0m 57s the patch passed
+1 💚 compile 1m 2s the patch passed
+1 💚 javac 1m 2s the patch passed
+1 💚 scalac 1m 2s the patch passed
+1 💚 shellcheck 0m 0s There were no new shellcheck issues.
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 xml 0m 10s The patch has no ill-formed XML file.
+1 💚 javadoc 0m 59s the patch passed
+1 💚 scaladoc 0m 0s the patch passed
_ Other Tests _
+1 💚 unit 8m 39s root in the patch passed.
19m 5s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-120/1/artifact/yetus-precommit-check/output/Dockerfile
GITHUB PR #120
Optional Tests dupname markdownlint xml shellcheck shelldocs javac javadoc unit compile spotbugs findbugs scalac scaladoc
uname Linux 9c35ebd53901 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 GNU/Linux
Build tool hb_maven
Personality dev-support/jenkins/hbase-personality.sh
git revision master / bfcdf68
Default Java Oracle Corporation-1.8.0_282-b08
Test Results https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-120/1/testReport/
Max. process+thread count 959 (vs. ulimit of 12500)
modules C: kafka kafka/hbase-kafka-model kafka/hbase-kafka-proxy spark spark/hbase-spark-protocol spark/hbase-spark-protocol-shaded spark/hbase-spark spark/hbase-spark-it hbase-connectors-assembly . test-reporting U: .
Console output https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-120/1/console
versions git=2.20.1 shellcheck=0.5.0
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

runner.dialect = scala213
}
}
version = 3.7.12

Choose a reason for hiding this comment

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

nit: a new line at the end of file

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done with #119

@Reidddddd
Copy link

Skimmed, lgtm.

this.avroWriter=avroWriter;
public KafkaTableForBridge(TableName tableName, Configuration conf,
TopicRoutingRules routingRules, Producer<byte[], byte[]> producer,
DatumWriter<HBaseKafkaEvent> avroWriter) {
Copy link

@Reidddddd Reidddddd Aug 8, 2023

Choose a reason for hiding this comment

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

One style nit, could we config style like these:

public KafkaTableForBridge(TableName tableName, Configuration conf,
    TopicRoutingRules routingRules, Producer<byte[], byte[]> producer,
    DatumWriter<HBaseKafkaEvent> avroWriter) {
 this.conf = conf;

add one more indent for a newline (if any) in a method declaration

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi @Reidddddd this can be possibly solved but would require changing hbase_eclipse_formatter.xml. I have verified same issue exists in hbase main repo as well (as we have just copied hbase_eclipse_formatter.xml from there). We can try to fix that but I would say lets do it as a separate change as we may need to rerun spotless for all hbase repos after this change.

@NihalJain
Copy link
Contributor Author

Refreshed by re-running (after making commit 2 changes of #119)

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 31s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 markdownlint 0m 0s markdownlint was not available.
+0 🆗 shelldocs 0m 0s Shelldocs was not available.
+0 🆗 spotbugs 0m 0s spotbugs executables are not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 20 new or modified test files.
_ master Compile Tests _
+0 🆗 mvndep 0m 23s Maven dependency ordering for branch
+1 💚 mvninstall 1m 44s master passed
+1 💚 compile 0m 58s master passed
+1 💚 javadoc 0m 49s master passed
+1 💚 scaladoc 0m 0s master passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 6s Maven dependency ordering for patch
+1 💚 mvninstall 0m 47s the patch passed
+1 💚 compile 0m 50s the patch passed
+1 💚 javac 0m 50s the patch passed
+1 💚 scalac 0m 50s the patch passed
+1 💚 shellcheck 0m 0s There were no new shellcheck issues.
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 xml 0m 8s The patch has no ill-formed XML file.
+1 💚 javadoc 0m 49s the patch passed
+1 💚 scaladoc 0m 0s the patch passed
_ Other Tests _
+1 💚 unit 8m 24s root in the patch passed.
16m 40s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-120/2/artifact/yetus-precommit-check/output/Dockerfile
GITHUB PR #120
Optional Tests dupname markdownlint xml shellcheck shelldocs javac javadoc unit compile spotbugs findbugs scalac scaladoc
uname Linux c99c45af0b41 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 GNU/Linux
Build tool hb_maven
Personality dev-support/jenkins/hbase-personality.sh
git revision master / bfcdf68
Default Java Oracle Corporation-1.8.0_282-b08
Test Results https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-120/2/testReport/
Max. process+thread count 956 (vs. ulimit of 12500)
modules C: kafka kafka/hbase-kafka-model kafka/hbase-kafka-proxy spark spark/hbase-spark-protocol spark/hbase-spark-protocol-shaded spark/hbase-spark spark/hbase-spark-it hbase-connectors-assembly . test-reporting U: .
Console output https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-120/2/console
versions git=2.20.1 shellcheck=0.5.0
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@NihalJain NihalJain changed the title WIP: HBASE-28006 Run spotless:apply on code base HBASE-28006 Run spotless:apply on code base Aug 11, 2023
@NihalJain
Copy link
Contributor Author

NihalJain commented Aug 11, 2023

Rebased the code and re-run mvn spotless:apply and force pushed commit.

CC: @Reidddddd, @wForget

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 41s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 markdownlint 0m 1s markdownlint was not available.
+0 🆗 shelldocs 0m 1s Shelldocs was not available.
+0 🆗 spotbugs 0m 0s spotbugs executables are not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 20 new or modified test files.
_ master Compile Tests _
+0 🆗 mvndep 0m 28s Maven dependency ordering for branch
+1 💚 mvninstall 1m 31s master passed
+1 💚 compile 0m 54s master passed
+1 💚 javadoc 1m 8s master passed
+1 💚 scaladoc 0m 0s master passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 6s Maven dependency ordering for patch
+1 💚 mvninstall 1m 0s the patch passed
+1 💚 compile 1m 4s the patch passed
+1 💚 javac 1m 4s the patch passed
+1 💚 scalac 1m 4s the patch passed
+1 💚 shellcheck 0m 0s There were no new shellcheck issues.
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 xml 0m 10s The patch has no ill-formed XML file.
+1 💚 javadoc 1m 2s the patch passed
+1 💚 scaladoc 0m 0s the patch passed
_ Other Tests _
+1 💚 unit 8m 51s root in the patch passed.
18m 38s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-120/3/artifact/yetus-precommit-check/output/Dockerfile
GITHUB PR #120
Optional Tests dupname markdownlint shellcheck shelldocs javac javadoc unit xml compile spotbugs findbugs scalac scaladoc
uname Linux 623ab7240e3b 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 GNU/Linux
Build tool hb_maven
Personality dev-support/jenkins/hbase-personality.sh
git revision master / c1eb13a
Default Java Oracle Corporation-1.8.0_282-b08
Test Results https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-120/3/testReport/
Max. process+thread count 944 (vs. ulimit of 12500)
modules C: kafka kafka/hbase-kafka-model kafka/hbase-kafka-proxy spark spark/hbase-spark-protocol spark/hbase-spark-protocol-shaded spark/hbase-spark spark/hbase-spark-it hbase-connectors-assembly . test-reporting U: .
Console output https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-120/3/console
versions git=2.20.1 shellcheck=0.5.0
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

Choose a reason for hiding this comment

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

i'm fan of the old version, in two lines.

Choose a reason for hiding this comment

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

can fix it in HBASE-28007

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure but this is how our current settings for pom formatting does (See in hbase repo: https://github.com/apache/hbase/blob/ab4b1d884f13d082a0906c3c3e9ec96bce7f3717/pom.xml#L1)

I have not tried to add any delta change in settings for java and scripts formatting and aligned the with hbase here?

Is it fine to take this as another change, across hbase project, where we tweak these settings globally?

Choose a reason for hiding this comment

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

ok then, just follow hbase

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

Choose a reason for hiding this comment

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

ditto

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

Choose a reason for hiding this comment

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

ditto

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

Choose a reason for hiding this comment

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

ditto

x => {
if(x._2.refCount < 0) {
connectionMap.foreach { x =>
{

Choose a reason for hiding this comment

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

shouldn't be

 x => {

why there is a new line 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.

Could set newlines.beforeCurlyLambdaParams = true to prevent this. Let me add this in our scalafmt. Let me if you want this as an addendum fix for pr-119 or part of this PR itself. For now added as 2nd commit along with spotless re-run with change.

batchSize: Integer,
javaRdd: JavaRDD[T],
makeGet: Function[T, Get],
convertResult: Function[Result, U]): JavaRDD[U] = {

Choose a reason for hiding this comment

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

in fact, i feel the old way is much clearer to read...
but spotless... (shrug)

import org.apache.hadoop.hbase.spark.datasources.Utils
import org.apache.hadoop.hbase.util.Bytes
import org.scalatest.{BeforeAndAfterAll, BeforeAndAfterEach, FunSuite}

class StartsWithSuite extends FunSuite with
BeforeAndAfterEach with BeforeAndAfterAll with Logging {
class StartsWithSuite extends FunSuite with BeforeAndAfterEach with BeforeAndAfterAll with Logging {

Choose a reason for hiding this comment

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

weird... here it just is one line..

Copy link
Contributor Author

@NihalJain NihalJain Aug 11, 2023

Choose a reason for hiding this comment

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

Yes this one has 101 chars, maybe does not count braces. weird though

extends FunSuite
with BeforeAndAfterEach
with BeforeAndAfterAll
with Logging {

Choose a reason for hiding this comment

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

while here they are multiple lines...

Choose a reason for hiding this comment

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

don't understand the style spotless applies, seems doesn't align

Copy link
Contributor Author

@NihalJain NihalJain Aug 11, 2023

Choose a reason for hiding this comment

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

This is greater than 100 chars so I think it does like this.
class TableOutputFormatSuite extends FunSuite with BeforeAndAfterEach with BeforeAndAfterAll with Logging {

@Reidddddd
Copy link

LGTM overall, left some comments and questions

let's see whether there are other reviews

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 31s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 markdownlint 0m 1s markdownlint was not available.
+0 🆗 shelldocs 0m 1s Shelldocs was not available.
+0 🆗 spotbugs 0m 0s spotbugs executables are not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 20 new or modified test files.
_ master Compile Tests _
+0 🆗 mvndep 0m 25s Maven dependency ordering for branch
+1 💚 mvninstall 1m 39s master passed
+1 💚 compile 0m 57s master passed
+1 💚 javadoc 1m 1s master passed
+1 💚 scaladoc 0m 0s master passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 6s Maven dependency ordering for patch
+1 💚 mvninstall 0m 45s the patch passed
+1 💚 compile 0m 48s the patch passed
+1 💚 javac 0m 48s the patch passed
+1 💚 scalac 0m 48s the patch passed
+1 💚 shellcheck 0m 0s There were no new shellcheck issues.
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 xml 0m 7s The patch has no ill-formed XML file.
+1 💚 javadoc 0m 47s the patch passed
+1 💚 scaladoc 0m 0s the patch passed
_ Other Tests _
+1 💚 unit 8m 10s root in the patch passed.
16m 38s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-120/4/artifact/yetus-precommit-check/output/Dockerfile
GITHUB PR #120
Optional Tests dupname markdownlint shellcheck shelldocs javac javadoc unit xml compile spotbugs findbugs scalac scaladoc
uname Linux 54add5848fcd 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 GNU/Linux
Build tool hb_maven
Personality dev-support/jenkins/hbase-personality.sh
git revision master / c1eb13a
Default Java Oracle Corporation-1.8.0_282-b08
Test Results https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-120/4/testReport/
Max. process+thread count 943 (vs. ulimit of 12500)
modules C: kafka kafka/hbase-kafka-model kafka/hbase-kafka-proxy spark spark/hbase-spark-protocol spark/hbase-spark-protocol-shaded spark/hbase-spark spark/hbase-spark-it hbase-connectors-assembly . test-reporting U: .
Console output https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-120/4/console
versions git=2.20.1 shellcheck=0.5.0
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

logError(s"Bug to be fixed: negative refCount of connection ${x._2}")
}
x =>
{

Choose a reason for hiding this comment

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

have you re-run spotless:apply after the latest commit?

still a new line 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 i did this still does not go :(

@NihalJain
Copy link
Contributor Author

Made another fix to re-order the imports, which was not there earlier. See commit 3: 965c41d

Also added conifgs around lambda params newline behaviour, I think this one looks better than previous change. Let me raise an ADDENDUM for #119 and keep the format change separate. We can rebase and merge this once the new PR is done.

@NihalJain
Copy link
Contributor Author

Raised #121, lets merge this after that. Will rebase again.
Just to call out, thanks a lot for all the patience @Reidddddd in reviewing and working on this with me. :)

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 31s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 markdownlint 0m 0s markdownlint was not available.
+0 🆗 shelldocs 0m 0s Shelldocs was not available.
+0 🆗 spotbugs 0m 0s spotbugs executables are not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 20 new or modified test files.
_ master Compile Tests _
+0 🆗 mvndep 0m 25s Maven dependency ordering for branch
+1 💚 mvninstall 1m 46s master passed
+1 💚 compile 1m 2s master passed
+1 💚 javadoc 1m 1s master passed
+1 💚 scaladoc 0m 0s master passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 6s Maven dependency ordering for patch
+1 💚 mvninstall 0m 57s the patch passed
+1 💚 compile 0m 59s the patch passed
+1 💚 javac 0m 59s the patch passed
+1 💚 scalac 0m 59s the patch passed
+1 💚 shellcheck 0m 0s There were no new shellcheck issues.
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 xml 0m 8s The patch has no ill-formed XML file.
+1 💚 javadoc 1m 1s the patch passed
+1 💚 scaladoc 0m 0s the patch passed
_ Other Tests _
+1 💚 unit 8m 19s root in the patch passed.
17m 40s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-120/5/artifact/yetus-precommit-check/output/Dockerfile
GITHUB PR #120
Optional Tests dupname markdownlint shellcheck shelldocs javac javadoc unit xml compile spotbugs findbugs scalac scaladoc
uname Linux 4ca218b5ac00 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 GNU/Linux
Build tool hb_maven
Personality dev-support/jenkins/hbase-personality.sh
git revision master / c1eb13a
Default Java Oracle Corporation-1.8.0_282-b08
Test Results https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-120/5/testReport/
Max. process+thread count 945 (vs. ulimit of 12500)
modules C: kafka kafka/hbase-kafka-model kafka/hbase-kafka-proxy spark spark/hbase-spark-protocol spark/hbase-spark-protocol-shaded spark/hbase-spark spark/hbase-spark-it hbase-connectors-assembly . test-reporting U: .
Console output https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-120/5/console
versions git=2.20.1 shellcheck=0.5.0
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Reidddddd Reidddddd merged commit ee2b51c into apache:master Aug 16, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants