You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Radim Kolar (Created) (JIRA)" <ji...@apache.org> on 2011/10/06 16:04:29 UTC

[jira] [Created] (CASSANDRA-3326) Add timing information to cassandra-cli queries

Add timing information to cassandra-cli queries
-----------------------------------------------

                 Key: CASSANDRA-3326
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3326
             Project: Cassandra
          Issue Type: Improvement
          Components: Tools
    Affects Versions: 1.0.0
            Reporter: Radim Kolar
            Priority: Minor


It would be highly helpful for monitoring cluster health to return ETA on queries in cassandra-cli. MySQL is doing it too and you can switch this feature on in Postgresql and Oracle CLI.

get testdb[234123];
Returned 0 results *in 0.08 ms*.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3326) Add timing information to cassandra-cli queries

Posted by "Jonathan Ellis (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-3326:
--------------------------------------

    Affects Version/s:     (was: 1.0.0)
        Fix Version/s:     (was: 1.0.2)
    
> Add timing information to cassandra-cli queries
> -----------------------------------------------
>
>                 Key: CASSANDRA-3326
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3326
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Tools
>            Reporter: Radim Kolar
>            Assignee: satish babu krishnamoorthy
>            Priority: Minor
>              Labels: cli
>         Attachments: 3326.patch
>
>
> It would be highly helpful for monitoring cluster health to return ETA on queries in cassandra-cli. MySQL is doing it too and you can switch this feature on in Postgresql and Oracle CLI.
> get testdb[234123];
> Returned 0 results *in 0.08 ms*.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3326) Add timing information to cassandra-cli queries

Posted by "Jonathan Ellis (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124322#comment-13124322 ] 

Jonathan Ellis commented on CASSANDRA-3326:
-------------------------------------------

It's just noise for most of them.  I don't like adding noise.
                
> Add timing information to cassandra-cli queries
> -----------------------------------------------
>
>                 Key: CASSANDRA-3326
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3326
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Tools
>    Affects Versions: 1.0.0
>            Reporter: Radim Kolar
>            Assignee: satish babu krishnamoorthy
>            Priority: Minor
>              Labels: cli
>             Fix For: 1.0.1
>
>         Attachments: 3326.patch
>
>
> It would be highly helpful for monitoring cluster health to return ETA on queries in cassandra-cli. MySQL is doing it too and you can switch this feature on in Postgresql and Oracle CLI.
> get testdb[234123];
> Returned 0 results *in 0.08 ms*.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3326) Add timing information to cassandra-cli queries

Posted by "Jonathan Ellis (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-3326:
--------------------------------------

    Reviewer: xedin

Does this add timing to all commands?  I think we only want it on get/set/list. Whe do you think, Pavel?
                
> Add timing information to cassandra-cli queries
> -----------------------------------------------
>
>                 Key: CASSANDRA-3326
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3326
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Tools
>    Affects Versions: 1.0.0
>            Reporter: Radim Kolar
>            Assignee: satish babu krishnamoorthy
>            Priority: Minor
>              Labels: cli
>             Fix For: 1.0.1
>
>         Attachments: 3326.patch
>
>
> It would be highly helpful for monitoring cluster health to return ETA on queries in cassandra-cli. MySQL is doing it too and you can switch this feature on in Postgresql and Oracle CLI.
> get testdb[234123];
> Returned 0 results *in 0.08 ms*.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3326) Add timing information to cassandra-cli queries

Posted by "satish babu krishnamoorthy (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

satish babu krishnamoorthy updated CASSANDRA-3326:
--------------------------------------------------

    Attachment: 3326-1.patch
    
> Add timing information to cassandra-cli queries
> -----------------------------------------------
>
>                 Key: CASSANDRA-3326
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3326
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Tools
>            Reporter: Radim Kolar
>            Assignee: satish babu krishnamoorthy
>            Priority: Minor
>              Labels: cli
>         Attachments: 3326-1.patch, 3326.patch
>
>
> It would be highly helpful for monitoring cluster health to return ETA on queries in cassandra-cli. MySQL is doing it too and you can switch this feature on in Postgresql and Oracle CLI.
> get testdb[234123];
> Returned 0 results *in 0.08 ms*.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3326) Add timing information to cassandra-cli queries

