Details

    • Reviewed

    Description

      Currently on NN startup, Namenode starts trash emptier.
      As part of HDFS-15450 we already fixed it by setting fs.hdfs.impl config in NN.
      But as part of other JIRAs we seem to be reverted that change.

      If I remember correctly, the issue in HDFS-15450 was about NN can't init ViewFsOverloadScheme because, NN always sets it's RPC address in fs.defaultFS. So, in HA case, user configured uri would always be a logical uri. So, NN could not start it as it can't init because it can't find any mount points with that changed fs.defaultFS authority. However that issues sorted out as for HDFS we recommend to use ViewHDFS and it will auto set a fallback mountpoint if no mount points configured.

      However, we still need that changes needed back as initing ViewHDFS/ViewFSOverloadScheme would be costly when it has more mount points. Initing this mount based fs in trashEmptier is unnecessary.

      With this JIRA I will just bring back similar functionality back.

      Attachments

        Issue Links

          Activity

            hadoopci Hadoop QA added a comment -
            -1 overall



            Vote Subsystem Runtime Logfile Comment
            0 reexec 28m 54s Docker mode activated.
                  Prechecks  
            +1 dupname 0m 0s No case conflicting files found.
            +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  
            +1 mvninstall 29m 37s trunk passed
            +1 compile 1m 16s trunk passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1
            +1 compile 1m 10s trunk passed with JDK Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01
            +1 checkstyle 0m 50s trunk passed
            +1 mvnsite 1m 23s trunk passed
            +1 shadedclient 16m 30s branch has no errors when building and testing our client artifacts.
            +1 javadoc 0m 53s trunk passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1
            +1 javadoc 1m 23s trunk passed with JDK Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01
            0 spotbugs 3m 2s Used deprecated FindBugs config; considering switching to SpotBugs.
            +1 findbugs 3m 0s trunk passed
                  Patch Compile Tests  
            +1 mvninstall 1m 10s the patch passed
            +1 compile 1m 11s the patch passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1
            +1 javac 1m 11s the patch passed
            +1 compile 1m 3s the patch passed with JDK Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01
            +1 javac 1m 3s the patch passed
            +1 checkstyle 0m 42s the patch passed
            +1 mvnsite 1m 12s the patch passed
            +1 whitespace 0m 0s The patch has no whitespace issues.
            +1 shadedclient 13m 56s patch has no errors when building and testing our client artifacts.
            +1 javadoc 0m 47s the patch passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1
            +1 javadoc 1m 18s the patch passed with JDK Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01
            +1 findbugs 3m 0s the patch passed
                  Other Tests  
            -1 unit 95m 5s https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2378/1/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
            +1 asflicense 0m 44s The patch does not generate ASF License warnings.
            207m 4s



            Reason Tests
            Failed junit tests hadoop.hdfs.TestFileChecksum
              hadoop.hdfs.server.datanode.TestBPOfferService
              hadoop.hdfs.web.TestWebHDFS
              hadoop.hdfs.TestFileChecksumCompositeCrc
              hadoop.hdfs.server.datanode.TestDataNodeMultipleRegistrations



            Subsystem Report/Notes
            Docker ClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2378/1/artifact/out/Dockerfile
            GITHUB PR https://github.com/apache/hadoop/pull/2378
            JIRA Issue HDFS-15625
            Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
            uname Linux d2d2950d1190 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 / 69ef9b1ee88
            Default Java Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01
            Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01
            Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2378/1/testReport/
            Max. process+thread count 3998 (vs. ulimit of 5500)
            modules C: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs
            Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2378/1/console
            versions git=2.17.1 maven=3.6.0 findbugs=4.1.3
            Powered by Apache Yetus 0.13.0-SNAPSHOT https://yetus.apache.org

            This message was automatically generated.

            hadoopci Hadoop QA added a comment - -1 overall Vote Subsystem Runtime Logfile Comment 0 reexec 28m 54s Docker mode activated.       Prechecks   +1 dupname 0m 0s No case conflicting files found. +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   +1 mvninstall 29m 37s trunk passed +1 compile 1m 16s trunk passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1 +1 compile 1m 10s trunk passed with JDK Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01 +1 checkstyle 0m 50s trunk passed +1 mvnsite 1m 23s trunk passed +1 shadedclient 16m 30s branch has no errors when building and testing our client artifacts. +1 javadoc 0m 53s trunk passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1 +1 javadoc 1m 23s trunk passed with JDK Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01 0 spotbugs 3m 2s Used deprecated FindBugs config; considering switching to SpotBugs. +1 findbugs 3m 0s trunk passed       Patch Compile Tests   +1 mvninstall 1m 10s the patch passed +1 compile 1m 11s the patch passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1 +1 javac 1m 11s the patch passed +1 compile 1m 3s the patch passed with JDK Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01 +1 javac 1m 3s the patch passed +1 checkstyle 0m 42s the patch passed +1 mvnsite 1m 12s the patch passed +1 whitespace 0m 0s The patch has no whitespace issues. +1 shadedclient 13m 56s patch has no errors when building and testing our client artifacts. +1 javadoc 0m 47s the patch passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1 +1 javadoc 1m 18s the patch passed with JDK Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01 +1 findbugs 3m 0s the patch passed       Other Tests   -1 unit 95m 5s https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2378/1/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed. +1 asflicense 0m 44s The patch does not generate ASF License warnings. 207m 4s Reason Tests Failed junit tests hadoop.hdfs.TestFileChecksum   hadoop.hdfs.server.datanode.TestBPOfferService   hadoop.hdfs.web.TestWebHDFS   hadoop.hdfs.TestFileChecksumCompositeCrc   hadoop.hdfs.server.datanode.TestDataNodeMultipleRegistrations Subsystem Report/Notes Docker ClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2378/1/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/2378 JIRA Issue HDFS-15625 Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle uname Linux d2d2950d1190 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 / 69ef9b1ee88 Default Java Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2378/1/testReport/ Max. process+thread count 3998 (vs. ulimit of 5500) modules C: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2378/1/console versions git=2.17.1 maven=3.6.0 findbugs=4.1.3 Powered by Apache Yetus 0.13.0-SNAPSHOT https://yetus.apache.org This message was automatically generated.
            hadoopci Hadoop QA added a comment -
            -1 overall



            Vote Subsystem Runtime Logfile Comment
            0 reexec 0m 31s Docker mode activated.
                  Prechecks  
            +1 dupname 0m 0s No case conflicting files found.
            +1 @author 0m 0s The patch does not contain any @author tags.
            +1 0m 0s test4tests The patch appears to include 1 new or modified test files.
                  trunk Compile Tests  
            +1 mvninstall 29m 43s trunk passed
            +1 compile 1m 17s trunk passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1
            +1 compile 1m 13s trunk passed with JDK Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01
            +1 checkstyle 0m 51s trunk passed
            +1 mvnsite 1m 19s trunk passed
            +1 shadedclient 16m 33s branch has no errors when building and testing our client artifacts.
            +1 javadoc 0m 52s trunk passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1
            +1 javadoc 1m 23s trunk passed with JDK Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01
            0 spotbugs 3m 0s Used deprecated FindBugs config; considering switching to SpotBugs.
            +1 findbugs 2m 59s trunk passed
                  Patch Compile Tests  
            +1 mvninstall 1m 10s the patch passed
            +1 compile 1m 10s the patch passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1
            +1 javac 1m 10s the patch passed
            +1 compile 1m 3s the patch passed with JDK Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01
            +1 javac 1m 3s the patch passed
            +1 checkstyle 0m 42s the patch passed
            +1 mvnsite 1m 9s the patch passed
            +1 whitespace 0m 0s The patch has no whitespace issues.
            +1 shadedclient 14m 0s patch has no errors when building and testing our client artifacts.
            +1 javadoc 0m 47s the patch passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1
            +1 javadoc 1m 17s the patch passed with JDK Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01
            +1 findbugs 2m 59s the patch passed
                  Other Tests  
            -1 unit 108m 27s https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2378/2/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
            +1 asflicense 0m 42s The patch does not generate ASF License warnings.
            192m 6s



            Reason Tests
            Failed junit tests hadoop.hdfs.server.blockmanagement.TestBlocksWithNotEnoughRacks
              hadoop.hdfs.server.blockmanagement.TestPendingReconstruction
              hadoop.hdfs.TestFileChecksum
              hadoop.hdfs.server.namenode.TestStripedINodeFile
              hadoop.hdfs.server.namenode.TestFSImage
              hadoop.hdfs.server.datanode.TestDataNodeReconfiguration
              hadoop.hdfs.server.blockmanagement.TestSequentialBlockGroupId
              hadoop.hdfs.TestDFSStripedOutputStreamWithFailureWithRandomECPolicy
              hadoop.hdfs.TestDecommissionWithStriped
              hadoop.hdfs.server.namenode.TestAuditLogs
              hadoop.hdfs.server.balancer.TestBalancer
              hadoop.hdfs.server.balancer.TestBalancerRPCDelay
              hadoop.hdfs.server.blockmanagement.TestBlockInfoStriped
              hadoop.hdfs.server.namenode.snapshot.TestSnapshotBlocksMap
              hadoop.hdfs.server.namenode.ha.TestRetryCacheWithHA
              hadoop.hdfs.web.TestWebHDFS
              hadoop.hdfs.TestMultipleNNPortQOP
              hadoop.hdfs.server.namenode.TestCacheDirectives
              hadoop.hdfs.TestFileChecksumCompositeCrc
              hadoop.hdfs.server.datanode.TestDataNodeErasureCodingMetrics
              hadoop.hdfs.server.namenode.snapshot.TestINodeFileUnderConstructionWithSnapshot
              hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy
              hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion
              hadoop.hdfs.server.blockmanagement.TestBlockManager
              hadoop.hdfs.server.namenode.snapshot.TestRenameWithSnapshots
              hadoop.hdfs.server.datanode.TestDataNodeVolumeFailure
              hadoop.hdfs.server.namenode.TestReencryptionWithKMS
              hadoop.hdfs.server.namenode.snapshot.TestSnapshottableDirListing
              hadoop.hdfs.TestDFSOutputStream
              hadoop.hdfs.server.namenode.snapshot.TestDisallowModifyROSnapshot
              hadoop.hdfs.server.datanode.TestBatchIbr
              hadoop.hdfs.server.namenode.TestLargeDirectoryDelete
              hadoop.hdfs.TestHFlush
              hadoop.hdfs.server.blockmanagement.TestBlockTokenWithDFSStriped
              hadoop.hdfs.server.namenode.TestAddStripedBlocks
              hadoop.hdfs.server.datanode.TestBlockScanner



            Subsystem Report/Notes
            Docker ClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2378/2/artifact/out/Dockerfile
            GITHUB PR https://github.com/apache/hadoop/pull/2378
            JIRA Issue HDFS-15625
            Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
            uname Linux dda5a7964d00 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 / b92f72758bf
            Default Java Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01
            Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01
            Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2378/2/testReport/
            Max. process+thread count 4148 (vs. ulimit of 5500)
            modules C: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs
            Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2378/2/console
            versions git=2.17.1 maven=3.6.0 findbugs=4.1.3
            Powered by Apache Yetus 0.13.0-SNAPSHOT https://yetus.apache.org

            This message was automatically generated.

            hadoopci Hadoop QA added a comment - -1 overall Vote Subsystem Runtime Logfile Comment 0 reexec 0m 31s Docker mode activated.       Prechecks   +1 dupname 0m 0s No case conflicting files found. +1 @author 0m 0s The patch does not contain any @author tags. +1 0m 0s test4tests The patch appears to include 1 new or modified test files.       trunk Compile Tests   +1 mvninstall 29m 43s trunk passed +1 compile 1m 17s trunk passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1 +1 compile 1m 13s trunk passed with JDK Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01 +1 checkstyle 0m 51s trunk passed +1 mvnsite 1m 19s trunk passed +1 shadedclient 16m 33s branch has no errors when building and testing our client artifacts. +1 javadoc 0m 52s trunk passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1 +1 javadoc 1m 23s trunk passed with JDK Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01 0 spotbugs 3m 0s Used deprecated FindBugs config; considering switching to SpotBugs. +1 findbugs 2m 59s trunk passed       Patch Compile Tests   +1 mvninstall 1m 10s the patch passed +1 compile 1m 10s the patch passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1 +1 javac 1m 10s the patch passed +1 compile 1m 3s the patch passed with JDK Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01 +1 javac 1m 3s the patch passed +1 checkstyle 0m 42s the patch passed +1 mvnsite 1m 9s the patch passed +1 whitespace 0m 0s The patch has no whitespace issues. +1 shadedclient 14m 0s patch has no errors when building and testing our client artifacts. +1 javadoc 0m 47s the patch passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1 +1 javadoc 1m 17s the patch passed with JDK Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01 +1 findbugs 2m 59s the patch passed       Other Tests   -1 unit 108m 27s https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2378/2/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed. +1 asflicense 0m 42s The patch does not generate ASF License warnings. 192m 6s Reason Tests Failed junit tests hadoop.hdfs.server.blockmanagement.TestBlocksWithNotEnoughRacks   hadoop.hdfs.server.blockmanagement.TestPendingReconstruction   hadoop.hdfs.TestFileChecksum   hadoop.hdfs.server.namenode.TestStripedINodeFile   hadoop.hdfs.server.namenode.TestFSImage   hadoop.hdfs.server.datanode.TestDataNodeReconfiguration   hadoop.hdfs.server.blockmanagement.TestSequentialBlockGroupId   hadoop.hdfs.TestDFSStripedOutputStreamWithFailureWithRandomECPolicy   hadoop.hdfs.TestDecommissionWithStriped   hadoop.hdfs.server.namenode.TestAuditLogs   hadoop.hdfs.server.balancer.TestBalancer   hadoop.hdfs.server.balancer.TestBalancerRPCDelay   hadoop.hdfs.server.blockmanagement.TestBlockInfoStriped   hadoop.hdfs.server.namenode.snapshot.TestSnapshotBlocksMap   hadoop.hdfs.server.namenode.ha.TestRetryCacheWithHA   hadoop.hdfs.web.TestWebHDFS   hadoop.hdfs.TestMultipleNNPortQOP   hadoop.hdfs.server.namenode.TestCacheDirectives   hadoop.hdfs.TestFileChecksumCompositeCrc   hadoop.hdfs.server.datanode.TestDataNodeErasureCodingMetrics   hadoop.hdfs.server.namenode.snapshot.TestINodeFileUnderConstructionWithSnapshot   hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy   hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion   hadoop.hdfs.server.blockmanagement.TestBlockManager   hadoop.hdfs.server.namenode.snapshot.TestRenameWithSnapshots   hadoop.hdfs.server.datanode.TestDataNodeVolumeFailure   hadoop.hdfs.server.namenode.TestReencryptionWithKMS   hadoop.hdfs.server.namenode.snapshot.TestSnapshottableDirListing   hadoop.hdfs.TestDFSOutputStream   hadoop.hdfs.server.namenode.snapshot.TestDisallowModifyROSnapshot   hadoop.hdfs.server.datanode.TestBatchIbr   hadoop.hdfs.server.namenode.TestLargeDirectoryDelete   hadoop.hdfs.TestHFlush   hadoop.hdfs.server.blockmanagement.TestBlockTokenWithDFSStriped   hadoop.hdfs.server.namenode.TestAddStripedBlocks   hadoop.hdfs.server.datanode.TestBlockScanner Subsystem Report/Notes Docker ClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2378/2/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/2378 JIRA Issue HDFS-15625 Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle uname Linux dda5a7964d00 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 / b92f72758bf Default Java Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2378/2/testReport/ Max. process+thread count 4148 (vs. ulimit of 5500) modules C: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2378/2/console versions git=2.17.1 maven=3.6.0 findbugs=4.1.3 Powered by Apache Yetus 0.13.0-SNAPSHOT https://yetus.apache.org This message was automatically generated.

            Failures are unrelated and they are due to OOME. Thanks weichiu for the review!

            umamaheswararao Uma Maheswara Rao G added a comment - Failures are unrelated and they are due to OOME. Thanks weichiu for the review!

            People

              umamaheswararao Uma Maheswara Rao G
              umamaheswararao Uma Maheswara Rao G
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h
                  1h