Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

Date format generated by acmeair-driver can't be parsed by javascrpit Date() #73

Open
axel7born opened this issue Nov 16, 2016 · 2 comments

Comments

@axel7born
Copy link
Contributor

Hi,
I run the acmeair benchmark on ppc with cassandra.
I got an error from the cassandra driver, because
fromDateWeb
is undefined.
The reason is that the date string generated by __generateDate can't be parsed
by javascript Date(). The format for this date string is generated here.

For my time zone it results in a string like this:
Wed Nov 16 00:00:00 CET 2016

In case of mongodb, I don't get an error. However, the query doesn't find any fligts.
After fixing this issue, the through-put is slightly decreased and the footprint after load is higher.

I created a pull request for the acme-driver repository.

@mhdawson
Copy link
Member

If/when the change lands in the main repo we'll look at upgrading.

@mhdawson
Copy link
Member

Sent email to Moss Uchida asking if the referenced PR is going to land.

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

No branches or pull requests

2 participants