caiconghui opened a new issue #4174:
URL: https://github.com/apache/incubator-doris/issues/4174


   **Describe the bug**
   UpdateDbUsedDataQuotaDaemon has wrong time interval and not skip 
information_schema db
   
   **To Reproduce**
   start fe, then see the following log :
   ```
   2020-07-24 14:50:07,447 WARN (UPDATE_DB_USED_QUOTA|20) 
[UpdateDbUsedDataQuotaDaemon.updateAllDatabaseUsedDataQuota():59] Update 
database[0] used data quota failed
   org.apache.doris.common.AnalysisException: errCode = 2, detailMessage = 
databaseTransactionMgr[0] does not exist
           at 
org.apache.doris.transaction.GlobalTransactionMgr.getDatabaseTransactionMgr(GlobalTransactionMgr.java:77)
 ~[palo-fe.jar:?]
           at 
org.apache.doris.transaction.GlobalTransactionMgr.updateDatabaseUsedQuotaData(GlobalTransactionMgr.java:446)
 ~[palo-fe.jar:?]
           at 
org.apache.doris.transaction.UpdateDbUsedDataQuotaDaemon.updateAllDatabaseUsedDataQuota(UpdateDbUsedDataQuotaDaemon.java:54)
 [palo-fe.jar:?]
           at 
org.apache.doris.transaction.UpdateDbUsedDataQuotaDaemon.runAfterCatalogReady(UpdateDbUsedDataQuotaDaemon.java:39)
 [palo-fe.jar:?]
           at 
org.apache.doris.common.util.MasterDaemon.runOneCycle(MasterDaemon.java:58) 
[palo-fe.jar:?]
           at org.apache.doris.common.util.Daemon.run(Daemon.java:116) 
[palo-fe.jar:?]
   ```
   **Expected behavior**
   intervalMs = intervalSecs * 1000 and should skip information_schema db
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to