You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Wei Shi (JIRA)" <ji...@apache.org> on 2016/02/04 23:15:39 UTC

[jira] [Created] (OODT-922) filemgr-client returns Number of Products incorrectly

Wei Shi created OODT-922:
----------------------------

             Summary: filemgr-client returns Number of Products incorrectly
                 Key: OODT-922
                 URL: https://issues.apache.org/jira/browse/OODT-922
             Project: OODT
          Issue Type: Bug
          Components: file manager
    Affects Versions: 0.12
            Reporter: Wei Shi
            Priority: Minor


I have two different product type: GenericFile and MP3. There are two
GenericFile Type files and two MP3 Type files. While I was getting the
total number of the certain product type files, I always got the total.
I use the following command:

./filemgr-client -op --getNumProducts --productTypeName GenericFile --url
http://localhost:9000
./filemgr-client -op --getNumProducts --productTypeName MP3 --url
http://localhost:9000

Both returned 4 back to me.

It seems to reflect the numbers returned from OPS UI interface.  I have 2
generic Files and 2 MP3 files, on screen it displayed:

GenericFile     (4)     MP3     (4)




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)