Posted by "Jonathan Ellis (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-3326:
--------------------------------------

    Affects Version/s:     (was: 1.0.0)
           Issue Type: New Feature  (was: Improvement)
    
> Add timing information to cassandra-cli queries
> -----------------------------------------------
>
>                 Key: CASSANDRA-3326
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3326
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Tools
>            Reporter: Radim Kolar
>            Priority: Minor
>
> It would be highly helpful for monitoring cluster health to return ETA on queries in cassandra-cli. MySQL is doing it too and you can switch this feature on in Postgresql and Oracle CLI.
> get testdb[234123];
> Returned 0 results *in 0.08 ms*.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3326) Add timing information to cassandra-cli queries

Posted by "satish babu krishnamoorthy (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

satish babu krishnamoorthy updated CASSANDRA-3326:
--------------------------------------------------

    Attachment:     (was: 3326-1.patch)
    
> Add timing information to cassandra-cli queries
> -----------------------------------------------
>
>                 Key: CASSANDRA-3326
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3326
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Tools
>            Reporter: Radim Kolar
>            Assignee: satish babu krishnamoorthy
>            Priority: Minor
>              Labels: cli
>         Attachments: 3326-1.patch, 3326.patch
>
>
> It would be highly helpful for monitoring cluster health to return ETA on queries in cassandra-cli. MySQL is doing it too and you can switch this feature on in Postgresql and Oracle CLI.
> get testdb[234123];
> Returned 0 results *in 0.08 ms*.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3326) Add timing information to cassandra-cli queries

Posted by "satish babu krishnamoorthy (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

satish babu krishnamoorthy updated CASSANDRA-3326:
--------------------------------------------------

    Attachment: 3326-1.patch

Added patch to support elapse time for set/get/list commands
                
> Add timing information to cassandra-cli queries
> -----------------------------------------------
>
>                 Key: CASSANDRA-3326
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3326
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Tools
>            Reporter: Radim Kolar
>            Assignee: satish babu krishnamoorthy
>            Priority: Minor
>              Labels: cli
>         Attachments: 3326-1.patch, 3326.patch
>
>
> It would be highly helpful for monitoring cluster health to return ETA on queries in cassandra-cli. MySQL is doing it too and you can switch this feature on in Postgresql and Oracle CLI.
> get testdb[234123];
> Returned 0 results *in 0.08 ms*.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3326) Add timing information to cassandra-cli queries

Posted by "satish babu krishnamoorthy (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124306#comment-13124306 ] 

satish babu krishnamoorthy commented on CASSANDRA-3326:
-------------------------------------------------------

Yes, it make sense to add timing info for all the commands.
                
> Add timing information to cassandra-cli queries
> -----------------------------------------------
>
>                 Key: CASSANDRA-3326
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3326
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Tools
>    Affects Versions: 1.0.0
>            Reporter: Radim Kolar
>            Assignee: satish babu krishnamoorthy
>            Priority: Minor
>              Labels: cli
>             Fix For: 1.0.1
>
>         Attachments: 3326.patch
>
>
> It would be highly helpful for monitoring cluster health to return ETA on queries in cassandra-cli. MySQL is doing it too and you can switch this feature on in Postgresql and Oracle CLI.
> get testdb[234123];
> Returned 0 results *in 0.08 ms*.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3326) Add timing information to cassandra-cli queries

Posted by "Pavel Yaskevich (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124329#comment-13124329 ] 

Pavel Yaskevich commented on CASSANDRA-3326:
--------------------------------------------

I agree with Jonathan, we need that only for get/set/list commands.
                
> Add timing information to cassandra-cli queries
> -----------------------------------------------
>
>                 Key: CASSANDRA-3326
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3326
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Tools
>    Affects Versions: 1.0.0
>            Reporter: Radim Kolar
>            Assignee: satish babu krishnamoorthy
>            Priority: Minor
>              Labels: cli
>             Fix For: 1.0.1
>
>         Attachments: 3326.patch
>
>
> It would be highly helpful for monitoring cluster health to return ETA on queries in cassandra-cli. MySQL is doing it too and you can switch this feature on in Postgresql and Oracle CLI.
> get testdb[234123];
> Returned 0 results *in 0.08 ms*.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3326) Add timing information to cassandra-cli queries

