[ https://issues.apache.org/jira/browse/HDDS-2955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated HDDS-2955: --------------------------------- Labels: pull-request-available (was: ) > Unnecessary log messages in DBStoreBuilder > ------------------------------------------ > > Key: HDDS-2955 > URL: https://issues.apache.org/jira/browse/HDDS-2955 > Project: Hadoop Distributed Data Store > Issue Type: Improvement > Reporter: Attila Doroszlai > Assignee: Attila Doroszlai > Priority: Minor > Labels: pull-request-available > > DBStoreBuilder logs some table-related at INFO level. This is fine for DBs > that are created once per run, eg. OM or SCM, but Recon builds a new DB for > each OM snapshot: > {code} > recon_1 | 2020-01-29 15:20:32,466 [pool-7-thread-1] INFO > impl.OzoneManagerServiceProviderImpl: Got new checkpoint from OM : > /data/metadata/recon/om.snapshot.db_1580311232241 > recon_1 | 2020-01-29 15:20:32,475 [pool-7-thread-1] INFO > db.DBStoreBuilder: using custom profile for table: userTable > recon_1 | 2020-01-29 15:20:32,475 [pool-7-thread-1] INFO > db.DBStoreBuilder: Using default column profile:DBProfile.DISK for > Table:userTable > recon_1 | 2020-01-29 15:20:32,476 [pool-7-thread-1] INFO > db.DBStoreBuilder: using custom profile for table: volumeTable > recon_1 | 2020-01-29 15:20:32,476 [pool-7-thread-1] INFO > db.DBStoreBuilder: Using default column profile:DBProfile.DISK for > Table:volumeTable > recon_1 | 2020-01-29 15:20:32,476 [pool-7-thread-1] INFO > db.DBStoreBuilder: using custom profile for table: bucketTable > recon_1 | 2020-01-29 15:20:32,476 [pool-7-thread-1] INFO > db.DBStoreBuilder: Using default column profile:DBProfile.DISK for > Table:bucketTable > recon_1 | 2020-01-29 15:20:32,477 [pool-7-thread-1] INFO > db.DBStoreBuilder: using custom profile for table: keyTable > recon_1 | 2020-01-29 15:20:32,477 [pool-7-thread-1] INFO > db.DBStoreBuilder: Using default column profile:DBProfile.DISK for > Table:keyTable > recon_1 | 2020-01-29 15:20:32,478 [pool-7-thread-1] INFO > db.DBStoreBuilder: using custom profile for table: deletedTable > recon_1 | 2020-01-29 15:20:32,478 [pool-7-thread-1] INFO > db.DBStoreBuilder: Using default column profile:DBProfile.DISK for > Table:deletedTable > recon_1 | 2020-01-29 15:20:32,478 [pool-7-thread-1] INFO > db.DBStoreBuilder: using custom profile for table: openKeyTable > recon_1 | 2020-01-29 15:20:32,478 [pool-7-thread-1] INFO > db.DBStoreBuilder: Using default column profile:DBProfile.DISK for > Table:openKeyTable > recon_1 | 2020-01-29 15:20:32,479 [pool-7-thread-1] INFO > db.DBStoreBuilder: using custom profile for table: s3Table > recon_1 | 2020-01-29 15:20:32,479 [pool-7-thread-1] INFO > db.DBStoreBuilder: Using default column profile:DBProfile.DISK for > Table:s3Table > recon_1 | 2020-01-29 15:20:32,479 [pool-7-thread-1] INFO > db.DBStoreBuilder: using custom profile for table: multipartInfoTable > recon_1 | 2020-01-29 15:20:32,479 [pool-7-thread-1] INFO > db.DBStoreBuilder: Using default column profile:DBProfile.DISK for > Table:multipartInfoTable > recon_1 | 2020-01-29 15:20:32,480 [pool-7-thread-1] INFO > db.DBStoreBuilder: using custom profile for table: dTokenTable > recon_1 | 2020-01-29 15:20:32,480 [pool-7-thread-1] INFO > db.DBStoreBuilder: Using default column profile:DBProfile.DISK for > Table:dTokenTable > recon_1 | 2020-01-29 15:20:32,480 [pool-7-thread-1] INFO > db.DBStoreBuilder: using custom profile for table: s3SecretTable > recon_1 | 2020-01-29 15:20:32,480 [pool-7-thread-1] INFO > db.DBStoreBuilder: Using default column profile:DBProfile.DISK for > Table:s3SecretTable > recon_1 | 2020-01-29 15:20:32,481 [pool-7-thread-1] INFO > db.DBStoreBuilder: using custom profile for table: prefixTable > recon_1 | 2020-01-29 15:20:32,481 [pool-7-thread-1] INFO > db.DBStoreBuilder: Using default column profile:DBProfile.DISK for > Table:prefixTable > recon_1 | 2020-01-29 15:20:32,482 [pool-7-thread-1] INFO > db.DBStoreBuilder: using custom profile for table: default > recon_1 | 2020-01-29 15:20:32,482 [pool-7-thread-1] INFO > db.DBStoreBuilder: Using default column profile:DBProfile.DISK for > Table:default > recon_1 | 2020-01-29 15:20:32,482 [pool-7-thread-1] INFO > db.DBStoreBuilder: Using default options. DBProfile.DISK > recon_1 | 2020-01-29 15:20:32,514 [pool-7-thread-1] INFO > recovery.ReconOmMetadataManagerImpl: Created OM DB snapshot at > /data/metadata/recon/om.snapshot.db_1580311232241. > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org