فهرست منبع

AMBARI-20882.Flapping tables in table browser(Venkata Sairam)

Venkata Sairam 8 سال پیش
والد
کامیت
52d0e29431
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      contrib/views/hive20/src/main/resources/ui/app/services/auto-refresh.js

+ 1 - 0
contrib/views/hive20/src/main/resources/ui/app/services/auto-refresh.js

@@ -84,6 +84,7 @@ export default Ember.Service.extend({
 
 
     console.log("Starting tables auto refresh for " + databaseName);
+    this.set('tablesRefresherRunningStatus',{});
 
     this.get('tablesRefresherRunningStatus')[databaseName] = {};
     this.get('tablesRefresherRunningStatus')[databaseName]["started"] = true;