Posted by "satish babu krishnamoorthy (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

satish babu krishnamoorthy updated CASSANDRA-3326:
--------------------------------------------------

    Attachment: 3326.patch
    
> Add timing information to cassandra-cli queries
> -----------------------------------------------
>
>                 Key: CASSANDRA-3326
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3326
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Tools
>    Affects Versions: 1.0.0
>            Reporter: Radim Kolar
>            Assignee: satish babu krishnamoorthy
>            Priority: Minor
>              Labels: cli
>             Fix For: 1.0.0
>
>         Attachments: 3326.patch
>
>
> It would be highly helpful for monitoring cluster health to return ETA on queries in cassandra-cli. MySQL is doing it too and you can switch this feature on in Postgresql and Oracle CLI.
> get testdb[234123];
> Returned 0 results *in 0.08 ms*.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3326) Add timing information to cassandra-cli queries

Posted by "Sylvain Lebresne (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sylvain Lebresne updated CASSANDRA-3326:
----------------------------------------

    Fix Version/s:     (was: 1.0.0)
                   1.0.1
    
> Add timing information to cassandra-cli queries
> -----------------------------------------------
>
>                 Key: CASSANDRA-3326
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3326
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Tools
>    Affects Versions: 1.0.0
>            Reporter: Radim Kolar
>            Assignee: satish babu krishnamoorthy
>            Priority: Minor
>              Labels: cli
>             Fix For: 1.0.1
>
>         Attachments: 3326.patch
>
>
> It would be highly helpful for monitoring cluster health to return ETA on queries in cassandra-cli. MySQL is doing it too and you can switch this feature on in Postgresql and Oracle CLI.
> get testdb[234123];
> Returned 0 results *in 0.08 ms*.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (CASSANDRA-3326) Add timing information to cassandra-cli queries

Posted by "satish babu krishnamoorthy (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

satish babu krishnamoorthy reassigned CASSANDRA-3326:
-----------------------------------------------------

    Assignee: satish babu krishnamoorthy
    
> Add timing information to cassandra-cli queries
> -----------------------------------------------
>
>                 Key: CASSANDRA-3326
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3326
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Tools
>            Reporter: Radim Kolar
>            Assignee: satish babu krishnamoorthy
>            Priority: Minor
>
> It would be highly helpful for monitoring cluster health to return ETA on queries in cassandra-cli. MySQL is doing it too and you can switch this feature on in Postgresql and Oracle CLI.
> get testdb[234123];
> Returned 0 results *in 0.08 ms*.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3326) Add timing information to cassandra-cli queries

Posted by "satish babu krishnamoorthy (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

satish babu krishnamoorthy updated CASSANDRA-3326:
--------------------------------------------------

    Attachment: 3326.patch
    
> Add timing information to cassandra-cli queries
> -----------------------------------------------
>
>                 Key: CASSANDRA-3326
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3326
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Tools
>    Affects Versions: 1.0.0
>            Reporter: Radim Kolar
>            Assignee: satish babu krishnamoorthy
>            Priority: Minor
>              Labels: cli
>             Fix For: 1.0.0
>
>         Attachments: 3326.patch
>
>
> It would be highly helpful for monitoring cluster health to return ETA on queries in cassandra-cli. MySQL is doing it too and you can switch this feature on in Postgresql and Oracle CLI.
> get testdb[234123];
> Returned 0 results *in 0.08 ms*.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3326) Add timing information to cassandra-cli queries

Posted by "satish babu krishnamoorthy (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

satish babu krishnamoorthy updated CASSANDRA-3326:
--------------------------------------------------

    Attachment:     (was: 3326.patch)
    
> Add timing information to cassandra-cli queries
> -----------------------------------------------
>
>                 Key: CASSANDRA-3326
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3326
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Tools
>    Affects Versions: 1.0.0
>            Reporter: Radim Kolar
>            Assignee: satish babu krishnamoorthy
>            Priority: Minor
>              Labels: cli
>             Fix For: 1.0.0
>
>         Attachments: 3326.patch
>
>
> It would be highly helpful for monitoring cluster health to return ETA on queries in cassandra-cli. MySQL is doing it too and you can switch this feature on in Postgresql and Oracle CLI.
> get testdb[234123];
> Returned 0 results *in 0.08 ms*.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira