-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flink: Implement data statistics coordinator to aggregate data statistics from operator subtasks #7360
Flink: Implement data statistics coordinator to aggregate data statistics from operator subtasks #7360
Commits on May 16, 2023
-
Flink: Implement data statistics coordinator to aggregate data statis…
…tics from operator subtasks
gang_ye committedMay 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 049f5f7 - Browse repository at this point
Copy the full SHA 049f5f7View commit details -
gang_ye committed
May 16, 2023 Configuration menu - View commit details
-
Copy full SHA for f0f84d0 - Browse repository at this point
Copy the full SHA f0f84d0View commit details -
handle comments to add javadoc for all classes and rename AggregateDa…
…taStatistics to GlobalStatisticsAggregator
gang_ye committedMay 16, 2023 Configuration menu - View commit details
-
Copy full SHA for e550396 - Browse repository at this point
Copy the full SHA e550396View commit details -
rename lastCompleteAggregator to lastCompletedAggregator
gang_ye committedMay 16, 2023 Configuration menu - View commit details
-
Copy full SHA for c0800be - Browse repository at this point
Copy the full SHA c0800beView commit details -
gang_ye committed
May 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 8f9ec54 - Browse repository at this point
Copy the full SHA 8f9ec54View commit details -
gang_ye committed
May 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 61b21e2 - Browse repository at this point
Copy the full SHA 61b21e2View commit details -
update EXPECTED_DATA_STATISTICS_RECEIVED_PERCENTAGE from 0.8 to 80 an…
…d remove start check in coordinator close function
gang_ye committedMay 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 9a3f598 - Browse repository at this point
Copy the full SHA 9a3f598View commit details -
move executor close function to context
gang_ye committedMay 16, 2023 Configuration menu - View commit details
-
Copy full SHA for c6fe1b4 - Browse repository at this point
Copy the full SHA c6fe1b4View commit details -
gang_ye committed
May 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 3b441e7 - Browse repository at this point
Copy the full SHA 3b441e7View commit details -
gang_ye committed
May 16, 2023 Configuration menu - View commit details
-
Copy full SHA for ed0cb09 - Browse repository at this point
Copy the full SHA ed0cb09View commit details
Commits on May 17, 2023
-
use RowData as the type to collect data statistics
gang_ye committedMay 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 9e6a672 - Browse repository at this point
Copy the full SHA 9e6a672View commit details -
gang_ye committed
May 17, 2023 Configuration menu - View commit details
-
Copy full SHA for dfc0a2f - Browse repository at this point
Copy the full SHA dfc0a2fView commit details
Commits on May 23, 2023
-
fix unit test to only send bytes in DataStatisticsEvent
gang_ye committedMay 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 7a068b9 - Browse repository at this point
Copy the full SHA 7a068b9View commit details -
gang_ye committed
May 23, 2023 Configuration menu - View commit details
-
Copy full SHA for fc36623 - Browse repository at this point
Copy the full SHA fc36623View commit details
Commits on May 24, 2023
-
fix CoordinatorProvider unit test
gang_ye committedMay 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 333bd8f - Browse repository at this point
Copy the full SHA 333bd8fView commit details
Commits on Jun 16, 2023
-
Remove final and update function receiveDataStatisticEventAndCheckCom…
…pletion in class GlobalStatisticsAggregatorTracker
gang_ye committedJun 16, 2023 Configuration menu - View commit details
-
Copy full SHA for ad0203e - Browse repository at this point
Copy the full SHA ad0203eView commit details
Commits on Jul 24, 2023
-
Create DataStatisticsUtil to serialize and deserialize statistics. Ad…
…d operator name to logging
gang_ye committedJul 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 86ca09c - Browse repository at this point
Copy the full SHA 86ca09cView commit details
Commits on Aug 16, 2023
-
handle comments to update log message and unit tests
gang_ye committedAug 16, 2023 Configuration menu - View commit details
-
Copy full SHA for de9f629 - Browse repository at this point
Copy the full SHA de9f629View commit details
Commits on Aug 17, 2023
-
remove subtask set in GlobalStatistics and use GlobalStatisticsTracke…
…r to track the processed subtasks
gang_ye committedAug 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 9ce20c5 - Browse repository at this point
Copy the full SHA 9ce20c5View commit details
Commits on Aug 23, 2023
-
fix style to use Set.newHashSet to create set
gang_ye committedAug 23, 2023 Configuration menu - View commit details
-
Copy full SHA for e5b6dc6 - Browse repository at this point
Copy the full SHA e5b6dc6View commit details
Commits on Aug 28, 2023
-
gang_ye committed
Aug 28, 2023 Configuration menu - View commit details
-
Copy full SHA for baf838e - Browse repository at this point
Copy the full SHA baf838eView commit details -
rename GlobalStatistics GlobalStatisticsTracker to AggregatedStatisti…
…cs and AggregatedStatisticsTracker
gang_ye committedAug 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 6107ac3 - Browse repository at this point
Copy the full SHA 6107ac3View commit details -
gang_ye committed
Aug 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 7bdb2b0 - Browse repository at this point
Copy the full SHA 7bdb2b0View commit details
Commits on Sep 22, 2023
-
update log message and comments
gang_ye committedSep 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 02f3df1 - Browse repository at this point
Copy the full SHA 02f3df1View commit details -
delete GlobalStatisticsTracker
gang_ye committedSep 22, 2023 Configuration menu - View commit details
-
Copy full SHA for aab164f - Browse repository at this point
Copy the full SHA aab164fView commit details
Commits on Sep 23, 2023
-
gang_ye committed
Sep 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 8f6cc7a - Browse repository at this point
Copy the full SHA 8f6cc7aView commit details
Commits on Sep 24, 2023
-
handle comments to update log message
gang_ye committedSep 24, 2023 Configuration menu - View commit details
-
Copy full SHA for bfc9e05 - Browse repository at this point
Copy the full SHA bfc9e05View commit details