[ https://issues.apache.org/jira/browse/HBASE-29611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18021193#comment-18021193 ]
Anuj Sharma edited comment on HBASE-29611 at 9/18/25 2:46 PM: -------------------------------------------------------------- [~wchevreuil] Only one _f2.1757695318604_ {quote}Please also note the sft metafile is protobuf encoded, so you can't use "cat" to conclude on the content of the file. {quote} But then why the name in _f2.1757695318604_ exactly matches one of the hfile name with some extra characters at the end? Is it the case that .filelist will get updated after bunch of hfiles gets created? was (Author: JIRAUSER305145): [~wchevreuil] Only one _f2.1757695318604_ {quote}Please also note the sft metafile is protobuf encoded, so you can't use "cat" to conclude on the content of the file. {quote} But then why the name in _f2.1757695318604_ exactly matches one of the hfile name with some extra characters at the end? Is it the case that .filelist will get updated after bunch of files gets created? > With SFT is FILE then .filelist is not getting updated from Active > ------------------------------------------------------------------ > > Key: HBASE-29611 > URL: https://issues.apache.org/jira/browse/HBASE-29611 > Project: HBase > Issue Type: Sub-task > Reporter: Anuj Sharma > Assignee: Anuj Sharma > Priority: Major > > Repro steps: > * Create two clusters on same storage location > * Created table on active cluster > * Refreshed meta on replica -> can list the new table > * Added some rows, flushed the table on active cluster > * Refreshed hfiles on replica -> can see the data rows > * Added one more row and flushed the table again. Another hfile was created. > > {noformat} > drwxr-xr-x 3 andor staff 96 Sep 12 11:43 .filelist > -rw-r--r-- 1 andor staff 5024 Sep 12 11:41 2539b1fd589b43d392b333896a615911 > -rw-r--r-- 1 andor staff 4956 Sep 12 11:42 > ea70ac19c6bc42bcb1ac33961b1605b3{noformat} > > * Refresh hfiles again on replica cluster, but can't see the new row. Also > if you check .filelist it does not have newly added hfiles entry. > {noformat} > $ cat > hbase/data/default/andor/97f8ce9ed533d7508ecc88876601aa60/cf/.filelist/f2.1757695318604 > 鴸3% > 2539b1fd589b43d392b333896a615911'% > 2539b1fd589b43d392b333896a615911'{noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)