On Mon, Dec 8, 2014 at 3:51 PM, Jeff Kubina <[email protected]> wrote:
> In the TableInfo > <http://accumulo.apache.org/1.6/apidocs/index.html?org/apache/accumulo/core/master/thrift//class-useTabletServerStatus._Fields.html> > class is tablets > <http://accumulo.apache.org/1.6/apidocs/org/apache/accumulo/core/master/thrift/TableInfo.html#tablets> > the total number of tablets assigned to the tserver of the table while > onlineTablets > <http://accumulo.apache.org/1.6/apidocs/org/apache/accumulo/core/master/thrift/TableInfo.html#onlineTablets> > is the number of those tablets of the table the tserver has online? So > tablets - onelineTablets is the number of tablets that are offline? > I don't think so because tservers are unaware of tablets they have not been told about. I think this is the issue behind ACCUMULO-1476 > -- > Jeff >
