Skip to content

Conversation

@kiran-maturi
Copy link

NOTICE

Please create an issue in ASF JIRA before opening a pull request,
and you need to set the title of the pull request which starts with
the corresponding JIRA issue number. (e.g. HADOOP-XXXXX. Fix a typo in YYY.)
For more details, please see https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute

@steveloughran
Copy link
Contributor

This is a great start!

now, is there any way we can get the hadoop-api wrappers to bind to open telemetry without needing all the new jars on the CP? As I think while it's fine to have them on the path during compilation, at runtime it's adding a lot more dependencies.

In fact, I worry about what transitive dependencies they pull it which will have people downstream of hadoop common "expressing their concerns" -or worse, refusing to upgrade.

@yurishkuro
Copy link

OpenTelemetry has an API jar and an SDK jar. The API jar is the one on which your code needs to depend the most, and it brings no additional dependencies. But in order to actually export the telemetry, you do need an SDK. There should be a way to initialize the SDK at runtime without creating a compile time dependency.

@yurishkuro
Copy link

image

rude. the bot needs some sensitivity training :-)

Copy link
Contributor

@steveloughran steveloughran left a comment

Choose a reason for hiding this comment

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

sorry, I'd done a review but hadn't hit the submit button. Here's my (late) initial review

<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api</artifactId>
<version>1.0.0</version>
Copy link
Contributor

Choose a reason for hiding this comment

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

all these imports

  1. need to be declared in hadoop-project/pom.xml
  2. and if the api and sdk are to be kept in sync, with the version defined in a property
  3. The hadoop-common import should declare as all those only needed for build and test.

Copy link
Author

Choose a reason for hiding this comment

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

@steveloughran Thanks for the review. I will make these changes in next 2-3 days.


public class Span implements Closeable {

io.opentelemetry.api.trace.Span span = null;
Copy link
Contributor

Choose a reason for hiding this comment

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

private


public SpanContext getContext() {
return null;
return new SpanContext(span.getSpanContext());
Copy link
Contributor

Choose a reason for hiding this comment

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

what if span == null


public void close() {
if(span != null){
span.end();
Copy link
Contributor

Choose a reason for hiding this comment

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

set span to null, presumably

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 38s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
-1 ❌ test4tests 0m 0s The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+0 🆗 mvndep 15m 54s Maven dependency ordering for branch
+1 💚 mvninstall 20m 30s trunk passed
+1 💚 compile 21m 20s trunk passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 compile 18m 9s trunk passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+1 💚 checkstyle 3m 47s trunk passed
+1 💚 mvnsite 2m 9s trunk passed
+1 💚 javadoc 1m 40s trunk passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javadoc 2m 10s trunk passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+0 🆗 spotbugs 0m 40s branch/hadoop-project no spotbugs output file (spotbugsXml.xml)
+1 💚 shadedclient 15m 43s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 1m 0s Maven dependency ordering for patch
-1 ❌ mvninstall 0m 53s /patch-mvninstall-hadoop-common-project_hadoop-common.txt hadoop-common in the patch failed.
+1 💚 compile 20m 34s the patch passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javac 20m 34s the patch passed
+1 💚 compile 18m 21s the patch passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+1 💚 javac 18m 21s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 3m 49s /results-checkstyle-root.txt root: The patch generated 23 new + 4 unchanged - 1 fixed = 27 total (was 5)
+1 💚 mvnsite 2m 11s the patch passed
+1 💚 xml 0m 2s The patch has no ill-formed XML file.
+1 💚 javadoc 1m 42s the patch passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javadoc 2m 13s the patch passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+0 🆗 spotbugs 0m 37s hadoop-project has no data from spotbugs
-1 ❌ spotbugs 2m 34s /new-spotbugs-hadoop-common-project_hadoop-common.html hadoop-common-project/hadoop-common generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
-1 ❌ shadedclient 4m 31s patch has errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 0m 35s hadoop-project in the patch passed.
+1 💚 unit 18m 37s hadoop-common in the patch passed.
+1 💚 asflicense 0m 56s The patch does not generate ASF License warnings.
185m 6s
Reason Tests
SpotBugs module:hadoop-common-project/hadoop-common
Incorrect lazy initialization and update of static field org.apache.hadoop.tracing.Tracer$Builder.globalTracer in org.apache.hadoop.tracing.Tracer$Builder.build() At Tracer.java:of static field org.apache.hadoop.tracing.Tracer$Builder.globalTracer in org.apache.hadoop.tracing.Tracer$Builder.build() At Tracer.java:[lines 145-149]
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/2/artifact/out/Dockerfile
GITHUB PR #2816
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient codespell xml spotbugs checkstyle
uname Linux efdfce8ce2fe 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / d132b8b
Default Java Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/2/testReport/
Max. process+thread count 1928 (vs. ulimit of 5500)
modules C: hadoop-project hadoop-common-project/hadoop-common U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/2/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 36s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
-1 ❌ test4tests 0m 0s The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+0 🆗 mvndep 15m 31s Maven dependency ordering for branch
+1 💚 mvninstall 21m 13s trunk passed
+1 💚 compile 20m 52s trunk passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 compile 18m 5s trunk passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+1 💚 checkstyle 3m 46s trunk passed
+1 💚 mvnsite 2m 8s trunk passed
+1 💚 javadoc 1m 43s trunk passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javadoc 2m 16s trunk passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+0 🆗 spotbugs 0m 41s branch/hadoop-project no spotbugs output file (spotbugsXml.xml)
+1 💚 shadedclient 15m 39s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 16m 2s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 42s Maven dependency ordering for patch
+1 💚 mvninstall 1m 5s the patch passed
+1 💚 compile 20m 18s the patch passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javac 20m 18s the patch passed
+1 💚 compile 18m 19s the patch passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+1 💚 javac 18m 19s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 3m 43s /results-checkstyle-root.txt root: The patch generated 21 new + 4 unchanged - 1 fixed = 25 total (was 5)
+1 💚 mvnsite 2m 8s the patch passed
+1 💚 xml 0m 3s The patch has no ill-formed XML file.
+1 💚 javadoc 1m 41s the patch passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javadoc 2m 11s the patch passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+0 🆗 spotbugs 0m 36s hadoop-project has no data from spotbugs
-1 ❌ spotbugs 2m 32s /new-spotbugs-hadoop-common-project_hadoop-common.html hadoop-common-project/hadoop-common generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
-1 ❌ shadedclient 15m 39s patch has errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 0m 35s hadoop-project in the patch passed.
-1 ❌ unit 17m 32s /patch-unit-hadoop-common-project_hadoop-common.txt hadoop-common in the patch passed.
+1 💚 asflicense 0m 55s The patch does not generate ASF License warnings.
194m 7s
Reason Tests
SpotBugs module:hadoop-common-project/hadoop-common
Incorrect lazy initialization and update of static field org.apache.hadoop.tracing.Tracer$Builder.globalTracer in org.apache.hadoop.tracing.Tracer$Builder.build() At Tracer.java:of static field org.apache.hadoop.tracing.Tracer$Builder.globalTracer in org.apache.hadoop.tracing.Tracer$Builder.build() At Tracer.java:[lines 117-118]
Failed junit tests hadoop.fs.shell.TestCopyFromLocal
hadoop.util.TestApplicationClassLoader
hadoop.io.file.tfile.TestVLong
hadoop.fs.contract.rawlocal.TestRawlocalContractSetTimes
hadoop.fs.shell.TestXAttrCommands
hadoop.fs.TestAvroFSInput
hadoop.fs.viewfs.TestViewFsURIs
hadoop.fs.contract.localfs.TestLocalFSContractGetFileStatus
hadoop.security.alias.TestCredentialProviderFactory
hadoop.util.TestDiskChecker
hadoop.fs.TestFilterFileSystem
hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem
hadoop.fs.contract.rawlocal.TestRawlocalContractSeek
hadoop.fs.TestStat
hadoop.io.TestSequenceFileSync
hadoop.io.file.tfile.TestTFileNoneCodecsJClassComparatorByteArrays
hadoop.fs.viewfs.TestViewFileSystemDelegationTokenSupport
hadoop.fs.contract.localfs.TestLocalFSContractOpen
hadoop.fs.shell.TestLs
hadoop.fs.TestGetFileBlockLocations
hadoop.fs.contract.sftp.TestSFTPContractSeek
hadoop.fs.TestFsShellCopy
hadoop.fs.viewfs.TestFcPermissionsLocalFs
hadoop.crypto.key.TestKeyProviderFactory
hadoop.fs.TestLocalDirAllocator
hadoop.fs.TestPath
hadoop.util.TestBasicDiskValidator
hadoop.conf.TestConfiguration
hadoop.fs.TestLocalFSFileContextMainOperations
hadoop.fs.viewfs.TestChRootedFs
hadoop.io.file.tfile.TestTFileByteArrays
hadoop.io.file.tfile.TestTFileComparators
hadoop.io.file.tfile.TestTFile
hadoop.fs.contract.localfs.TestLocalFSContractStreamIOStatistics
hadoop.fs.TestFcLocalFsPermission
hadoop.fs.contract.localfs.TestLocalFSContractMkdir
hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem
hadoop.fs.TestLocalFSFileContextCreateMkdir
hadoop.fs.shell.find.TestFind
hadoop.fs.contract.rawlocal.TestRawlocalContractRename
hadoop.fs.TestFsUrlConnectionPath
hadoop.io.TestSequenceFileSerialization
hadoop.fs.viewfs.TestViewFSOverloadSchemeCentralMountTableConfig
hadoop.fs.TestChecksumFileSystem
hadoop.fs.contract.rawlocal.TestRawlocalContractCreate
hadoop.util.TestGenericOptionsParser
hadoop.fs.viewfs.TestChRootedFileSystem
hadoop.fs.TestHarFileSystemBasics
hadoop.fs.TestFsShell
hadoop.fs.TestLocalFsFCStatistics
hadoop.fs.TestFileSystemCaching
hadoop.fs.TestFileContextResolveAfs
hadoop.security.TestUserGroupInformation
hadoop.fs.shell.TestCopy
hadoop.io.TestSequenceFile
hadoop.fs.viewfs.TestFcMainOperationsLocalFs
hadoop.fs.shell.TestCount
hadoop.io.file.tfile.TestTFileJClassComparatorByteArrays
hadoop.io.file.tfile.TestTFileSeek
hadoop.security.alias.TestCredShell
hadoop.fs.ftp.TestFTPFileSystem
hadoop.fs.TestListFiles
hadoop.fs.TestRawLocalFileSystemContract
hadoop.io.file.tfile.TestTFileComparator2
hadoop.util.TestJsonSerialization
hadoop.io.TestSetFile
hadoop.fs.TestLocalFileSystemPermission
hadoop.io.TestSequenceFileAppend
hadoop.fs.TestSymlinkLocalFSFileSystem
hadoop.fs.http.TestHttpFileSystem
hadoop.fs.TestFileUtil
hadoop.security.TestLdapGroupsMapping
hadoop.fs.shell.find.TestPrint0
hadoop.io.nativeio.TestNativeIO
hadoop.fs.TestFsShellReturnCode
hadoop.fs.contract.localfs.TestLocalFSContractCreate
hadoop.fs.TestTruncatedInputBug
hadoop.fs.TestFsShellList
hadoop.fs.TestSymlinkLocalFSFileContext
hadoop.fs.contract.rawlocal.TestRawlocalContractMkdir
hadoop.fs.TestTrash
hadoop.fs.shell.TestAclCommands
hadoop.security.TestLdapGroupsMappingWithBindUserSwitch
hadoop.io.file.tfile.TestTFileSplit
hadoop.fs.viewfs.TestViewFileSystemOverloadSchemeLocalFileSystem
hadoop.security.token.TestDtUtilShell
hadoop.fs.TestFileSystemInitialization
hadoop.fs.shell.find.TestPrint
hadoop.fs.TestFilterFs
hadoop.io.file.tfile.TestTFileNoneCodecsByteArrays
hadoop.cli.TestCLI
hadoop.fs.TestDefaultUri
hadoop.fs.shell.TestMove
hadoop.fs.contract.localfs.TestLocalFSContractLoaded
hadoop.fs.TestFsShellTouch
hadoop.fs.shell.TestCopyPreserveFlag
hadoop.fs.viewfs.TestViewFsOverloadSchemeListStatus
hadoop.fs.contract.localfs.TestLocalFSContractSeek
hadoop.fs.TestFileContext
hadoop.fs.contract.rawlocal.TestRawlocalContractDelete
hadoop.io.TestMapFile
hadoop.fs.shell.TestPathData
hadoop.fs.shell.TestFsShellConcat
hadoop.fs.viewfs.TestViewfsFileStatus
hadoop.fs.contract.rawlocal.TestRawlocalContractGetFileStatus
hadoop.fs.contract.localfs.TestLocalFSContractDelete
hadoop.crypto.key.TestKeyShell
hadoop.fs.contract.rawlocal.TestRawlocalContractOpen
hadoop.fs.viewfs.TestViewFsWithAuthorityLocalFs
hadoop.fs.viewfs.TestViewFileSystemDelegation
hadoop.fs.TestHarFileSystem
hadoop.io.TestSecureIOUtils
hadoop.fs.TestFileContextDeleteOnExit
hadoop.fs.sftp.TestSFTPFileSystem
hadoop.crypto.TestCryptoStreamsForLocalFS
hadoop.fs.shell.TestTextCommand
hadoop.io.TestBloomMapFile
hadoop.fs.contract.rawlocal.TestRawlocalContractPathHandle
hadoop.fs.shell.find.TestName
hadoop.fs.viewfs.TestViewFsLocalFs
hadoop.util.TestRunJar
hadoop.fs.contract.localfs.TestLocalFSContractSetTimes
hadoop.fs.TestFcLocalFsUtil
hadoop.fs.viewfs.TestFSMainOperationsLocalFileSystem
hadoop.io.compress.lz4.TestLz4CompressorDecompressor
hadoop.io.file.tfile.TestTFileUnsortedByteArrays
hadoop.fs.viewfs.TestFcCreateMkdirLocalFs
hadoop.io.file.tfile.TestTFileSeqFileComparison
hadoop.fs.TestFSMainOperationsLocalFileSystem
hadoop.fs.contract.rawlocal.TestRawlocalContractAppend
hadoop.metrics2.sink.TestRollingFileSystemSinkWithLocal
hadoop.io.compress.TestCodec
hadoop.fs.contract.localfs.TestLocalFSContractRename
hadoop.fs.viewfs.TestViewFsTrash
hadoop.io.file.tfile.TestTFileNoneCodecsStreams
hadoop.fs.shell.find.TestIname
hadoop.io.TestArrayFile
hadoop.io.file.tfile.TestTFileStreams
hadoop.fs.contract.localfs.TestLocalFSContractAppend
hadoop.fs.TestLocalFileSystem
hadoop.security.ssl.TestSSLFactory
hadoop.fs.TestChecksumFs
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/4/artifact/out/Dockerfile
GITHUB PR #2816
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient codespell xml spotbugs checkstyle
uname Linux 8f0bcfeeb1fd 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / d201bfd
Default Java Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/4/testReport/
Max. process+thread count 1500 (vs. ulimit of 5500)
modules C: hadoop-project hadoop-common-project/hadoop-common U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/4/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 38s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
-1 ❌ test4tests 0m 0s The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+0 🆗 mvndep 14m 16s Maven dependency ordering for branch
+1 💚 mvninstall 20m 34s trunk passed
+1 💚 compile 20m 46s trunk passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 compile 18m 0s trunk passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+1 💚 checkstyle 3m 43s trunk passed
+1 💚 mvnsite 2m 8s trunk passed
+1 💚 javadoc 1m 40s trunk passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javadoc 2m 13s trunk passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+0 🆗 spotbugs 0m 39s branch/hadoop-project no spotbugs output file (spotbugsXml.xml)
+1 💚 shadedclient 15m 37s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 16m 0s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 2m 18s Maven dependency ordering for patch
-1 ❌ mvninstall 0m 52s /patch-mvninstall-hadoop-common-project_hadoop-common.txt hadoop-common in the patch failed.
+1 💚 compile 20m 0s the patch passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javac 20m 0s the patch passed
+1 💚 compile 18m 7s the patch passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+1 💚 javac 18m 7s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 3m 41s /results-checkstyle-root.txt root: The patch generated 21 new + 4 unchanged - 1 fixed = 25 total (was 5)
+1 💚 mvnsite 2m 4s the patch passed
+1 💚 xml 0m 3s The patch has no ill-formed XML file.
+1 💚 javadoc 1m 39s the patch passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javadoc 2m 14s the patch passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+0 🆗 spotbugs 0m 36s hadoop-project has no data from spotbugs
-1 ❌ shadedclient 4m 24s patch has errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 0m 34s hadoop-project in the patch passed.
+1 💚 unit 18m 46s hadoop-common in the patch passed.
+1 💚 asflicense 0m 55s The patch does not generate ASF License warnings.
182m 47s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/5/artifact/out/Dockerfile
GITHUB PR #2816
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient codespell xml spotbugs checkstyle
uname Linux ea81f46919b7 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 48503df
Default Java Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/5/testReport/
Max. process+thread count 2497 (vs. ulimit of 5500)
modules C: hadoop-project hadoop-common-project/hadoop-common U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/5/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 13m 22s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
-1 ❌ test4tests 0m 0s The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+0 🆗 mvndep 15m 53s Maven dependency ordering for branch
+1 💚 mvninstall 20m 20s trunk passed
+1 💚 compile 20m 39s trunk passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 compile 17m 56s trunk passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+1 💚 checkstyle 3m 45s trunk passed
+1 💚 mvnsite 2m 10s trunk passed
+1 💚 javadoc 1m 40s trunk passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javadoc 2m 11s trunk passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+0 🆗 spotbugs 0m 39s branch/hadoop-project no spotbugs output file (spotbugsXml.xml)
+1 💚 shadedclient 15m 40s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 16m 3s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 42s Maven dependency ordering for patch
+1 💚 mvninstall 1m 6s the patch passed
+1 💚 compile 19m 58s the patch passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javac 19m 58s the patch passed
+1 💚 compile 18m 3s the patch passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+1 💚 javac 18m 3s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 3m 48s /results-checkstyle-root.txt root: The patch generated 20 new + 4 unchanged - 1 fixed = 24 total (was 5)
+1 💚 mvnsite 2m 6s the patch passed
+1 💚 xml 0m 3s The patch has no ill-formed XML file.
+1 💚 javadoc 1m 39s the patch passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javadoc 2m 13s the patch passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+0 🆗 spotbugs 0m 37s hadoop-project has no data from spotbugs
+1 💚 shadedclient 15m 53s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 0m 35s hadoop-project in the patch passed.
+1 💚 unit 17m 35s hadoop-common in the patch passed.
+1 💚 asflicense 0m 55s The patch does not generate ASF License warnings.
205m 34s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/6/artifact/out/Dockerfile
GITHUB PR #2816
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient codespell xml spotbugs checkstyle
uname Linux a212ea48666a 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 0f66849
Default Java Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/6/testReport/
Max. process+thread count 2338 (vs. ulimit of 5500)
modules C: hadoop-project hadoop-common-project/hadoop-common U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/6/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org

This message was automatically generated.

@kiran-maturi
Copy link
Author

@steveloughran I have made changes to use opentelemetry-autoinitialse which needs the exporter only in runtime. while using the opentelemetry-jaeger-exporter I see some conflicts. I am planning to shade the opentelemetry-exporter-jaeger and place it in https://github.com/apache/hadoop-thirdparty. Please let me know if any other options available.

cc @liuml07 @apurtell

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 35s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 shelldocs 0m 1s Shelldocs was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 16m 13s Maven dependency ordering for branch
+1 💚 mvninstall 20m 14s trunk passed
+1 💚 compile 20m 53s trunk passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 compile 18m 9s trunk passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+1 💚 checkstyle 3m 53s trunk passed
+1 💚 mvnsite 2m 16s trunk passed
+1 💚 javadoc 1m 48s trunk passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javadoc 2m 16s trunk passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+0 🆗 spotbugs 0m 42s branch/hadoop-project no spotbugs output file (spotbugsXml.xml)
+1 💚 shadedclient 15m 43s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 16m 7s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 40s Maven dependency ordering for patch
+1 💚 mvninstall 1m 9s the patch passed
+1 💚 compile 20m 17s the patch passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
-1 ❌ javac 20m 17s /results-compile-javac-root-jdkUbuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04.txt root-jdkUbuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04 with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04 generated 1 new + 1991 unchanged - 1 fixed = 1992 total (was 1992)
+1 💚 compile 18m 18s the patch passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
-1 ❌ javac 18m 18s /results-compile-javac-root-jdkPrivateBuild-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08.txt root-jdkPrivateBuild-1.8.0_282-8u282-b08-0ubuntu120.04-b08 with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu120.04-b08 generated 1 new + 1867 unchanged - 1 fixed = 1868 total (was 1868)
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 3m 38s /results-checkstyle-root.txt root: The patch generated 20 new + 4 unchanged - 1 fixed = 24 total (was 5)
+1 💚 mvnsite 2m 15s the patch passed
+1 💚 shellcheck 0m 0s No new issues.
+1 💚 xml 0m 3s The patch has no ill-formed XML file.
+1 💚 javadoc 1m 45s the patch passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javadoc 2m 22s the patch passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+0 🆗 spotbugs 0m 39s hadoop-project has no data from spotbugs
+1 💚 shadedclient 15m 58s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 0m 38s hadoop-project in the patch passed.
+1 💚 unit 17m 47s hadoop-common in the patch passed.
+1 💚 asflicense 1m 0s The patch does not generate ASF License warnings.
195m 38s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/7/artifact/out/Dockerfile
GITHUB PR #2816
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient codespell xml shellcheck shelldocs spotbugs checkstyle
uname Linux fe0667591f43 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / cdc9075
Default Java Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/7/testReport/
Max. process+thread count 3152 (vs. ulimit of 5500)
modules C: hadoop-project hadoop-common-project/hadoop-common U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/7/console
versions git=2.25.1 maven=3.6.3 shellcheck=0.7.0 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org

This message was automatically generated.

@steveloughran
Copy link
Contributor

..yes. I need to catch up with my reviewing. I've not forgotten this, and I'm not giving it any less attention than all those other PRs I need to review....

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 34s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 shelldocs 0m 0s Shelldocs was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 13m 16s Maven dependency ordering for branch
+1 💚 mvninstall 20m 19s trunk passed
+1 💚 compile 21m 4s trunk passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04
+1 💚 compile 18m 15s trunk passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10
+1 💚 checkstyle 3m 44s trunk passed
+1 💚 mvnsite 2m 17s trunk passed
+1 💚 javadoc 1m 47s trunk passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04
+1 💚 javadoc 2m 21s trunk passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10
+0 🆗 spotbugs 0m 43s branch/hadoop-project no spotbugs output file (spotbugsXml.xml)
+1 💚 shadedclient 15m 51s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 16m 15s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 38s Maven dependency ordering for patch
+1 💚 mvninstall 1m 9s the patch passed
+1 💚 compile 20m 46s the patch passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04
-1 ❌ javac 20m 46s /results-compile-javac-root-jdkUbuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04.txt root-jdkUbuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 generated 1 new + 1986 unchanged - 1 fixed = 1987 total (was 1987)
+1 💚 compile 19m 8s the patch passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10
+1 💚 javac 19m 8s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 3m 56s /results-checkstyle-root.txt root: The patch generated 22 new + 4 unchanged - 1 fixed = 26 total (was 5)
+1 💚 mvnsite 2m 8s the patch passed
+1 💚 shellcheck 0m 0s No new issues.
+1 💚 xml 0m 3s The patch has no ill-formed XML file.
+1 💚 javadoc 1m 39s the patch passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04
+1 💚 javadoc 2m 11s the patch passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10
+0 🆗 spotbugs 0m 38s hadoop-project has no data from spotbugs
+1 💚 shadedclient 15m 50s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 0m 38s hadoop-project in the patch passed.
+1 💚 unit 17m 51s hadoop-common in the patch passed.
+1 💚 asflicense 0m 59s The patch does not generate ASF License warnings.
193m 54s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/8/artifact/out/Dockerfile
GITHUB PR #2816
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient codespell xml shellcheck shelldocs spotbugs checkstyle
uname Linux ba1cc0213484 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 5c02f36
Default Java Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/8/testReport/
Max. process+thread count 1266 (vs. ulimit of 5500)
modules C: hadoop-project hadoop-common-project/hadoop-common U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/8/console
versions git=2.25.1 maven=3.6.3 shellcheck=0.7.0 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 51s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 shelldocs 0m 0s Shelldocs was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 13m 16s Maven dependency ordering for branch
+1 💚 mvninstall 21m 46s trunk passed
+1 💚 compile 22m 25s trunk passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04
+1 💚 compile 19m 9s trunk passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10
+1 💚 checkstyle 3m 57s trunk passed
+1 💚 mvnsite 2m 7s trunk passed
+1 💚 javadoc 1m 34s trunk passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04
+1 💚 javadoc 2m 9s trunk passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10
+0 🆗 spotbugs 0m 35s branch/hadoop-project no spotbugs output file (spotbugsXml.xml)
+1 💚 shadedclient 15m 46s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 16m 6s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 34s Maven dependency ordering for patch
+1 💚 mvninstall 1m 18s the patch passed
+1 💚 compile 22m 7s the patch passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04
-1 ❌ javac 22m 7s /results-compile-javac-root-jdkUbuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04.txt root-jdkUbuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 generated 1 new + 1982 unchanged - 1 fixed = 1983 total (was 1983)
+1 💚 compile 19m 56s the patch passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10
-1 ❌ javac 19m 56s /results-compile-javac-root-jdkPrivateBuild-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10.txt root-jdkPrivateBuild-1.8.0_292-8u292-b10-0ubuntu120.04-b10 with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu120.04-b10 generated 1 new + 1859 unchanged - 1 fixed = 1860 total (was 1860)
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 3m 58s /results-checkstyle-root.txt root: The patch generated 22 new + 4 unchanged - 1 fixed = 26 total (was 5)
+1 💚 mvnsite 2m 10s the patch passed
+1 💚 shellcheck 0m 0s No new issues.
+1 💚 xml 0m 2s The patch has no ill-formed XML file.
+1 💚 javadoc 1m 41s the patch passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04
+1 💚 javadoc 2m 14s the patch passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10
+0 🆗 spotbugs 0m 32s hadoop-project has no data from spotbugs
+1 💚 shadedclient 16m 59s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 0m 34s hadoop-project in the patch passed.
+1 💚 unit 18m 6s hadoop-common in the patch passed.
+1 💚 asflicense 0m 51s The patch does not generate ASF License warnings.
200m 36s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/9/artifact/out/Dockerfile
GITHUB PR #2816
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient codespell xml shellcheck shelldocs spotbugs checkstyle
uname Linux 5f27b52762d5 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 310e46e
Default Java Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/9/testReport/
Max. process+thread count 1263 (vs. ulimit of 5500)
modules C: hadoop-project hadoop-common-project/hadoop-common U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2816/9/console
versions git=2.25.1 maven=3.6.3 shellcheck=0.7.0 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org

This message was automatically generated.

@minni31
Copy link
Contributor

minni31 commented Sep 15, 2021

@ArkenKiran, would you mind sharing the steps you used to verify the changes locally ? Thanks

@apache apache deleted a comment from hadoop-yetus Mar 23, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Dec 3, 2025

We're closing this stale PR because it has been open for 100 days with no activity. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.
If you feel like this was a mistake, or you would like to continue working on it, please feel free to re-open it and ask for a committer to remove the stale tag and review again.
Thanks all for your contribution.

@github-actions github-actions bot added the Stale label Dec 3, 2025
@github-actions github-actions bot closed this Dec 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants