-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why Total epochs = 0 ? #22
Comments
Can you try to run it in sudo mode? Some tracing functionalities are
disabled in non-sudo mode.
Cheers,
Swapnil Haria,
Software Engineer, Google
http://pages.cs.wisc.edu/~swapnilh/
…On Wed, Mar 4, 2020 at 11:13 AM Taya ***@***.***> wrote:
Hi !
I'm so interested in WHISPER and I'm trying to use it to get some data.
But , I met a problem which result show me that Total epochs = 0. I have
run workload ycsb,tpcc,echo,ctree,hashmap but the "Total epochs" were same
equal to 0.
./run_ctree.sh --large
failed to enable tracing. err = -1
failed to enable tracing. err = -1
map_insert [1]
total-avg;ops-per-second;total-max;total-min;total-median;total-std-dev;latency-avg;latency-min;latency-max;latency-std-dev;threads;ops-per-thread;data-size;seed;repeats;type;seed;max-key;external-tx;alloc
9.650114;42445.094375;9.795035;9.245629;9.730136;0.180283;94239;10166;69384688;762814.784899;4;102400;128;0;2;ctree;1056768001;0;false;false
TOTAL EPOCH COUNT : 0, RUNTIME : 24834486 us
exiting main.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#22?email_source=notifications&email_token=ACG5WPBJLE3YHI5OWB5KWPTRF2D3DA5CNFSM4LBN3WN2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ISOZDFA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACG5WPGFO7ANIZZWIYKODILRF2D3DANCNFSM4LBN3WNQ>
.
|
When ran with Sudo mode:
tracing enabled. |
Hi !
I'm so interested in WHISPER and I'm trying to use it to get some data. But , I met a problem which result show me that Total epochs = 0. I have run workload ycsb,tpcc,echo,ctree,hashmap but the "Total epochs" were same equal to 0.
The text was updated successfully, but these errors were encountered: