Support #73
Can't write to log edu.berkeley.eecs.bid.mellis.arduino101
Description
When I run the following command:
./gdp-writer -a edu.berkeley.eecs.bid.mellis.arduino101
and enter lines of text, I see no output at all and it appears that no data is written to the log. Reading it gives only:
./gdp-reader -s edu.berkeley.eecs.bid.mellis.arduino101 Reading GCL KH7hu-eUA4b05f7H4swuLF27mEEy22jwSXD0GkjHohw
I can successfully write to other logs (e.g. edu.berkeley.eecs.bid.mellis.test4) with the same setup. This is on OS X 10.12 (Sierra), latest GDP commit (2023d77857ad557a53cf8d9b044ed94e7c0228f2) with ~/.ep_adm_params/gdp:
swarm.gdp.routers=gdp-01.eecs.berkeley.edu; gdp-02.eecs.berkeley.edu
History
#1 Updated by David Mellis about 7 years ago
- File gdp-writer-log.txt
added
Here's the debugging output, which includes an assertion failure and exit that I don't see when running without debugging output enabled. That is, when running without debugging output enabled, the application simply hangs.
#2 Updated by Nitesh Mor about 7 years ago
gdplogd
on gdp-03 was messed up, I restarted it and it seems to work. What caused this, is still unknown.
One thing to note is that -D can be up to 127, the behavior of the program can change with settings above 100.
#3 Updated by Nitesh Mor about 7 years ago
- Tracker changed from Bug to Support
#4 Updated by Eric Allman almost 7 years ago
- Status changed from New to Closed
I'm closing this since it is almost certainly fixed with the gdplogd changes, and David seems to no longer be involved.