On Fri, Oct 21, 2011 at 12:48 PM, Rene Kochen <rene.koc...@emea.schange.com> wrote: > Given the following log line: > > > > DEBUG [ReadStage:20] 11:39:07,028 collecting 0 of 2147483647: > SuperColumn(2150726f70657274696573 [64617461:false:4@1319189945952058,]) > > > > What does “false:4” in the column mean?
false means the column is live (not a tombstone) and 4 is the length of the value (the value is not displayed in that log output). -- Sylvain > > > > Thanx! > > > > Rene