소스 검색

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;