Support forcing distributeLoad to read the latest data
See original GitHub issueAlluxio Version: What version of Alluxio are you using?
Describe the bug We’d like to distributedLoad the data with the latest metadata, does the following configuration work?
alluxio fs distributedLoad -Dalluxio.user.file.metadata.sync.interval=0 /
To Reproduce Steps to reproduce the behavior (as minimally and precisely as possible)
Expected behavior A clear and concise description of what you expected to happen.
Urgency Describe the impact and urgency of the bug.
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
using distribute load processor to connect to merg... - 231587
With your setup the distributeLoad processor with round robin FlowFiles from its incoming queue to its two outbound connections feeding your ...
Read more >DistributeLoad - Apache NiFi
Description: Distributes FlowFiles to downstream processors based on a Distribution Strategy. If using the Round Robin strategy, the default is to assign each ......
Read more >AWS RDS Replication - Multi-AZ vs Read Replica
RDS provides Multi-AZ Read Replica replication deployments which help in Disaster Recovery, Automatic Failover High Availability ...
Read more >Apache Nifi: What Processors are there?
With new releases of Nifi, the number of processors have increased ... Retrieves Change Data Capture (CDC) events from a MySQL database.
Read more >What is Hardware Load Balancer (HLD) | Box vs Cloud | Imperva
In addition, lack of HLD scalability may hinder performance, forcing you to purchase ... Cross data center load balancing, also known as global...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@cheyang @apc999 Hi, I’ve tried this
alluxio fs distributedLoad -Dalluxio.user.file.metadata.sync.interval=0 /
, it works for us.@apc999 I think you are confused what I meant here… I said that I believe
alluxio fs distributedLoad -Dalluxio.user.file.metadata.sync.interval=0 /
currently works.