Skip to content

Conversation

@sgv-msft
Copy link
Collaborator

Description

Type of Change

  • Bug fix
  • [ x] New feature
  • Documentation update required
  • Code quality improvement
  • Other (describe):

How Has This Been Tested?

Thank you for your contribution to AzCopy!

pbanakar-microsoft and others added 3 commits September 12, 2025 11:52
…ersisted on Remote FS (Azure File Share)

1. FdataSync + Fsync to flush the smb client cached data to the remote FS.
2. Avoids data coherency problem when plan files are memory mapped in STE.
3. Best effort - Unmapping of plan files and madvise(DONTNEED) of mmap'd memory to reduce inactive_file memory usage.

if buildmode.IsMover {
StartSystemStatsMonitorForJob(jobID)
//StartSystemStatsMonitorForJob(jobID)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we commenting this out?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This we have commented out in c2c-stage branch itself.
We will enable it back once we move to mover/stage2.
I think we have enough memory stats from rolling stats that we log from main.go in worker.

Secure: true,
Transport: transport,
Region: credInfo.S3CredentialInfo.Region,
BucketLookup: minio.BucketLookupDNS, // force virtual-hosted style
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this handle buckets that have naming conventions only compatible with path-style url?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants