Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Log Refresh from Windows Shared Drive #112

Open
PeterAcquaviva opened this issue Jul 28, 2021 · 5 comments
Open

Log Refresh from Windows Shared Drive #112

PeterAcquaviva opened this issue Jul 28, 2021 · 5 comments
Labels

Comments

@PeterAcquaviva
Copy link

I have 13 windows servers running plotting. One windows server has a mapped drive to each and is running plot status program. Plot Status shows many of the log files as dead, but really it is not reading them completely. When I look at each individual log file and compare to plot status "last log line" column, plot status is very far behind. It is not showing the most recent log line.
PlotStatus

@grayfallstown
Copy link
Owner

This is caused by your systems not properly updating the lastModfiedAt property on the network shared drives.

You can try to disable network share caching:
right click on the shared folder on the "serving" pc and choose properties
Choose the Sharing tab
Click "Advanced Sharing"
Click "Caching"
Select "No files or programs from the shared folder are available offline"
Restart Chia Plot Status

Alternatively, it that does not work, Chia Plot Status has a workaround. The problem is that workaround has a huge performance impact depending on the number of plot logs:

Close Chia Plot Status, got into your user profile directory (C:\Users<your-username>) and open the file ChiaPlotStatu.config.json.
Set the property AlwaysDoFullRead to true, save and start Chia Plot Status again.

This will force a full re-read of the files and disables all caches. Obviously, this will have a huge performance impact, depending on the number of log files you have.

@PeterAcquaviva
Copy link
Author

PeterAcquaviva commented Jul 30, 2021 via email

@grayfallstown
Copy link
Owner

Attached one of the files that's not working for you to look at.

Attaching files to the E-Mail reply does not work. Only way is to upload them on Github directly.

@PeterAcquaviva
Copy link
Author

780a26fe-75dc-4404-94aa-f84149a90066.log
Here it is

@grayfallstown
Copy link
Owner

780a26fe-75dc-4404-94aa-f84149a90066.log
Here it is

Parsing works fine for me.

issue-112

Please check if you are running the current version.
If yes, try to copy the file to the local drive and add that folder to Chia Plot Status. If the problem disappears, then it is definitely an issue with the network drive file system not properly updating.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants