The build hangs in cloudtrace for me on Mac OS 10.7.5, oddly enough on a TSocket creation. I thought it was due to me having Thrift 0.9 installed, but I can't see it getting picked up when I try to build via `mvn -X...`, only thrift-0.6.1. Anyone else run into the same thing?
I'm not too worried about it since I have witnessed the build succeeding on OSX and was able to build it under Linux Mint in a VM. On Sun, Mar 17, 2013 at 4:04 PM, Josh Elser <[email protected]> wrote: > Good point, Keith. I reverted my change to CHANGES that I made last night > in light of that. > > > On Sunday, March 17, 2013, Keith Turner wrote: > >> On Sun, Mar 17, 2013 at 12:24 AM, Josh Elser <[email protected]> >> wrote: >> > Keith, I remember something similar, but I still have no idea why that >> > should make any difference... >> > >> > Overall +1 for 1.4.3 RC2 as a 1.4.3 release >> > >> > Good >> > * Checksums good (dist and src) >> > * Sigs good (dist and src) >> > * Tag builds and deploys with example conf >> > * Ran functional tests and continuous ingest >> > * Javadoc and source jars built in dist >> > * License header check work on Linux >> > >> > Not good/could be better >> > * Cross-ref CHANGES to Jira: CHANGES has no reference to ACCUMULO-1170 >> > (fixed in 1.4.3) >> >> I do not think its a big deal not having this bug in the 1.4.3 release >> notes. The bug does not occur in any released version. I made it a >> subtask of ACCUMULO-1062, its a bugfix to that 1.4.3 bugfix. >> >> > * RAT check is still busted in OSX >> > * One bundled presentation needs fixing (same as previously mentioned) >> > * Noticed we don't build developer manual with releases, only user >> manual >> > * Said developer manual still says version1.3 >> > >> > >> > On 03/13/2013 03:13 PM, Keith Turner wrote: >> >> >> >> On Wed, Mar 13, 2013 at 3:07 PM, John Vines <[email protected]> wrote: >> >>> >> >>> My rat check did not have those 2 odp files. >> >> >> >> It seems like there was difference when running the check on Mac vs >> >> Linux. But maybe not, its been a while. >> >> >> >>> >> >>> On Wed, Mar 13, 2013 at 2:37 PM, Josh Elser <[email protected]> >> wrote: >> >>>> >> >>>> I'm failing the rat:check, finding 55 files without licenses instead >> of >> >>>> 53. Eric (anyone who doesn't fail the rat:check), can you >> >>>> cross-reference, >> >>>> please? [1] >> >>>> >> >>>> Also, test/system/continuous/ScaleTest.odp needs to be updated. >> >>>> >> >>>> Still poking around... >> >>>> >> >>>> [1] >> >>>> !????? CHANGES >> >>>> !????? conf/examples/1GB/native-standalone/gc >> >>>> !????? conf/examples/1GB/native-standalone/masters >> >>>> !????? conf/examples/1GB/native-standalone/monitor >> >>>> !????? conf/examples/1GB/native-standalone/slaves >> >>>> !????? conf/examples/1GB/native-standalone/tracers >> >>>> !????? conf/examples/1GB/standalone/gc >> >>>> !????? conf/examples/1GB/standalone/masters >> >>>> !????? conf/examples/1GB/standalone/monitor >> >>>> !????? conf/examples/1GB/standalone/slaves >> >>>> !????? conf/examples/1GB/standalone/tracers >> >>>> !????? conf/examples/2GB/native-standalone/gc >> >>>> !????? conf/examples/2GB/native-standalone/masters >> >>>> !????? conf/examples/2GB/native-standalone/monitor >> >>>> !????? conf/examples/2GB/native-standalone/slaves >> >>>> !????? conf/examples/2GB/native-standalone/tracers >> >>>> !????? conf/examples/2GB/standalone/gc >> >>>> !????? conf/examples/2GB/standalone/masters >> >>>> !????? conf/examples/2GB/standalone/monitor >> >>>> !????? conf/examples/2GB/standalone/slaves >> >>>> !????? conf/examples/2GB/standalone/tracers >> >>>> !????? conf/examples/3GB/native-standalone/gc >> >>>> !????? conf/examples/3GB/native-standalone/masters >> >>>> !????? conf/examples/3GB/native-standalone/monitor >> >>>> !????? conf/examples/3GB/native-standalone/slaves >> >>>> !????? conf/examples/3GB/native-standalone/tracers >> >>>> !????? conf/examples/3GB/standalone/gc >> >>>> !????? conf/examples/3GB/standalone/masters >> >>>> !????? conf/examples/3GB/standalone/monitor >> >>>> !????? conf/examples/3GB/standalone/slaves >> >>>> !????? conf/examples/3GB/standalone/tracers >> >>>> !????? conf/examples/512MB/native-standalone/gc >> >>>> !????? conf/examples/512MB/native-standalone/masters >> >>>> !????? conf/examples/512MB/native-standalone/monitor >> >>>> !????? conf/examples/512MB/native-standalone/slaves >> >>>> !????? conf/examples/512MB/native-standalone/tracers >> >>>> !????? conf/examples/512MB/standalone/gc >> >>>> !????? conf/examples/512MB/standalone/masters >> >>>> !????? conf/examples/512MB/standalone/monitor >> >>>> !????? conf/examples/512MB/standalone/slaves >> >>>> !????? conf/examples/512MB/standalone/tracers >> >>>> !????? docs/src/developer_manual/component_docs.odp >> >>>> !????? src/packages/deb/accumulo/conffile >> >>>> !????? test/system/auto/simple/_ > >
