From 4fd5f9659836390b9949838d8ca0e9feec35f66d Mon Sep 17 00:00:00 2001 From: chrislu Date: Mon, 6 Jun 2022 00:39:35 -0700 Subject: filer: remove replication, collection, disk_type info from entry metadata these metadata can change and are not used --- other/java/client/src/main/proto/filer.proto | 3 --- 1 file changed, 3 deletions(-) (limited to 'other/java/client/src/main') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index e52bbcf89..bd0932cb8 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -166,14 +166,11 @@ message FuseAttributes { uint32 gid = 5; int64 crtime = 6; // unix time in seconds string mime = 7; - string replication = 8; - string collection = 9; int32 ttl_sec = 10; string user_name = 11; // for hdfs repeated string group_name = 12; // for hdfs string symlink_target = 13; bytes md5 = 14; - string disk_type = 15; uint32 rdev = 16; uint64 inode = 17; } -- cgit v1.2.3