You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below are the PULL() duration with us east2 to us west2 in AWS cloud. as we can see 25K pull is about 15.8 seconds and 2.3k pull is about 1.9 seconds. we should look to improve it especially for GRS pull() performance is part of the PULL interval from aggregator to the region manager.
**I0722 04:11:07.411558 3239 aggregator.go:99] Total (250000) region node events are pulled successfully in (10) RPs. Pull time: 15.874046389s**
I0722 04:11:07.412735 3239 aggregator.go:106] Total (250000) mini node events are converted successfully with length (250000)
I0722 04:11:10.346653 3239 aggregator.go:118] Event Processor Processed nodes results : true. duration: 2.933892757s
**I0722 04:11:59.718491 3239 aggregator.go:99] Total (23728) region node events are pulled successfully in (10) RPs. Pull time: 1.990173271s**
I0722 04:11:59.718581 3239 aggregator.go:106] Total (23728) mini node events are converted successfully with length (23728)
I0722 04:11:59.981454 3239 aggregator.go:118] Event Processor Processed nodes results : true. duration: 262.852177ms
I0722 04:13:58.251739 3239 aggregator.go:99] Total (999) region node events are pulled successfully in (10) RPs. Pull time: 447.244463ms
I0722 04:13:58.251782 3239 aggregator.go:106] Total (999) mini node events are converted successfully with length (999)
I0722 04:13:58.272274 3239 aggregator.go:118] Event Processor Processed nodes results : true. duration: 20.479347ms
The text was updated successfully, but these errors were encountered:
Below are the PULL() duration with us east2 to us west2 in AWS cloud. as we can see 25K pull is about 15.8 seconds and 2.3k pull is about 1.9 seconds. we should look to improve it especially for GRS pull() performance is part of the PULL interval from aggregator to the region manager.
The text was updated successfully, but these errors were encountered: