Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-2776

add ability to return "endpoints" to nodetool

    XMLWordPrintableJSON

Details

    Description

      • add "nodetool endpoints"
      • take care of this FIXME:
         
            public List<InetAddress> getEndpoints(String keyspace, String key)
            {
                // FIXME: string key
                return ssProxy.getNaturalEndpoints(keyspace, key.getBytes(UTF_8));
            }
          

      NOTE: Use the key type info we have now, to decode the key-as-string.

      Attachments

        1. CASSANDRA-2776-0.8.2-2.txt
          7 kB
          Patricio Echague

        Activity

          People

            patricioe Patricio Echague
            patricioe Patricio Echague
            Patricio Echague
            Jonathan Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: