Access to Hadoop QA account for migrating Precommit jobs in Hadoop

2020-04-30 Thread Akira Ajisaka
Hi Allen,

I'm testing new Jenkins master and find that we have to set hadoopqa JIRA
password to migrate the PreCommit-Admin and
PreCommit-(HADOOP|HDFS|YARN|MAPREDUCE)-Build. Would you migrate the jobs or
register the credential to the new Jenkins master (
https://ci-hadoop.apache.org/)?

Best regards,
Akira


[jira] [Created] (HADOOP-17024) ListStatus on ViewFS root (ls "/") should list the linkFallBack root (configured target root).

2020-04-30 Thread Uma Maheswara Rao G (Jira)
Uma Maheswara Rao G created HADOOP-17024:


 Summary: ListStatus on ViewFS root (ls "/") should list the 
linkFallBack root (configured target root).
 Key: HADOOP-17024
 URL: https://issues.apache.org/jira/browse/HADOOP-17024
 Project: Hadoop Common
  Issue Type: Bug
  Components: fs, viewfs
Affects Versions: 3.2.2
Reporter: Uma Maheswara Rao G


As part of the design doc, [~sanjay.radia] and discussed the following 
scenarios when fallback enabled.

 *Behavior when fallback enabled:*

   Assume FS trees and mount mappings like below:

   mount link /a/b/c/d  → hdfs://nn1/a/b

   mount link /a/p/q/r  → hdfs://nn2/a/b

   fallback → hdfs://nn3/  $  /a/c
                                                 /x/z
 # Open(/x/y) then it goes to nn3 (fallback)      - WORKS
 # Create(/x/foo) then foo is created in nn3 in dir /x   - WORKS
 # ls /  should list   /a  /x .Today this does not work and IT IS A BUG!!! 
Because it conflicts with the open(/x/y)
 # Create /y  : fails  - also fails when not using  fallback  - WORKS
 # Create /a/z : fails - also fails when not using  fallback - WORKS
 # ls /a should list /b /p  as expected and will not show fallback in nn3 - 
WORKS

 

This Jira will fix issue of #3. So, when fallback enabled it should show merged 
ls view with mount links + fallback root. ( this will only be at root level)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org



[jira] [Resolved] (HADOOP-17019) Declare ProtobufHelper a public API

2020-04-30 Thread Wei-Chiu Chuang (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wei-Chiu Chuang resolved HADOOP-17019.
--
Resolution: Not A Problem

Fair enough. I'll close this one. Thanks [~ste...@apache.org]!

> Declare ProtobufHelper a public API
> ---
>
> Key: HADOOP-17019
> URL: https://issues.apache.org/jira/browse/HADOOP-17019
> Project: Hadoop Common
>  Issue Type: Task
>Affects Versions: 3.3.0
>Reporter: Wei-Chiu Chuang
>Assignee: Wei-Chiu Chuang
>Priority: Major
>
> HADOOP-16621 removed two public API methods:
> 1. o.a.h.security.token.Token(TokenProto tokenPB) --> replaced by 
> o.a.h.security.ipc.ProtobufHelper.tokenFromProto()
> 2. o.a.h.security.token.Token.toTokenProto() --> replaced by 
> o.a.h.security.ipc.ProtobufHelper.protoFromToken()
> Protobuf is declared private. Should we make it public now?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org



Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86_64

2020-04-30 Thread Apache Jenkins Server
For more details, see 
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/126/

[Apr 29, 2020 3:49:59 AM] (noreply) HDFS-15301. statfs function in hdfs-fuse 
not working. Contributed by Aryan Gupta.(#1980)
[Apr 29, 2020 5:28:35 AM] (Surendra Singh Lilhore) HDFS-15210. EC : File write 
hanged when DN is shutdown by admin command. Contributed by Surendra Singh 
Lilhore.
[Apr 29, 2020 1:53:30 PM] (Szilard Nemeth) YARN-10247. Application priority 
queue ACLs are not respected. Contributed by Sunil G
[Apr 29, 2020 2:56:06 PM] (Stephen O'Donnell) HDFS-15285. The same distance and 
load nodes don't shuffle when consider DataNode load. Contributed by Lisheng 
Sun.
[Apr 29, 2020 6:23:58 PM] (Iñigo Goiri) YARN-6973. Adding RM Cluster Id in 
ApplicationReport. Contributed by Bilwa S T.
[Apr 29, 2020 8:41:36 PM] (Iñigo Goiri) HDFS-15265. HttpFS: validate 
content-type in HttpFSUtils. Contributed by hemanthboyina.




-1 overall


The following subsystems voted -1:
asflicense findbugs mvnsite pathlen unit xml


The following subsystems voted -1 but
were configured to be filtered/ignored:
cc checkstyle javac javadoc pylint shellcheck whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
unit


Specific tests:

XML :

   Parsing Error(s): 
   
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/resources/nvidia-smi-output-excerpt.xml
 
   
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/resources/nvidia-smi-output-missing-tags.xml
 
   
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/resources/nvidia-smi-output-missing-tags2.xml
 
   
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/resources/nvidia-smi-sample-output.xml
 
   
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/resources/fair-scheduler-invalid.xml
 
   
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/resources/yarn-site-with-invalid-allocation-file-ref.xml
 

findbugs :

   module:hadoop-yarn-project/hadoop-yarn 
   Uncallable method 
org.apache.hadoop.yarn.server.timelineservice.reader.TestTimelineReaderWebServicesHBaseStorage$1.getInstance()
 defined in anonymous class At 
TestTimelineReaderWebServicesHBaseStorage.java:anonymous class At 
TestTimelineReaderWebServicesHBaseStorage.java:[line 87] 
   Dead store to entities in 
org.apache.hadoop.yarn.server.timelineservice.storage.TestTimelineReaderHBaseDown.checkQuery(HBaseTimelineReaderImpl)
 At 
TestTimelineReaderHBaseDown.java:org.apache.hadoop.yarn.server.timelineservice.storage.TestTimelineReaderHBaseDown.checkQuery(HBaseTimelineReaderImpl)
 At TestTimelineReaderHBaseDown.java:[line 190] 
   org.apache.hadoop.yarn.server.webapp.WebServiceClient.sslFactory should 
be package protected At WebServiceClient.java: At WebServiceClient.java:[line 
42] 

findbugs :

   module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server 
   Uncallable method 
org.apache.hadoop.yarn.server.timelineservice.reader.TestTimelineReaderWebServicesHBaseStorage$1.getInstance()
 defined in anonymous class At 
TestTimelineReaderWebServicesHBaseStorage.java:anonymous class At 
TestTimelineReaderWebServicesHBaseStorage.java:[line 87] 
   Dead store to entities in 
org.apache.hadoop.yarn.server.timelineservice.storage.TestTimelineReaderHBaseDown.checkQuery(HBaseTimelineReaderImpl)
 At 
TestTimelineReaderHBaseDown.java:org.apache.hadoop.yarn.server.timelineservice.storage.TestTimelineReaderHBaseDown.checkQuery(HBaseTimelineReaderImpl)
 At TestTimelineReaderHBaseDown.java:[line 190] 
   org.apache.hadoop.yarn.server.webapp.WebServiceClient.sslFactory should 
be package protected At WebServiceClient.java: At WebServiceClient.java:[line 
42] 

findbugs :

   
module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common
 
   org.apache.hadoop.yarn.server.webapp.WebServiceClient.sslFactory should 
be package protected At WebServiceClient.java: At WebServiceClient.java:[line 
42] 

findbugs :

   
module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests
 
   Uncallable method 
org.apache.hadoop.yarn.server.timelineservice.reader.TestTimelineReaderWebServicesHBaseStorage$1.getInstance()
 defined in anonymous class At 
TestTimelineReaderWebServicesHBaseStorage.java:anonymous class At 
TestTimelineReaderWebServicesHBaseStorage.java:[line 87] 
   Dead store to entities in 
org.apache.hadoop.yarn.server.timelineservice.storage.TestTimelineReaderHBaseDown.checkQuery(HBaseTimelineReaderImpl)
 At 
TestTimelineReaderHBaseDown.java:org.apache.hadoop.yarn.server.timelineservice.storage.TestTimelineReaderHBaseDown.checkQuery(HBaseTimelineReaderImpl)
 At Te

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

2020-04-30 Thread Apache Jenkins Server
For more details, see 
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1485/

[Apr 29, 2020 3:49:59 AM] (github) HDFS-15301. statfs function in hdfs-fuse not 
working. Contributed by
[Apr 29, 2020 5:28:35 AM] (surendralilhore) HDFS-15210. EC : File write hanged 
when DN is shutdown by admin command.
[Apr 29, 2020 1:53:30 PM] (snemeth) YARN-10247. Application priority queue ACLs 
are not respected.
[Apr 29, 2020 2:56:06 PM] (sodonnell) HDFS-15285. The same distance and load 
nodes don't shuffle when consider
[Apr 29, 2020 6:23:58 PM] (inigoiri) YARN-6973. Adding RM Cluster Id in 
ApplicationReport. Contributed by
[Apr 29, 2020 8:41:36 PM] (inigoiri) HDFS-15265. HttpFS: validate content-type 
in HttpFSUtils. Contributed by




-1 overall


The following subsystems voted -1:
asflicense findbugs pathlen unit xml


The following subsystems voted -1 but
were configured to be filtered/ignored:
cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
unit


Specific tests:

XML :

   Parsing Error(s): 
   
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/resources/nvidia-smi-output-excerpt.xml
 
   
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/resources/nvidia-smi-output-missing-tags.xml
 
   
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/resources/nvidia-smi-output-missing-tags2.xml
 
   
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/resources/nvidia-smi-sample-output.xml
 
   
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/resources/fair-scheduler-invalid.xml
 
   
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/resources/yarn-site-with-invalid-allocation-file-ref.xml
 

FindBugs :

   
module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common
 
   org.apache.hadoop.yarn.server.webapp.WebServiceClient.sslFactory should 
be package protected At WebServiceClient.java: At WebServiceClient.java:[line 
42] 

FindBugs :

   module:hadoop-cloud-storage-project/hadoop-cos 
   org.apache.hadoop.fs.cosn.CosNInputStream$ReadBuffer.getBuffer() may 
expose internal representation by returning CosNInputStream$ReadBuffer.buffer 
At CosNInputStream.java:by returning CosNInputStream$ReadBuffer.buffer At 
CosNInputStream.java:[line 87] 

Failed junit tests :

   hadoop.io.compress.snappy.TestSnappyCompressorDecompressor 
   hadoop.io.compress.TestCompressorDecompressor 
   hadoop.hdfs.server.namenode.ha.TestConfiguredFailoverProxyProvider 
   hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
   hadoop.TestRefreshCallQueue 
   hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
   hadoop.yarn.client.api.impl.TestAMRMClient 
   hadoop.yarn.applications.distributedshell.TestDistributedShell 
  

   cc:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1485/artifact/out/diff-compile-cc-root.txt
  [36K]

   javac:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1485/artifact/out/diff-compile-javac-root.txt
  [428K]

   checkstyle:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1485/artifact/out/diff-checkstyle-root.txt
  [16M]

   pathlen:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1485/artifact/out/pathlen.txt
  [12K]

   pylint:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1485/artifact/out/diff-patch-pylint.txt
  [24K]

   shellcheck:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1485/artifact/out/diff-patch-shellcheck.txt
  [20K]

   shelldocs:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1485/artifact/out/diff-patch-shelldocs.txt
  [44K]

   whitespace:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1485/artifact/out/whitespace-eol.txt
  [13M]
   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1485/artifact/out/whitespace-tabs.txt
  [1.9M]

   xml:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1485/artifact/out/xml.txt
  [20K]

   findbugs:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1485/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-common-warnings.html
  [4.0K]
   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1485/artifact/out/branch-findbugs-hadoop-cloud-storage-project_hadoop-cos-warnings.html
  [8.0K]

   javadoc:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1485/artifact/out/diff-javadoc-javadoc-root.txt
  

[jira] [Created] (HADOOP-17023) Tune listStatus() api of s3a.

2020-04-30 Thread Mukund Thakur (Jira)
Mukund Thakur created HADOOP-17023:
--

 Summary: Tune listStatus() api of s3a.
 Key: HADOOP-17023
 URL: https://issues.apache.org/jira/browse/HADOOP-17023
 Project: Hadoop Common
  Issue Type: Sub-task
  Components: fs/s3
Affects Versions: 3.2.1
Reporter: Mukund Thakur
Assignee: Mukund Thakur


Similar optimisation which was done for listLocatedSttaus() 
https://issues.apache.org/jira/browse/HADOOP-16465  can done for listStatus() 
api as well. 

This is going to reduce the number of remote calls in case of directory listing.

 

CC [~ste...@apache.org] [~shwethags]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org



[jira] [Created] (HADOOP-17022) Tune listFiles() api.

2020-04-30 Thread Mukund Thakur (Jira)
Mukund Thakur created HADOOP-17022:
--

 Summary: Tune listFiles() api.
 Key: HADOOP-17022
 URL: https://issues.apache.org/jira/browse/HADOOP-17022
 Project: Hadoop Common
  Issue Type: Sub-task
  Components: fs/s3
Affects Versions: 3.2.1
Reporter: Mukund Thakur
Assignee: Mukund Thakur


Similar optimisation which was done for listLocatedSttaus() 
https://issues.apache.org/jira/browse/HADOOP-16465  can done for listFiles() 
api as well. 

This is going to reduce the number of remote calls in case of directory listing.

 

CC [~ste...@apache.org] [~shwethags]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org



Apache Hadoop qbt Report: branch2.10+JDK7 on Linux/x86

2020-04-30 Thread Apache Jenkins Server
For more details, see 
https://builds.apache.org/job/hadoop-qbt-branch-2.10-java7-linux-x86/671/

No changes




-1 overall


The following subsystems voted -1:
asflicense findbugs hadolint pathlen unit xml


The following subsystems voted -1 but
were configured to be filtered/ignored:
cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
unit


Specific tests:

XML :

   Parsing Error(s): 
   
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/empty-configuration.xml
 
   hadoop-tools/hadoop-azure/src/config/checkstyle-suppressions.xml 
   hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/public/crossdomain.xml 
   
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/public/crossdomain.xml
 

FindBugs :

   module:hadoop-common-project/hadoop-minikdc 
   Possible null pointer dereference in 
org.apache.hadoop.minikdc.MiniKdc.delete(File) due to return value of called 
method Dereferenced at 
MiniKdc.java:org.apache.hadoop.minikdc.MiniKdc.delete(File) due to return value 
of called method Dereferenced at MiniKdc.java:[line 515] 

FindBugs :

   module:hadoop-common-project/hadoop-auth 
   
org.apache.hadoop.security.authentication.server.MultiSchemeAuthenticationHandler.authenticate(HttpServletRequest,
 HttpServletResponse) makes inefficient use of keySet iterator instead of 
entrySet iterator At MultiSchemeAuthenticationHandler.java:of keySet iterator 
instead of entrySet iterator At MultiSchemeAuthenticationHandler.java:[line 
192] 

FindBugs :

   module:hadoop-common-project/hadoop-common 
   org.apache.hadoop.crypto.CipherSuite.setUnknownValue(int) 
unconditionally sets the field unknownValue At CipherSuite.java:unknownValue At 
CipherSuite.java:[line 44] 
   org.apache.hadoop.crypto.CryptoProtocolVersion.setUnknownValue(int) 
unconditionally sets the field unknownValue At 
CryptoProtocolVersion.java:unknownValue At CryptoProtocolVersion.java:[line 67] 
   Possible null pointer dereference in 
org.apache.hadoop.fs.FileUtil.fullyDeleteOnExit(File) due to return value of 
called method Dereferenced at 
FileUtil.java:org.apache.hadoop.fs.FileUtil.fullyDeleteOnExit(File) due to 
return value of called method Dereferenced at FileUtil.java:[line 118] 
   Possible null pointer dereference in 
org.apache.hadoop.fs.RawLocalFileSystem.handleEmptyDstDirectoryOnWindows(Path, 
File, Path, File) due to return value of called method Dereferenced at 
RawLocalFileSystem.java:org.apache.hadoop.fs.RawLocalFileSystem.handleEmptyDstDirectoryOnWindows(Path,
 File, Path, File) due to return value of called method Dereferenced at 
RawLocalFileSystem.java:[line 383] 
   Useless condition:lazyPersist == true at this point At 
CommandWithDestination.java:[line 502] 
   org.apache.hadoop.io.DoubleWritable.compareTo(DoubleWritable) 
incorrectly handles double value At DoubleWritable.java: At 
DoubleWritable.java:[line 78] 
   org.apache.hadoop.io.DoubleWritable$Comparator.compare(byte[], int, int, 
byte[], int, int) incorrectly handles double value At DoubleWritable.java:int) 
incorrectly handles double value At DoubleWritable.java:[line 97] 
   org.apache.hadoop.io.FloatWritable.compareTo(FloatWritable) incorrectly 
handles float value At FloatWritable.java: At FloatWritable.java:[line 71] 
   org.apache.hadoop.io.FloatWritable$Comparator.compare(byte[], int, int, 
byte[], int, int) incorrectly handles float value At FloatWritable.java:int) 
incorrectly handles float value At FloatWritable.java:[line 89] 
   Possible null pointer dereference in 
org.apache.hadoop.io.IOUtils.listDirectory(File, FilenameFilter) due to return 
value of called method Dereferenced at 
IOUtils.java:org.apache.hadoop.io.IOUtils.listDirectory(File, FilenameFilter) 
due to return value of called method Dereferenced at IOUtils.java:[line 389] 
   Possible bad parsing of shift operation in 
org.apache.hadoop.io.file.tfile.Utils$Version.hashCode() At 
Utils.java:operation in 
org.apache.hadoop.io.file.tfile.Utils$Version.hashCode() At Utils.java:[line 
398] 
   
org.apache.hadoop.metrics2.lib.DefaultMetricsFactory.setInstance(MutableMetricsFactory)
 unconditionally sets the field mmfImpl At DefaultMetricsFactory.java:mmfImpl 
At DefaultMetricsFactory.java:[line 49] 
   
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.setMiniClusterMode(boolean) 
unconditionally sets the field miniClusterMode At 
DefaultMetricsSystem.java:miniClusterMode At DefaultMetricsSystem.java:[line 
92] 
   Useless object stored in variable seqOs of method 
org.apache.hadoop.security.token.delegation.ZKDelegationTokenSecretManager.addOrUpdateToken(AbstractDelegationTokenIdentifier,
 AbstractDelegationTokenSecretManager$DelegationTokenInformation, boolean) At 
ZKDelegationTokenSecretManager.java:seqOs of method 
org.apache.hadoop.

[jira] [Created] (HADOOP-17021) Add concat fs command

2020-04-30 Thread Jinglun (Jira)
Jinglun created HADOOP-17021:


 Summary: Add concat fs command
 Key: HADOOP-17021
 URL: https://issues.apache.org/jira/browse/HADOOP-17021
 Project: Hadoop Common
  Issue Type: Improvement
Reporter: Jinglun


We should add one concat fs command for ease of use. It concatenates existing 
source files into the target file using FileSystem.concat().



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org



Re: [Hadoop-3.3 Release update]- branch-3.3 has created

2020-04-30 Thread Brahma Reddy Battula
Thanks Akira and Surendra for pointing that out.

Looks I missed after creating the branch..



On Thu, 30 Apr 2020 at 10:16 AM, Akira Ajisaka  wrote:

> Hi Surendra,
>
> Updated the version to 3.3.1-SNAPSHOT in branch-3.3.
>
> Thanks,
> Akira
>
> On Wed, Apr 29, 2020 at 4:22 PM Surendra Singh Lilhore <
> surendralilh...@gmail.com> wrote:
>
>> Hi Brahma,
>>
>> Why the branch-3.3 & branch-3.3.0 pom version is same ?.
>>
>> In branch-3.3 pom version should be 3.3.1.
>>
>> Please correct me if I am wrong.
>>
>> -Surendra
>>
>>
>> On Sat, 25 Apr, 2020, 9:33 am Mingliang Liu,  wrote:
>>
>> > Brahma,
>> >
>> > What about https://issues.apache.org/jira/browse/HADOOP-17007?
>> >
>> > Thanks,
>> >
>> > On Fri, Apr 24, 2020 at 11:07 AM Brahma Reddy Battula <
>> bra...@apache.org>
>> > wrote:
>> >
>> > > Ok. Done. Branch created.
>> > >
>> > > Following blockers are pending, will closely track this.
>> > >
>> > > https://issues.apache.org/jira/browse/HDFS-15287 ( Open: Under
>> > discussion
>> > > )
>> > > https://issues.apache.org/jira/browse/YARN-10194 ( Patch Available)
>> > > https://issues.apache.org/jira/browse/HDFS-15286 ( Patch Available)
>> > > https://issues.apache.org/jira/browse/YARN-9898 ( Patch Available)
>> > >
>> > >
>> > > On Fri, Apr 24, 2020 at 7:42 PM Wei-Chiu Chuang
>> > >  wrote:
>> > >
>> > > > +1 we should have the branch ASAP.
>> > > >
>> > > > On Wed, Apr 22, 2020 at 11:07 PM Akira Ajisaka > >
>> > > > wrote:
>> > > >
>> > > > > > Since blockers are not closed, I didn't cut the branch because
>> > > > > multiple branches might confuse or sombody might miss to commit.
>> > > > >
>> > > > > The current situation is already confusing. The 3.3.1 version
>> already
>> > > > > exists in JIRA, so some committers wrongly commit non-critical
>> issues
>> > > to
>> > > > > branch-3.3 and set the fix version to 3.3.1.
>> > > > > I think now we should cut branch-3.3.0 and freeze source code
>> except
>> > > the
>> > > > > blockers.
>> > > > >
>> > > > > -Akira
>> > > > >
>> > > > > On Tue, Apr 21, 2020 at 3:05 PM Brahma Reddy Battula <
>> > > bra...@apache.org>
>> > > > > wrote:
>> > > > >
>> > > > >> Sure, I will do that.
>> > > > >>
>> > > > >> Since blockers are not closed, I didn't cut the branch because
>> > > > >> multiple branches might confuse or sombody might miss to
>> > commit.Shall
>> > > I
>> > > > >> wait till this weekend to create..?
>> > > > >>
>> > > > >> On Mon, Apr 20, 2020 at 11:57 AM Akira Ajisaka <
>> aajis...@apache.org
>> > >
>> > > > >> wrote:
>> > > > >>
>> > > > >>> Hi Brahma,
>> > > > >>>
>> > > > >>> Thank you for preparing the release.
>> > > > >>> Could you cut branch-3.3.0? I would like to backport some fixes
>> for
>> > > > >>> 3.3.1 and not for 3.3.0.
>> > > > >>>
>> > > > >>> Thanks and regards,
>> > > > >>> Akira
>> > > > >>>
>> > > > >>> On Fri, Apr 17, 2020 at 11:11 AM Brahma Reddy Battula <
>> > > > bra...@apache.org>
>> > > > >>> wrote:
>> > > > >>>
>> > > >  Hi All,
>> > > > 
>> > > >  we are down to two blockers issues now (YARN-10194 and
>> YARN-9848)
>> > > > which
>> > > >  are in patch available state.Hopefully we can out the RC soon.
>> > > > 
>> > > >  thanks to @Prabhu Joseph 
>> > > > ,@masakate,@akira
>> > > >  and @Wei-Chiu Chuang   and others for
>> > helping
>> > > >  resloving the blockers.
>> > > > 
>> > > > 
>> > > > 
>> > > >  On Tue, Apr 14, 2020 at 10:49 PM Brahma Reddy Battula <
>> > > >  bra...@apache.org> wrote:
>> > > > 
>> > > > >
>> > > > > @Prabhu Joseph 
>> > > > > >>> Have committed the YARN blocker YARN-10219 to trunk and
>> > > > > cherry-picked to branch-3.3. Right now, there are two blocker
>> > > Jiras -
>> > > > > YARN-10233 and HADOOP-16982
>> > > > > which i will help to review and commit. Thanks.
>> > > > >
>> > > > > Looks you committed YARN-10219. Noted YARN-10233 and
>> HADOOP-16982
>> > > as
>> > > > a
>> > > > > blockers. (without YARN-10233 we have given so many
>> releases,it's
>> > > > not newly
>> > > > > introduced.).. Thanks
>> > > > >
>> > > > > @Vinod Kumar Vavilapalli  ,@adam
>> Antal,
>> > > > >
>> > > > > I noted YARN-9848 as a blocker as you mentioned above.
>> > > > >
>> > > > > @All,
>> > > > >
>> > > > > Currently following four blockers are pending for 3.3.0 RC.
>> > > > >
>> > > > > HADOOP-16963,YARN-10233,HADOOP-16982 and YARN-9848.
>> > > > >
>> > > > >
>> > > > >
>> > > > > On Tue, Apr 14, 2020 at 8:11 PM Vinod Kumar Vavilapalli <
>> > > > > vino...@apache.org> wrote:
>> > > > >
>> > > > >> Looks like a really bad bug to me.
>> > > > >>
>> > > > >> +1 for revert and +1 for making that a 3.3.0 blocker. I think
>> > > should
>> > > > >> also revert it in a 3.2 maintenance release too.
>> > > > >>
>> > > > >> Thanks
>> > > > >> +Vinod
>> > > > >>
>> > > > >> > On Apr 14, 2020, at 5:03 PM, Adam Antal <
>> > > ada