tigerquoll

Results 18 comments of tigerquoll

There seems to be a lot of noise in the PR from a pre-commit merge from master. Fixing and re-pushing

Hi, thanks for the feedback. I picked longlong from https://en.cppreference.com/w/cpp/language/types. It is also consistent with existing Solr types of int and long. I believe solr and lucene is unlikely to...

Hi Toke, thanks for your comments. Its great to have someone with a bit more experience with the SOLR code base involved. In answer to the question of why? 128...

If we add a length parameter the type could support anywhere from 8 to 16 bytes at the moment. In that case maybe a better name would be bytearray or...

Interesting enough, when I ran the integration tests on my laptop, I got the following error: ``` Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 19.962 sec

@ottobackwards First some clarification: The old docker build process mounted the entire project directory inside the docker file as a bind share, and utilised the project subdirectories for various purposes....

@mmiklavc Fair question. During the maven prepare phase for the packaging project, the jars from all of the metron sub-project target directories get copied into the rpm-docker/SOURCES directory. This then...

@mmiklavc Documentation on the docker build caching process https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#leverage-build-cache

Heh @ottobackwards, I don't think that you can get virtual box running inside a docker container, so you would have to pass the completed RPM's out of the container back...

That is a bit weird, I'll pull the branch and re-run my tests.