Jyotirmoy Sinha created HDDS-9647:
-------------------------------------

             Summary: Discrepancy in trash directory in ofs when using Hive as 
a client
                 Key: HDDS-9647
                 URL: https://issues.apache.org/jira/browse/HDDS-9647
             Project: Apache Ozone
          Issue Type: Bug
          Components: OFS
            Reporter: Jyotirmoy Sinha


Steps :
 # Write data through hive on volume/bucket
 # Drop a table on hive db
 # Check for the dropped table in the Trash directory

Observed behaviour -

The dropped table file is present in Trash with format 
_.Trash/hive/Current/<vol>/<buck>/<dirpath>/<table>_
{code:java}
drwxrwxrwx   - hrt_qa hrt_qa          0 2023-11-08 05:00 
ofs://ozone1/vol-test1-1699348374/buck-test1-1699348374/.Trash/hive/Current/vol-test1-1699348374/buck-test1-1699348374/TOUCH1699355510/pokes
 {code}
Expected bhevaiour -

The dropped table file should be present in Trash as per format 
_Trash/hive/Current/<dirpath>/<table>_ as per HDDS-5866

 

Note - The Trash directory file format should be same for all clients on ofs 
system.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to