Skip to content

Conversation

@rmuir
Copy link
Member

@rmuir rmuir commented Apr 10, 2021

Every time you regenerate, it results in changes:

  • checksums/generateTlds.json
  • checksums/generateUAX29URLEmailTokenizer.json
  • ASCIITLD.jflex

Remove the new Date() that causes this to happen. We already write the "good" date, that's the Last-Modified date of the root.zone input file.

rmuir added 2 commits April 10, 2021 14:16
This way the files don't unnecessarily change, depending on filesystem
order or anything else.
…eration

This makes regenerate idempotent by removing the new Date() from the
output.

We already have the root.zone's Last-Modified date, which is the one
that matters and only changes when the root.zone changes.
@rmuir rmuir requested a review from dweiss April 10, 2021 18:50
Copy link
Contributor

@dweiss dweiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@rmuir rmuir merged commit f333351 into apache:main Apr 10, 2021
janhoy pushed a commit to cominvent/lucene that referenced this pull request May 12, 2021
This commit introduces the concept of task management in Solr.

Tasks can be marked as cancellable (thus, trackable) and can then be listed (ps -all), cancelled and specific task's status be
queried.

This commit also implements SOLR-15165.

Please refer to the JIRA for more information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants