Al Lias wrote:
>
> What can you see if you look at these entries using the hbase shell? Are
> the timestamps fine?
>
It's hard to figure out the timestamps on the update since the record I try
to update disappears. I can inspect the records on insert and it behaves as
expected with timestamps and all. Here's the scan for an inserted record
with no update:
hbase(main):009:0* scan 'Fake'
10/02/01 09:24:59 DEBUG zookeeper.ZooKeeperWrapper: Read ZNode
/hbase/root-region-server got 192.168.1.145:64262
10/02/01 09:24:59 DEBUG client.HConnectionManager$TableServers: Found ROOT
at 192.168.1.145:64262
10/02/01 09:24:59 DEBUG client.HConnectionManager$TableServers: Cached
location address: 192.168.1.145:64262, regioninfo: REGION => {NAME =>
'.META.,,1', STARTKEY => '', ENDKEY => '', ENCODED => 1028785192, TABLE =>
{{NAME => '.META.', IS_META => 'true', MEMSTORE_FLUSHSIZE => '16384',
FAMILIES => [{NAME => 'historian', VERSIONS => '2147483647', COMPRESSION =>
'NONE', TTL => '604800', BLOCKSIZE => '8192', IN_MEMORY => 'false',
BLOCKCACHE => 'false'}, {NAME => 'info', VERSIONS=> '10', COMPRESSION =>
'NONE', TTL => '2147483647', BLOCKSIZE => '8192', IN_MEMORY => 'false',
BLOCKCACHE => 'false'}]}}
10/02/01 09:24:59 DEBUG client.HConnectionManager$TableServers: Cached
location address: 192.168.1.145:64262, regioninfo: REGION => {NAME =>
'Fake,,1265044620970', STARTKEY => '', ENDKEY => '', ENCODED => 1595275144,
TABLE => {{NAME => 'Fake', FAMILIES => [{NAME => 'Fake', VERSIONS => '3',
COMPRESSION => 'NONE', TTL => '2147483647', BLOCKSIZE => '65536', IN_MEMORY
=> 'false', BLOCKCACHE => 'true'}]}}
10/02/01 09:24:59 DEBUG client.HTable$ClientScanner: Creating scanner over
Fake starting at key ''
10/02/01 09:24:59 DEBUG client.HTable$ClientScanner: Advancing internal
scanner to startKey at ''
10/02/01 09:24:59 DEBUG client.HConnectionManager$TableServers: Cache hit
for row <> in tableName Fake: location server
192.168.1.145:64262, location region name Fake,,1265044620970
ROW COLUMN+CELL
\254\355\000\005t\000 40288 column=Fake:id, timestamp=1265045090507,
value=\357\277\275\357\277\275\000\005t\ 111268a903001268a9030bb0000 000
40288111268a903001268a9030bb0000
\254\355\000\005t\000 40288 column=Fake:name, timestamp=1265045090507,
value=\357\277\275\357\277\275\000\005 111268a903001268a9030bb0000
t\000(Name13c32a37-975a-4f5c-8770-f99034517b33
10/02/01 09:24:59 DEBUG client.HTable$ClientScanner: Finished with scanning
at REGION => {NAME => 'Fake,,1265044620970', STARTKEY => '', ENDKEY => '',
ENCODED => 1595275144, TABLE => {{NAME => 'Fake', FAMILIES => [{NAME =>
'Fake', VERSIONS=> '3', COMPRESSION => 'NONE', TTL => '2147483647',
BLOCKSIZE => '65536', IN_MEMORY => 'false', BLOCKCACHE => 'true'}]}}
1 row(s) in 0.0370 seconds
hbase(main):010:0>
--
View this message in context:
http://old.nabble.com/Data-Nucleus-and-HBase---Problems-during-Update-tp27348051p27408012.html
Sent from the HBase User mailing list archive at Nabble.com.